[gnome-documents] release: prepare for 0.3.2



commit 2c36cefb5ea790188bb61d47e3926cb11e8e8518
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Nov 21 14:53:00 2011 -0500

    release: prepare for 0.3.2

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |   10 +++++-----
 2 files changed, 28 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 671df79..4266456 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.3.2 - "Steady Diet of Nothing"
+================================
+
+- Initial support for Google Docs collections
+- Initial support for user-defined collections
+- Major UI revamp:
+  * removed the sidebar
+  * moved the search entry beneath the top bar in a hiding container
+  * use single-click activation mode in the overview
+  * first implementation of a "Selection" mode
+  * animate state changes
+- Improve query and loading speed
+- Field selection support for search filtering (author, title)
+- Fix loading of cached documents
+- Many, many minor improvements and fixes
+
+0.2.1 - "Paper Cut"
+===================
+
+- Quote the file path before passing it out to unoconv
+- Remember window state and size across app restarts
+- Fix some UI flickering and useless refreshs
+
 0.2.0 - "Dropping Out"
 ======================
 
diff --git a/configure.ac b/configure.ac
index 582ea8e..32ba636 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-documents],[0.2.0],[],[gnome-documents])
+AC_INIT([gnome-documents],[0.3.2],[],[gnome-documents])
 
 AM_CONFIG_HEADER(config/config.h)
 AC_CONFIG_SRCDIR([src/main.js])
@@ -50,12 +50,12 @@ AC_SUBST(GJS_JS_DIR)
 GLIB_GSETTINGS
 
 EVINCE_MIN_VERSION=3.3.0
-GLIB_MIN_VERSION=2.29.90
-GTK_MIN_VERSION=3.1.13
+GLIB_MIN_VERSION=2.31.0
+GTK_MIN_VERSION=3.3.3
 GOBJECT_INTROSPECTION_MIN_VERSION=0.9.6
 GDATA_MIN_VERSION=0.9.1
-GOA_MIN_VERSION=3.1.90
-CLUTTER_GTK_MIN_VERSION=1.0.1
+GOA_MIN_VERSION=3.2.0
+CLUTTER_GTK_MIN_VERSION=1.0.2
 TRACKER_MIN_VERSION=0.12.1
 
 PKG_CHECK_MODULES(DOCUMENTS,



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