diff options
author | Rodney Dawes <dobey@novell.com> | 2006-08-08 13:24:46 +0000 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2006-08-08 13:24:46 +0000 |
commit | 9fb3c2ebc8b07de350b565aef58f9cc3241c905f (patch) | |
tree | 877361d2eef8fe6d2d48082efcb7b32a1521567e | |
parent | f355208e94409ab0c9e2f22ec13f01694621f527 (diff) | |
download | adwaita-icon-theme-9fb3c2ebc8b07de350b565aef58f9cc3241c905f.tar.gz |
Updated version to 2.15.91 for releaseGNOME_ICON_THEME_2_15_91
2006-08-08 Rodney Dawes <dobey@novell.com>
* NEWS:
* configure.ac: Updated version to 2.15.91 for release
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 27 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-08-08 Rodney Dawes <dobey@novell.com> + + * NEWS: + * configure.ac: Updated version to 2.15.91 for release + 2006-08-08 Jakub Steiner <jimmac@ximian.com> * 32x32/categories/Makefile.am: fix typo. fixes #350369 @@ -1,3 +1,24 @@ +Version 2.15.91 + +* Add applications-accessories scalable icon (Andreas Nilsson, Jakub Steiner) +* Add new preferences-system icon (Andreas Nilsson, Jakub Steiner) +* Add new network-workgroup icon (Andreas Nilsson, Jakub Steiner) +* Add missing size icons, and fixes (Lapo Calamandrei, Jakub Steiner) +* Add new start-here icon (Lapo Calamandrei, Jakub Steiner) +* Add new media-flash icon (Rodney Dawes, Jakub Steiner) +* New generic multimedia-player icon (Andreas Nilsson, Jakub Steiner) +* Add new network-server icon (Andreas Nilsson, Jakub Steiner) +* Add new applications-games icon (Andreas Nilsson, Jakub Steiner) +* Rename {drive,media}-cdrom to {drive,media}-optical (Rodney Dawes) +* Add properly sized process-{idle,working} animation icons + -- bug #349353 (Jakub Steiner) +* Add missing directories to index.theme.in + -- bug #349353 (Rodney Dawes) +* Add missing tab-new in 16x16/actions/Makefile.am + -- bug #348981 (Rodney Dawes) +* Add new view-fullscreen and view-restore icons (Jakub Steiner) +* New and updated translations [bn_IN, fr, mk, ml, or] + Version 2.15.90 * Moved stock_* fullscreen icons to view-* action names (Rodney Dawes) diff --git a/configure.in b/configure.in index 9040c6893..06c5c3a1d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([gnome-icon-theme], [2.15.90], +AC_INIT([gnome-icon-theme], [2.15.91], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme]) AC_CONFIG_SRCDIR(index.theme.in) |