Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-12-28 12:34:32 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-12-28 12:34:32 (GMT)
commit3fa616c4aac171b0a2622849c973610207dd798d (patch)
treea0719b92ded430342d86eacefbb25957fcba47c5
parentbdb4b99b78519ddc6edd6229a14eccc727913a5e (diff)
Bump v0.84.1v0.84.1
-rw-r--r--Makefile.am3
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 3 deletions
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])