diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-03 21:34:56 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-03 21:34:56 +0000 |
commit | 8c2ce1e3711fd1b39fbd6ab56d1b18b800e4aa84 (patch) | |
tree | 36c9ea9f0dac2e012146f5760424cab8189bfe6f | |
parent | bump to 2.22.3.1. A bunch of bug fixes as usual and translation updates. (diff) | |
download | gentoo-2-8c2ce1e3711fd1b39fbd6ab56d1b18b800e4aa84.tar.gz gentoo-2-8c2ce1e3711fd1b39fbd6ab56d1b18b800e4aa84.tar.bz2 gentoo-2-8c2ce1e3711fd1b39fbd6ab56d1b18b800e4aa84.zip |
bump to 2.20.7. Fix asserts on shutdown and various other fixes. Translation updates.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
-rw-r--r-- | gnome-base/gdm/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-base/gdm/gdm-2.20.7.ebuild (renamed from gnome-base/gdm/gdm-2.20.5.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gnome-base/gdm/ChangeLog b/gnome-base/gdm/ChangeLog index cc451ce521e3..b3e2defa6ead 100644 --- a/gnome-base/gdm/ChangeLog +++ b/gnome-base/gdm/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-base/gdm # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.273 2008/06/01 10:54:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.274 2008/07/03 21:34:56 eva Exp $ + +*gdm-2.20.7 (03 Jul 2008) + + 03 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org> -gdm-2.20.5.ebuild, + +gdm-2.20.7.ebuild: + bump to 2.20.7. Fix asserts on shutdown and various other fixes. + Translation updates. 01 Jun 2008; nixnut <nixnut@gentoo.org> gdm-2.20.5.ebuild: Added ~ppc wrt bug 218794 diff --git a/gnome-base/gdm/gdm-2.20.5.ebuild b/gnome-base/gdm/gdm-2.20.7.ebuild index 005210f553f0..e5d2409cbe37 100644 --- a/gnome-base/gdm/gdm-2.20.5.ebuild +++ b/gnome-base/gdm/gdm-2.20.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.20.5.ebuild,v 1.5 2008/06/01 10:54:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.20.7.ebuild,v 1.1 2008/07/03 21:34:56 eva Exp $ -inherit autotools eutils pam gnome2 +inherit eutils pam gnome2 DESCRIPTION="GNOME Display Manager" HOMEPAGE="http://www.gnome.org/projects/gdm/" |