summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FrontPage.moin1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index 8d27d01..e367d91 100644
--- a/FrontPage.moin
+++ b/FrontPage.moin
@@ -39,6 +39,7 @@ The code in the CVS repository at http://webcvs.freedesktop.org/pm-utils/pm-util
* 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 [http://cgit.freedesktop.org/pm-utils/log/ 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.