diary r44 - in trunk: . data



Author: pwithnall
Date: Fri Jun 20 17:52:14 2008
New Revision: 44
URL: http://svn.gnome.org/viewvc/diary?rev=44&view=rev

Log:
2008-06-20  Philip Withnall  <philip tecnocode co uk>

	* NEWS:
	* configure.ac:
	* data/Makefile.am: Bump to version 0.3.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/data/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Jun 20 17:52:14 2008
@@ -1,5 +1,13 @@
 Major new features in version...
 
+0.3:
+* Update documentation to point to new SVN repository
+* Add search functionality
+* Add an icon by Jakub Szypulka and a desktop file
+* Improvements to encryption support
+* Add a French translation by Jean-FranÃois Martin
+* Fix a crasher bug if requesting statistics for a database with no entries.
+
 0.2:
 * Relicensed from GPLv2 to GPLv3
 * Add database encryption support

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Jun 20 17:52:14 2008
@@ -1,4 +1,4 @@
-AC_INIT(diary, 0.2)
+AC_INIT(diary, 0.3)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
@@ -107,6 +107,7 @@
 src/Makefile
 po/Makefile.in
 data/Makefile
+data/diary.desktop
 data/icons/Makefile
 data/icons/16x16/Makefile
 data/icons/22x22/Makefile

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Fri Jun 20 17:52:14 2008
@@ -24,6 +24,4 @@
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-CLEANFILES = \
-	$(desktop_in_files)	\
-	$(desktop_DATA)
+CLEANFILES = $(desktop_DATA)



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