summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author99.69.149.25 <adsl-99-69-149-25.dsl.aus2tx.sbcglobal.net>2009-11-12 02:52:07 +0000
committer99.69.149.25 <adsl-99-69-149-25.dsl.aus2tx.sbcglobal.net>2009-11-12 02:52:07 +0000
commitab43168e35ab8902e5ef4cee127e504c661402b9 (patch)
tree7b147dd0b46270a2763da844f1175b02a4798e20
parentcd98086271ed7cd063c147d1959b5ecd88b79644 (diff)
-rw-r--r--FrontPage.moin7
1 files changed, 6 insertions, 1 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index 5589af3..58b14e9 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.5 You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.2.5.tar.gz]] (md5sum: f69db402e1869321cac72ffd2f77fa99). It adds support for kernel mode setting.
+ * The latest stable release of pm-utils is 1.2.6 You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.2.6.tar.gz]] (md5sum: fcd83f6af477e19767164473f7cb8b5). It fixes the support we added for kernel modesetting, fixes a couple of typos in the manpages, and makes boolean testing a little less ad-hoc.
= latest maintenance release =
* The latest maintenance release of pm-utils is 1.1.3 You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.1.3.tar.gz]] (md5sum:
@@ -42,6 +42,11 @@ The archives linked to in this section are '''not''' official releases. They tr
= Release notes =
+== 1.2.6 Release Announcement ==
+ * Make KMS detection more accurate. The original method we were using tripped whenever a framebuffer was being used, which is obviously not the bast way to detect KMS. The new code is uglier, but should accurately identify when KMS is being used with Intel, Radeon, or Noveau - based KMS drivers are active. Hopefully the framebuffer authors will eventually settle on a sysfs knob we can look at so we do not have to use driver-specific methods.
+ * Fix several typos on the documentation.
+ * Make boolean testing consistent across the shell scripts.
+
== 1.2.5 Release Announcement ==
* If running on a system that is using Kernel Mode Setting, we will refuse to handle any video quirks passed to us by HAL, and we will not chvt to an empty console.
* Fix a longstanding bug in tuning scheduler powersaving knobs on SMT systems.