[gnome-documents] release: prepare for 0.1.90



commit b7aea3b6336bc8ea37ecab68a043eba8063f846e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Aug 29 17:13:22 2011 -0400

    release: prepare for 0.1.90

 AUTHORS      |    5 +++++
 NEWS         |    9 +++++++++
 README       |    2 ++
 TODO         |    5 ++---
 configure.ac |    3 ++-
 5 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..b56f750
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,5 @@
+Cosimo Cecchi <cosimoc gnome org>
+
+Design by:
+William Jon McCann <jmccann redhat com>
+Jakub Steiner <jimmac gmail com>
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..7cc526d
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,9 @@
+0.1.90 - "Vintage Hardware"
+===========================
+
+- Initial release of GNOME Documents
+- Ships with a GOA/GData/Tracker miner to index Google Docs
+- Support for favorite and shared categories
+- Support for preview
+- Support for grid and list views
+- Support for title search
diff --git a/README b/README
new file mode 100644
index 0000000..26c98a5
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+Documents is a document manager application for GNOME.
+More information on https://live.gnome.org/Design/Apps/Documents
diff --git a/TODO b/TODO
index c51ab41..2ba8a51 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
-- implement starred category
-- implement shared category
+- implement private category
 - implement device listing
 - figure out behavior for lack of network connection
-- implement opening password-protected PDF files
\ No newline at end of file
+- implement opening password-protected PDF files
diff --git a/configure.ac b/configure.ac
index cd5078f..ccb14fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-documents],[0.0.1],[],[gnome-documents])
+AC_INIT([gnome-documents],[0.1.90],[],[gnome-documents])
 
 AM_CONFIG_HEADER(config/config.h)
 AC_CONFIG_SRCDIR([src/main.js])
@@ -53,6 +53,7 @@ GLIB_MIN_VERSION=2.28.0
 GTK_MIN_VERSION=3.1.13
 GOBJECT_INTROSPECTION_MIN_VERSION=0.9.6
 GDATA_MIN_VERSION=0.9.1
+GOA_MIN_VERSION=3.1.90
 
 PKG_CHECK_MODULES(DOCUMENTS,
                   evince-document-3.0



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