[glom] 1.19.6



commit c0dc06e1d55a6b21e7af5292dee06dca47630808
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jul 7 14:07:41 2011 +0200

    1.19.6

 ChangeLog    |    2 ++
 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 12a76ff..9800fb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.6:
+
 2011-07-07  Murray Cumming  <murrayc murrayc com>
 
 	About Box: Add a logo.
diff --git a/NEWS b/NEWS
index 9f8cb6a..81242e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.19.6 (unstable):
+
+* Simplify the main window, and slightly simplify the menus.
+* Find: Make this work again, and make it case-insensitive.
+* ListView: Make the rows high enough.
+* Fix the About box.
+
 1.19.5 (unstable):
 
 * Details:
diff --git a/configure.ac b/configure.ac
index 39734b3..6c3e62d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Glom],[1.19.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
@@ -154,7 +154,7 @@ AC_ARG_ENABLE([maemo-launcher],
               [glom_maemo_launcher=no])
 
 # Libraries used by libglom:
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-2.0 >= 2.28.0 libgdamm-5.0 >= 4.99.3 libgda-postgres-5.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-2.0 >= 2.28.0 libgdamm-5.0 >= 4.99.3.1 libgda-postgres-5.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])



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