summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author75.55.115.193 <adsl-75-55-115-193.dsl.austtx.sbcglobal.net>2008-12-05 12:40:51 +0000
committer75.55.115.193 <adsl-75-55-115-193.dsl.austtx.sbcglobal.net>2008-12-05 12:40:51 +0000
commit2279acb20e6657d217a831aa290f9b6c0624930b (patch)
tree86bdf90b9cafeca6a2f5e1c1dff357ad5597d7e4
parent529aa2413f3ac7c098c964681ad854ec99a85aad (diff)
-rw-r--r--FrontPage.moin7
1 files changed, 6 insertions, 1 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index a20bd15..9b0453f 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.2.1 You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.2.2.1.tar.gz]] (md5sum: dcc7bde623d0bae207158e153b7394a8). It now actually 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.
+ * The latest stable release of pm-utils is 1.2.3 You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.2.3.tar.gz]] (md5sum: 2a9a9e3de8bcda43c88a9e346866fd55). It shaves about 2 seconds off suspend/resume time by removing some workarounds for problems which don't exist anymore.
= 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,11 @@ The archives linked to in this section are '''not''' official releases. They tr
= Release notes =
+== 1.2.3 Release Announcement ==
+ * Removed 55battery, 50ntpd, and 65alsa hooks. They worked around problems which have been resolved for a couple of years now, or which should be worked around elsewhere to have the intended effect. See the NEWS file and/or the changelog for more info.
+ * pkg-config contains variables which point directly at the location to install hooks.
+ * We always set the ACPI S3 flags on suspend now. This fixes some instances where suspend works once and then fails. We ignore the parameter passed to the kernel -- please consider creating an .fdi file that covers your system and posting it to the pm-utils or HAL mailing list if you rely on the kernel flag.
+
== 1.2.2.1 Release Announcement ==
* One-liner to make 00auto-quirk work when there is more than one quirk. Thanks again, Michael Biebl.