summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-03-22 22:56:22 +0000
committerRodney Dawes <dobey@src.gnome.org>2005-03-22 22:56:22 +0000
commitf1e1772aeafd0f5d493a589e6b35508efbed64df (patch)
tree68437832cd94fe3971004f936144146d32a3f027
parent31815402e4dd6ce0625121e583adde060e2572cc (diff)
downloadadwaita-icon-theme-f1e1772aeafd0f5d493a589e6b35508efbed64df.tar.gz
Update for 2.10.1 releaseGNOME_ICON_THEME_2_10_1
2005-03-22 Rodney Dawes <dobey@novell.com> * configure.in, NEWS: Update for 2.10.1 release * (16x16,24x24)/stock/net/Makefile.am: Install symlinks for the old gnome-fs-locally-shared and gnome-fs-share-private icon names
-rw-r--r--16x16/stock/net/Makefile.am5
-rw-r--r--24x24/stock/net/Makefile.am7
-rw-r--r--ChangeLog13
-rw-r--r--NEWS10
-rw-r--r--configure.in2
5 files changed, 32 insertions, 5 deletions
diff --git a/16x16/stock/net/Makefile.am b/16x16/stock/net/Makefile.am
index 5262d8a45..bb2b3c705 100644
--- a/16x16/stock/net/Makefile.am
+++ b/16x16/stock/net/Makefile.am
@@ -66,3 +66,8 @@ icon_DATA =\
$(NULL)
EXTRA_DIST = $(icon_DATA)
+
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(icondir)/../../filesystems
+ ln -sf $(icondir)/stock_shared-by-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-locally-shared.png
+ ln -sf $(icondir)/stock_shared-to-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-share-private.png
diff --git a/24x24/stock/net/Makefile.am b/24x24/stock/net/Makefile.am
index d341ee789..a476aaaf9 100644
--- a/24x24/stock/net/Makefile.am
+++ b/24x24/stock/net/Makefile.am
@@ -53,8 +53,15 @@ icon_DATA =\
stock_outbox.png \
stock_post-message.png \
stock_sent-mail.png \
+ stock_shared-by-me.png \
+ stock_shared-to-me.png \
stock_spam.png \
stock_video-conferencing.png \
$(NULL)
EXTRA_DIST = $(icon_DATA)
+
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(icondir)/../../filesystems
+ ln -sf $(icondir)/stock_shared-by-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-locally-shared.png
+ ln -sf $(icondir)/stock_shared-to-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-share-private.png
diff --git a/ChangeLog b/ChangeLog
index 216f6e808..9ae99d4ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-22 Rodney Dawes <dobey@novell.com>
+
+ * configure.in, NEWS: Update for 2.10.1 release
+
+ * (16x16,24x24)/stock/net/Makefile.am: Install symlinks for the old
+ gnome-fs-locally-shared and gnome-fs-share-private icon names
+
2005-03-22 Jakub Steiner <jimmac@ximian.com>
* gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
@@ -19,14 +26,14 @@
* gnome-mime-application-x-vnd.oasis.openoffice.presentation.png
* gnome-mime-application-x-vnd.oasis.openoffice.text-master.png
* gnome-mime-application-x-vnd.oasis.openoffice.text.png
- * gnome-mime-application-x-vnd.oasis.openoffice.text-web.png: new
- OOo mime types
+ * gnome-mime-application-x-vnd.oasis.openoffice.text-web.png:
+ new OOo mime types
2005-03-10 Jakub Steiner <jimmac@ximian.com>
* {16x16,24x24}/filesystems/Makefile.am:
* {16x16,24x24}/filesystems/gnome-fs-locally-shared.png:
- * {16x16,24x24}/filesystems/gnome-fs-share-provate.png: removed
+ * {16x16,24x24}/filesystems/gnome-fs-share-private.png: removed
* {16x16,24x24}/stock/net/Makefile.am:
* {16x16,24x24}/stock/net/stock_shared-by-me.png:
* {16x16,24x24}/stock/net/stock_shared-to-me.png: renamed as per
diff --git a/NEWS b/NEWS
index 4858cbf7a..c2c7f01ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-Version 2.10.0
+Version 2.10.1
+
+Changes since 2.10.0
+
+* New OpenOffice.org MIME type icons
+ -- bug #167296 (Jakub Steiner)
+* Renamed gnome-fs-{locally-shared,share-private} to stock_shared-{by,to}-me
+ (Jakub Steiner)
+* Updated translations [en_CA]
Changes since 2.9.92
diff --git a/configure.in b/configure.in
index a1ce273df..8b2b27ab1 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.10.0],
+AC_INIT([gnome-icon-theme], [2.10.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)