summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author86.158.147.188 <host86-158-147-188.range86-158.btcentralplus.com>2008-03-31 18:18:00 +0000
committer86.158.147.188 <host86-158-147-188.range86-158.btcentralplus.com>2008-03-31 18:18:00 +0000
commite5668b19043a918665dcd43b1511d900b16f06b4 (patch)
tree076163ea792af715ac1f4c9833231391a4da4964
parenteea11cbb816b84db40beeffed9f535e10fab0002 (diff)
new release - yay!
-rw-r--r--FrontPage.moin35
1 files changed, 22 insertions, 13 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index 84dda99..97389fe 100644
--- a/FrontPage.moin
+++ b/FrontPage.moin
@@ -26,16 +26,25 @@ git clone git://anongit.freedesktop.org/git/pm-utils
* Full changelog at http://cgit.freedesktop.org/pm-utils/log/
= latest release =
- * [http://cvs.fedoraproject.org/repo/pkgs/pm-utils/pm-utils-0.99.4.tar.gz/a88503876f63c96b55784be91b6458d2/pm-utils-0.99.4.tar.gz pm-utils-0.99.4.tar.gz] (md5sum:
- a88503876f63c96b55784be91b6458d2
- * Please apply [http://cvs.fedora.redhat.com/viewcvs/*checkout*/devel/pm-utils/pm-utils-0.99.3-cfg.patch this patch] after download, when you unpacked it.
-== rough changelog since 0.99.3 ==
- * pm/power.d/laptop-tools:
- * remove this entirely, it doesn't make any sense.
- * pm/hooks/99video src/pm-action:
- * Add support for "--quirk-reset-brightness" (fixes the Fujitsu Lifebook S7110)
- * pm/hooks/20video:
- * We are not turning off the DAC and light in 20video, but we are turning it on in 99video. Fix.
- * pm/functions:
- * export config variables from pm/functions as well (patch from Stefan)
-[http://webcvs.freedesktop.org/pm-utils/pm-utils/ChangeLog?revision=1.83&view=markup full changelog]
+ * [http://pm-utils.freedesktop.org/releases/pm-utils-1.1.0.tar.gz pm-utils-1.1.0.tar.gz] (md5sum:
+ a9fcb1ee69ddc24bcc174ebf56f2cf11)
+
+== Release announcement ==
+
+ * All the scripts that make up pm-utils have been rewritten to conform to POSIX and the Single Unix Specification. Any remaining bashisms or GNUisms are bugs. If you encounter a script that is not POSIX and SuS compliant, please file a bug.
+ * There have been several changes to the way hooks are detected and invoked. If you have a custom-written hook that breaks upon installation of this package, you may have to perform some minor fixups to make it work again. All the hooks that are supplied with pm-utils have been updated to take full advantage of these changes, so use them as examples. For more detailed information, see pm/HOWTO.hooks.
+ * pm-utils now has a modular sleep backend. There are currently plugins for the default kernel sleep methods, the uswsusp tools (s2ram/s2disk/s2both), and rudimentary support for tuxonice. You can switch between the sleep modules by setting the SLEEP_MODULE environment variable to the desired sleep module. If you want to write a sleep module, see pm/HOWTO.modules.
+ * pm-utils has a greatly expanded set of debugging features:
+ * If the environment variable PM_DEBUG is set to true, the pm-suspend.log will contain a full trace of all the actions taken by pm-utils.
+ * The HOOK_BLACKLIST environment variable allows you to disable a hook without having to modify it.
+ * The ADD_PARAMETERS and DROP_PARAMETERS environment variables allow you to modify the parameters passed by calling programs (such as HAL).
+ * More complete logging, including logging the commandline parameters, which hooks ran and did not run (and the reasons why), and logging the status codes of executed hooks.
+ * pm-utils has pkg-config support. This makes it much easier for other programs to rely on pm-utils for all their suspend/resume quirk handling needs.
+In addition to these major changes, there have been a whole slew of minor changes and bugfixes. Most of the pm-utils related bugs that the distributions have encountered have been fixed in this release. Please see the ChangeLog for more details.
+There have also been major changes in the pm-utils project:
+ * Richard Hughes assumed maintainership of the project after a long period of inactivity by Peter Jones. Richard then transitioned the project from using CVS to using git as the version control system, and opened the floor to several new contributors.
+ * Victor Lowther rewrote all the scripts to be POSIX compliant, added the modular sleep backends, added the new debugging features, and did lots of code cleanups and bug fixes. If you find a bug, it is probably his fault.
+ * Michael Biebl improved the PMU support and caught most of the bugs that Victor did not catch.
+ * Till Maas improved the locking code through clever use of noclobber.
+ * Dan Nicholson cleaned up our use of autotools, and added pkg-config support.
+ * pm-utils now uses git as it source-control repository. You can browse the code at http://cgit.freedesktop.org/pm-utils/, and