ChangeLog | 23 +++++++++++++++++++++++ NEWS | 20 ++++++++++---------- RELEASING | 3 ++- configure.ac | 2 +- debian/changelog | 12 ++++++++++++ debian/control | 2 +- 6 files changed, 49 insertions(+), 13 deletions(-)
New commits: commit f8f94992b024cbb0f8be53f290795cc75fafc546 Author: Julien Cristau <jcris...@debian.org> Date: Tue Sep 29 21:52:08 2009 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 3d1ce6d..4e837ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xserver-xorg-video-intel (2:2.9.0-2) UNRELEASED; urgency=low +xserver-xorg-video-intel (2:2.9.0-1+exp1) experimental; urgency=low * Build against xserver 1.7 RC. - -- Julien Cristau <jcris...@debian.org> Tue, 29 Sep 2009 21:51:17 +0200 + -- Julien Cristau <jcris...@debian.org> Tue, 29 Sep 2009 21:51:48 +0200 xserver-xorg-video-intel (2:2.9.0-1) unstable; urgency=low commit c0c3974d49eca3cf3cc2e1744ef27ef24b44e17b Author: Julien Cristau <jcris...@debian.org> Date: Tue Sep 29 21:51:39 2009 +0200 Build against xserver 1.7 RC. diff --git a/debian/changelog b/debian/changelog index 9b1eaf2..3d1ce6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-video-intel (2:2.9.0-2) UNRELEASED; urgency=low + + * Build against xserver 1.7 RC. + + -- Julien Cristau <jcris...@debian.org> Tue, 29 Sep 2009 21:51:17 +0200 + xserver-xorg-video-intel (2:2.9.0-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 59ff804..802ed1d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Nusinow <dnusi...@debian.org>, Drew Parsons <dpars...@debian.or Build-Depends: debhelper (>= 5), pkg-config, - xserver-xorg-dev (>= 2:1.5.99.901), + xserver-xorg-dev (>= 2:1.6.99.901), x11proto-core-dev, x11proto-fonts-dev, x11proto-xinerama-dev, commit de10664844faf0d83c52f4a987873d8fae75e9f3 Author: Brice Goglin <bgog...@debian.org> Date: Tue Sep 29 07:17:29 2009 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 7afb94e..9b1eaf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xserver-xorg-video-intel (2:2.9.0-1) UNRELEASED; urgency=low +xserver-xorg-video-intel (2:2.9.0-1) unstable; urgency=low * New upstream release. - -- Brice Goglin <bgog...@debian.org> Tue, 29 Sep 2009 07:16:22 +0200 + -- Brice Goglin <bgog...@debian.org> Tue, 29 Sep 2009 07:16:54 +0200 xserver-xorg-video-intel (2:2.8.99.902-1) experimental; urgency=low commit 45cf8744d713feb49b0e91d2ff5bbc3c51b2a58d Author: Brice Goglin <bgog...@debian.org> Date: Tue Sep 29 07:16:51 2009 +0200 New upstream release diff --git a/ChangeLog b/ChangeLog index 60536ee..f136785 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +commit 2841a4cd8c6c64fdf4b2203ab73b57b38a50f651 +Author: Carl Worth <cwo...@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). + +commit a790aff4fef7d0c86b7b9c0da4afdc9c0aba6636 +Author: Carl Worth <cwo...@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. + +commit a92bbcc94904684e7709b3ddaad82bc04607af26 +Author: Carl Worth <cwo...@cworth.org> +Date: Tue Sep 22 17:08:23 2009 -0700 + + Increment version to 2.8.99.902 + commit ae00a0923717caec6d0dad94527da26397bd12ce Author: Carl Worth <cwo...@cworth.org> Date: Tue Sep 22 15:14:38 2009 -0700 diff --git a/debian/changelog b/debian/changelog index bf2c5b2..7afb94e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-video-intel (2:2.9.0-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Brice Goglin <bgog...@debian.org> Tue, 29 Sep 2009 07:16:22 +0200 + xserver-xorg-video-intel (2:2.8.99.902-1) experimental; urgency=low * New upstream release candidate. commit 2841a4cd8c6c64fdf4b2203ab73b57b38a50f651 Author: Carl Worth <cwo...@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 <cwo...@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. commit a92bbcc94904684e7709b3ddaad82bc04607af26 Author: Carl Worth <cwo...@cworth.org> Date: Tue Sep 22 17:08:23 2009 -0700 Increment version to 2.8.99.902 diff --git a/configure.ac b/configure.ac index e9d89af..becd260 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-intel], - 2.8.99.901, + 2.8.99.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-intel) -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org