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-09-17 19:45:55 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-09-17 19:45:55 (GMT)
commit682a156c6203045a9a0024e1810f25d054b5d36b (patch)
tree48b824aba213ba7056ee82f2a5b22d7e8d33753a
parent8fc4e97fa131b4cd4bc5b0a474696cad762e39bd (diff)
Bump v0.85.4v0.85.4
-rw-r--r--AUTHORS21
-rw-r--r--COPYING (renamed from LICENSE.GPL)0
-rw-r--r--Makefile.am3
-rw-r--r--NEWS2
-rw-r--r--README17
-rw-r--r--README.txt1
-rw-r--r--configure.ac2
7 files changed, 41 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..b28ccee
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,21 @@
+Contributors
+============
+
+Aleksey Lim <alsroot@member.fsf.org>
+Benjamin Saller <bcsaller@objectrealms.net>
+Bert Freudenberg <bert@freudenbergs.de>
+Dan Williams <dcbw@redhat.com>
+Marco Pesenti Gritti <mpg@redhat.com>
+Sascha Silbe <sascha@silbe.org>
+Simon McVittie <simon.mcvittie@collabora.co.uk>
+Simon Schampijer <simon@schampijer.de>
+
+Past maintainers
+================
+
+Tomeu Vizoso <tomeu@sugarlabs.org>
+
+Current maintainers
+===================
+
+Aleksey Lim <alsroot@member.fsf.org>
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])