xf86-video-intel: 2 commits - configure.ac NEWS RELEASING

Carl Worth cworth at kemper.freedesktop.org
Mon Sep 28 20:04:32 PDT 2009


 NEWS         |   20 ++++++++++----------
 RELEASING    |    3 ++-
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)

New commits:
commit 2841a4cd8c6c64fdf4b2203ab73b57b38a50f651
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Sep 28 20:03:11 2009 -0700

    Increment version to 2.9.0
    
    And add a reminder to RELEASING that the incremented version number
    needs to be committed, (since I forgot to do this with 2.8.99.902).

diff --git a/RELEASING b/RELEASING
index e32ecf6..afc9f43 100644
--- a/RELEASING
+++ b/RELEASING
@@ -19,7 +19,8 @@ The process for releasing a new tarball is as follows:
 3. Update your module version (usually found in configure.ac)
 
 	$ vi configure.ac # bump version
-        $ git push origin # make sure you're on the release branch
+	$ git commit
+	$ git push origin # make sure you're on the release branch
 
 4. Verify your module builds
 
diff --git a/configure.ac b/configure.ac
index becd260..7d80c35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-intel],
-        2.8.99.902,
+        2.9.0,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-intel)
 
commit a790aff4fef7d0c86b7b9c0da4afdc9c0aba6636
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Sep 28 20:02:28 2009 -0700

    NEWS: Add notes for the 2.9.0 release.
    
    Just renamed notes as from 2.8.99.902.

diff --git a/NEWS b/NEWS
index 6b1f3b2..e0033e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,16 @@
-Snapshot 2.8.99.902 (2009-09-22)
-================================
-This is expected to be the final release candidate for the upcoming
-2.9.0 release. If there are no serious problems discovered in this
-release candidate then the same code will become 2.9.0 soon. So please
-let us know if you test this release candidate and find any problems.
+Release 2.9.0 (2009-09-28)
+==========================
+We are pleased to announce the 2.9.0 release of the xf86-video-intel
+driver. (If you have been following along at home, this release is
+identical to the 2.8.99.902 release candidate other than the version
+number).
 
-New features in 2.8.99.902 compared to 2.8
-------------------------------------------
+New features in 2.9 compared to 2.8
+-----------------------------------
 * Support for the B43 chipset.
 
-Major fixes in 2.8.99.902 compared to 2.8.0
--------------------------------------------
+Major fixes in 2.9.0 compared to 2.8.0
+--------------------------------------
 * Multiple fixes to make the driver stable for 8xx chipsets, (855GM,
   865G, etc.). The 2.8 driver series was extremely unstable with many
   of these chipsets.


More information about the xorg-commit mailing list