summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author75.55.115.193 <adsl-75-55-115-193.dsl.austtx.sbcglobal.net>2008-05-26 13:06:52 +0000
committer75.55.115.193 <adsl-75-55-115-193.dsl.austtx.sbcglobal.net>2008-05-26 13:06:52 +0000
commit41b5669ce4a1e310fd9b7e48247033d918bd40f7 (patch)
tree7fa444cfe0dfc22b4966a98833f8749f80ff6c0b
parentd3461c322caf02d3ef0f80e6fdb2d378a8adf856 (diff)
-rw-r--r--FrontPage.moin15
1 files changed, 11 insertions, 4 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index 8f91ce4..1babb5c 100644
--- a/FrontPage.moin
+++ b/FrontPage.moin
@@ -26,10 +26,17 @@ 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 release =
- * The latest release of pm-utils is 1.1.1. You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.1.1.tar.gz]] (md5sum:
- db6e9386a5523c5bea739317be83c38e)
+ * The latest release of pm-utils is 1.1.2. You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.1.2.tar.gz]] (md5sum:
+ 7c382d9297317040b82ddc3ea2cd6d80)
-== 1.1.0 Release announcement ==
+== 1.1.2 Release Announcement ==
+ * Manpage generation has been rewritten to use xmlto instead of the older SGML utilities.
+ * Michael Biebl of the Debian project has graciously donated their pm-utils manpages. We now have manpages for pm-action and friends.
+ * Dan Nicholson committed automake cleanups for the new manpages.
+ * If you are running pm-utils on a system that has a video card with a driver that is smart enough to handle quirks by itself, pm-utils will no longer attempt to run its video quirks. Thanks, Matthew Garrett.
+ * README and HOWTO files will actually be installed from the dist tarballs now.
+
+= 1.1.0 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.
@@ -42,7 +49,7 @@ The code in the CVS repository at http://webcvs.freedesktop.org/pm-utils/pm-util
* 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 [[http://cgit.freedesktop.org/pm-utils/log/|ChangeLog]] for more details.
-There have also been major changes in the pm-utils project:
+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.