[glom] 1.19.2



commit 1ff08e8e249a0449ecf9ccced203879ce3133cd6
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 23 14:29:06 2010 +0100

    1.19.2

 ChangeLog    |    2 ++
 NEWS         |   18 ++++++++++++++++++
 configure.ac |    6 +++---
 3 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 77c6140..18baa3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.2:
+
 2010-11-23  Murray Cumming  <murrayc murrayc com>
 
 	Fix the tests build during distcheck
diff --git a/NEWS b/NEWS
index 51f2762..c644bb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+1.19.2 (unstable):
+
+* CSV Import: Actually preview and import the field values.
+  (Murray Cumming) Bug #625693 (maximiliano).
+* List view: Make the retry option actually work afer entering invalid data.
+  (Murray Cumming)
+* Details view: Solve some widget layout problems, by using
+  Use EggSpreadTable from libegg instead of Glom's own FlowTable widget.
+* Build:
+  - Remove the gconfmm dependency, because we don't use it.
+    (Murray Cumming)
+  - Use upstream gettext instead Glib one.
+    (Javier Jardón) Bug #631367
+  - (Hopefully) solve the timing problems in the import tests, which are
+    now active again.
+  - Call xmlCleanupParser() because libxml++ does not anywmore.
+    (Murray Cumming)
+
 1.19.1 (unstable):
 
 * Choices: Allow multiple extra fields, and allow them to be related fields
diff --git a/configure.ac b/configure.ac
index f9b127c..2e0b755 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.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
@@ -154,7 +154,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1"])
 
 # Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 2.91.3 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.9.2"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 2.91.4 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-2.0 >= 1.9.2"
 
 # Do not require iso-codes in client-only mode, or on Windows:
 # TODO: Package iso-codes for Windows?
@@ -199,7 +199,7 @@ AC_LANG([C++])
 MM_ARG_ENABLE_WARNINGS([GLOM_WXXFLAGS],
                        [-Wall],
                        [-Wall -Wextra -Wno-missing-field-initializers -DGSEAL_ENABLE],
-                       [G GDK GDK_PIXBUF GTK GLIBMM GTKMM CAIROMM])
+                       [G GDK GDK_PIXBUF GTK GLIBMM GDKMM CAIROMM GTKMM])
 
 AC_CHECK_FUNCS([strptime])
 



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