From 682a156c6203045a9a0024e1810f25d054b5d36b Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Thu, 17 Sep 2009 19:45:55 +0000 Subject: Bump v0.85.4 --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..b28ccee --- /dev/null +++ b/AUTHORS @@ -0,0 +1,21 @@ +Contributors +============ + +Aleksey Lim +Benjamin Saller +Bert Freudenberg +Dan Williams +Marco Pesenti Gritti +Sascha Silbe +Simon McVittie +Simon Schampijer + +Past maintainers +================ + +Tomeu Vizoso + +Current maintainers +=================== + +Aleksey Lim diff --git a/LICENSE.GPL b/COPYING index ba9543b..ba9543b 100644 --- a/LICENSE.GPL +++ b/COPYING diff --git a/Makefile.am b/Makefile.am index 5fa2790..bfebefe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,3 @@ SUBDIRS = bin etc src test: @cd tests $(MAKE) -C tests test - -EXTRA_DIST = README.txt LICENSE.GPL - diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..26e08f5 --- /dev/null +++ b/NEWS @@ -0,0 +1,2 @@ +v0.85.4 2009-09-17 +- Use basename for uploaded files by default in copy-to-journal script #1372 diff --git a/README b/README new file mode 100644 index 0000000..2a99f65 --- /dev/null +++ b/README @@ -0,0 +1,17 @@ +About +===== + +Provides activities with a way to store data and metadata and the journal +with means for querying, including full text search. + +Resources +========= + +Code Repository + http://git.sugarlabs.org/projects/sugar-datastore/ + +Bug Tracking + http://dev.sugarlabs.org/ + +Home Page + http://wiki.sugarlabs.org/ diff --git a/README.txt b/README.txt deleted file mode 100644 index 8b13789..0000000 --- a/README.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/configure.ac b/configure.ac index d9cf685..da9f802 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sugar-datastore],[0.85.3],[],[sugar-datastore]) +AC_INIT([sugar-datastore],[0.85.4],[],[sugar-datastore]) AC_PREREQ([2.59]) -- cgit v0.9.1