summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author99.69.149.25 <adsl-99-69-149-25.dsl.aus2tx.sbcglobal.net>2009-11-13 08:38:41 +0000
committer99.69.149.25 <adsl-99-69-149-25.dsl.aus2tx.sbcglobal.net>2009-11-13 08:38:41 +0000
commit7c0741d57828894579345519687f5ef3997cc209 (patch)
treea44a865a5b64a97b3d1ccb84fb8bf25b9fd42136
parentab43168e35ab8902e5ef4cee127e504c661402b9 (diff)
-rw-r--r--FrontPage.moin5
1 files changed, 4 insertions, 1 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index 58b14e9..66e394d 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.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.
+ * The latest stable release of pm-utils is 1.2.6.1 You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.2.6.1.tar.gz]] (md5sum:ddbb73b5fd1e5a2c77ad3ce537a0260c ). It readds the quirk fixes we mistakenly removed from 1.2.6.
= 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,9 @@ The archives linked to in this section are '''not''' official releases. They tr
= Release notes =
+== 1.2.6.1 Release Announcement ==
+ * Readd smart-kernel-video support for non-KMS i915 Intel framebuffer drivers.
+
== 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.