From 3fa616c4aac171b0a2622849c973610207dd798d Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 28 Dec 2009 12:34:32 +0000 Subject: Bump v0.84.1 --- diff --git a/Makefile.am b/Makefile.am index 5fa2790..7a1732c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,5 +6,4 @@ test: @cd tests $(MAKE) -C tests test -EXTRA_DIST = README.txt LICENSE.GPL - +EXTRA_DIST = AUTHORS COPYING NEWS README diff --git a/NEWS b/NEWS index e69de29..13a0a10 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,12 @@ +v0.84.1 2009-12-28 +~~~~~~~~~~~~~~~~~~ +* Add standard info files +* Add AM_MAINTAINER_MODE macro to configure.ac +* file descriptor leak in filestore.retrieve() #1550 +* Make reading version file more robust (sayamindu) #1562 +* Use gobject_timeout_add_seconds to make power usage more efficient (sayamindu) #1567 +* Rebuild index when an inconsistency between the index and the metadata is detected +* Return a consistent entry count when some entries are missing (dsd) +* Don't include in find() results entries without metadata +* Only one dot for the filename if we specify an extension +* Remove title option #896 diff --git a/configure.ac b/configure.ac index b70912f..b3cee08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sugar-datastore],[0.84.0],[],[sugar-datastore]) +AC_INIT([sugar-datastore],[0.84.1],[],[sugar-datastore]) AC_PREREQ([2.59]) -- cgit v0.9.1