summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author75.55.115.193 <adsl-75-55-115-193.dsl.austtx.sbcglobal.net>2008-10-06 02:26:03 +0000
committer75.55.115.193 <adsl-75-55-115-193.dsl.austtx.sbcglobal.net>2008-10-06 02:26:03 +0000
commitcad3080b7b04abc6e7c9868d6bdbf5f4ed18218f (patch)
treebe474d678fa44cbb7920a88e632917aaed7a22a0
parentcdf24b1b1589758c679bf83898d9909e68be1b1e (diff)
-rw-r--r--FrontPage.moin8
1 files changed, 7 insertions, 1 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index 17ed795..744ac5c 100644
--- a/FrontPage.moin
+++ b/FrontPage.moin
@@ -26,7 +26,7 @@ git clone git://anongit.freedesktop.org/git/pm-utils
The code in the CVS repository at http://webcvs.freedesktop.org/pm-utils/pm-utils/ is obsolete, and should no longer be used. No development changes will be backported to CVS.
= latest stable release =
- * The latest stable release of pm-utils is 1.2.1. You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.2.1.tar.gz]] (md5sum: c8b6ee8f85c085fcc3a12d0ef959f5b8). It now supports automatically pulling quirks from HAL and has the ability to save the last working set of quirks to an .fdi file suitable for merging with hal-info.
+ * The latest stable release of pm-utils is 1.2.2. You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.2.2.tar.gz]] (md5sum: 4dc456311f22b9383657bd99ff05b360). It now actially supports automatically pulling quirks from HAL and has the ability to save the last working set of quirks to an .fdi file suitable for merging with hal-info, as opposed to only claiming to like the last release did.
= latest maintenance release =
* The latest maintenance release of pm-utils is 1.1.2.5. You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.1.2.5.tar.gz]] (md5sum:
@@ -42,6 +42,12 @@ The archives linked to in this section are '''not''' official releases. They tr
= Release notes =
+== 1.2.2 Release Announcement ==
+ * Numerous bugfixes to actually make all the stuff that should have worked in 1.2.1 really work. Thanks, Michael Biebl.
+ *Don't try to make a release and soothe an infant at the same time.
+ * Document the 1.2.1 updates in the pm-action manpage.
+ * Save autogenerated .fdi file to /etc/hal/fdi/information/99local-pm-utils-quirks.fdi instead of in /tmp.
+
== 1.2.1 Release Announcement ==
* Same bugfixes as in 1.1.2.5
* Sleep modules are stackable and have finegrained method detection. For instance, if you like s2disk but not s2ram, you can remove the s2ram binary and pm-utils will automatically fall back to using kernel methods for suspend/resume.