diary r66 - in trunk: . data data/icons/16x16 data/icons/22x22 data/icons/32x32 data/icons/48x48 po src



Author: pwithnall
Date: Thu Jul 10 19:14:13 2008
New Revision: 66
URL: http://svn.gnome.org/viewvc/diary?rev=66&view=rev

Log:
2008-07-10  Philip Withnall  <philip tecnocode co uk>

	* NEWS:
	* configure.ac: Bump to version 0.4.0.
	* data/icons/16x16/Makefile.am:
	* data/icons/22x22/Makefile.am:
	* data/icons/32x32/Makefile.am:
	* data/icons/48x48/Makefile.am: Included icon SVGs in tarball.
	Updated svn:ignore lists.



Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/data/   (props changed)
   trunk/data/icons/16x16/Makefile.am
   trunk/data/icons/22x22/Makefile.am
   trunk/data/icons/32x32/Makefile.am
   trunk/data/icons/48x48/Makefile.am
   trunk/po/   (props changed)
   trunk/src/   (props changed)

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Jul 10 19:14:13 2008
@@ -1,5 +1,12 @@
 Major new features in version...
 
+0.4:
+* Fix various translation problems, including untranslatable strings and strings containing markup
+* Improve some error messages
+* Add icon SVG sources
+* Fix licencing problems introduced with the change to GPLv3+
+* Rename the application to "Almanah Diary" (the data store remains compatible, however)
+
 0.3.1:
 * Update documentation
 * Fix the non-encryption build

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Jul 10 19:14:13 2008
@@ -1,4 +1,4 @@
-AC_INIT(almanah, 0.3.1)
+AC_INIT(almanah, 0.4.0)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)

Modified: trunk/data/icons/16x16/Makefile.am
==============================================================================
--- trunk/data/icons/16x16/Makefile.am	(original)
+++ trunk/data/icons/16x16/Makefile.am	Thu Jul 10 19:14:13 2008
@@ -1,4 +1,4 @@
 icondir = $(datadir)/icons/hicolor/16x16/apps
 icon_DATA = almanah.png
 
-EXTRA_DIST = $(icon_DATA)
+EXTRA_DIST = $(icon_DATA) almanah.svg

Modified: trunk/data/icons/22x22/Makefile.am
==============================================================================
--- trunk/data/icons/22x22/Makefile.am	(original)
+++ trunk/data/icons/22x22/Makefile.am	Thu Jul 10 19:14:13 2008
@@ -1,4 +1,4 @@
 icondir = $(datadir)/icons/hicolor/22x22/apps
 icon_DATA = almanah.png
 
-EXTRA_DIST = $(icon_DATA)
+EXTRA_DIST = $(icon_DATA) almanah.svg

Modified: trunk/data/icons/32x32/Makefile.am
==============================================================================
--- trunk/data/icons/32x32/Makefile.am	(original)
+++ trunk/data/icons/32x32/Makefile.am	Thu Jul 10 19:14:13 2008
@@ -1,4 +1,4 @@
 icondir = $(datadir)/icons/hicolor/32x32/apps
 icon_DATA = almanah.png
 
-EXTRA_DIST = $(icon_DATA)
+EXTRA_DIST = $(icon_DATA) almanah.svg

Modified: trunk/data/icons/48x48/Makefile.am
==============================================================================
--- trunk/data/icons/48x48/Makefile.am	(original)
+++ trunk/data/icons/48x48/Makefile.am	Thu Jul 10 19:14:13 2008
@@ -1,4 +1,4 @@
 icondir = $(datadir)/icons/hicolor/48x48/apps
 icon_DATA = almanah.png
 
-EXTRA_DIST = $(icon_DATA)
+EXTRA_DIST = $(icon_DATA) almanah.svg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]