Author: sebp Date: Tue Jan 29 20:56:06 2008 New Revision: 1892 URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=1892&view=rev
Log: Changed version to 2.21.90.1 Modified: trunk/ChangeLog trunk/NEWS trunk/configure.ac Modified: trunk/NEWS ============================================================================== --- trunk/NEWS (original) +++ trunk/NEWS Tue Jan 29 20:56:06 2008 @@ -1,4 +1,18 @@ ======================= +deskbar-applet 2.21.91 +======================= + +Changes: + * Fixed AttributeError in remove_module method in ModuleList. + +Contributors to this release: Sebastian Pölsterl + +Updated Translations: + * Spanish + +Contributors to the translations: Jorge Gonzalez + +======================= deskbar-applet 2.21.90 ======================= Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac (original) +++ trunk/configure.ac Tue Jan 29 20:56:06 2008 @@ -1,4 +1,4 @@ -AC_INIT(deskbar-applet, 2.21.91, [EMAIL PROTECTED]) +AC_INIT(deskbar-applet, 2.21.90.1, [EMAIL PROTECTED]) AC_CONFIG_SRCDIR(deskbar/__init__.py) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.
