diff -Nru glom-1.20.9/ChangeLog glom-1.20.10/ChangeLog --- glom-1.20.9/ChangeLog 2012-02-14 08:08:25.000000000 +0000 +++ glom-1.20.10/ChangeLog 2012-03-06 10:02:46.000000000 +0000 @@ -1,3 +1,46 @@ +1.20.10: + +2012-03-05 Murray Cumming + + Utils::get_find_where_clause_quick(): Handle an empty value properly. + + * glom/libglom/utils.cc: get_find_where_clause_quick(): + Handle an empty quick_search value properly, returning an empty + where clause. + +2012-03-03 Ben Konrath + + Remove empty group in the Lesson Planner example file. + + The empty group was at the bottome of the Rooms table details view. + + https://bugzilla.gnome.org/show_bug.cgi?id=671263 + + * examples/example_lesson_planner.glom: + +2012-03-01 Murray Cumming + + Add a unistd.h include to fix the mingw MS Windows build. + + * glom/glom_create_from_example.cc: include unistd.h for getpass(). + Bug #671120 (alien) + +2012-03-01 Murray Cumming + + More windows build fixes. + + * glom/libglom/connectionpool_backends/postgres.cc: Add an include and change + the ifdefed code slightly to fix the mingw build on Windows. + Bug #670903 (alien) + +2012-03-01 Murray Cumming + + Add a fcntl.h include. + + * glom/libglom/utils.cc: Include fcntl.h to fix the mingw build + on Windows. + Bug #670903 (alien) + 1.20.9: 2012-02-13 Murray Cumming diff -Nru glom-1.20.9/configure glom-1.20.10/configure --- glom-1.20.9/configure 2012-02-14 10:00:53.000000000 +0000 +++ glom-1.20.10/configure 2012-03-06 10:04:50.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for Glom 1.20.9. +# Generated by GNU Autoconf 2.68 for Glom 1.20.10. # # Report bugs to . # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='Glom' PACKAGE_TARNAME='glom' -PACKAGE_VERSION='1.20.9' -PACKAGE_STRING='Glom 1.20.9' +PACKAGE_VERSION='1.20.10' +PACKAGE_STRING='Glom 1.20.10' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=Glom' PACKAGE_URL='' @@ -1463,7 +1463,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Glom 1.20.9 to adapt to many kinds of systems. +\`configure' configures Glom 1.20.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1533,7 +1533,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Glom 1.20.9:";; + short | recursive ) echo "Configuration of Glom 1.20.10:";; esac cat <<\_ACEOF @@ -1706,7 +1706,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Glom configure 1.20.9 +Glom configure 1.20.10 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2229,7 +2229,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Glom $as_me 1.20.9, which was +It was created by Glom $as_me 1.20.10, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3052,7 +3052,7 @@ # Define the identity of the package. PACKAGE='glom' - VERSION='1.20.9' + VERSION='1.20.10' # Some tools Automake needs. @@ -18897,7 +18897,7 @@ LIBGLOM_MODULE_NAME='libglom-1.20' -LIBGLOM_VERSION='1.20.9' +LIBGLOM_VERSION='1.20.10' LIBGLOM_API_VERSION='1.20' @@ -18911,10 +18911,10 @@ $as_echo "#define LIBGLOM_MINOR_VERSION 20" >>confdefs.h -LIBGLOM_MICRO_VERSION=9 +LIBGLOM_MICRO_VERSION=10 -$as_echo "#define LIBGLOM_MICRO_VERSION 9" >>confdefs.h +$as_echo "#define LIBGLOM_MICRO_VERSION 10" >>confdefs.h @@ -21180,7 +21180,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Glom $as_me 1.20.9, which was +This file was extended by Glom $as_me 1.20.10, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21246,7 +21246,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Glom config.status 1.20.9 +Glom config.status 1.20.10 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru glom-1.20.9/configure.ac glom-1.20.10/configure.ac --- glom-1.20.9/configure.ac 2012-02-14 08:08:18.000000000 +0000 +++ glom-1.20.10/configure.ac 2012-03-06 10:02:38.000000000 +0000 @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -AC_INIT([Glom],[1.20.9],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom]) +AC_INIT([Glom],[1.20.10],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom]) AC_PREREQ(2.63) AC_CONFIG_SRCDIR([glom/main.cc]) diff -Nru glom-1.20.9/debian/changelog glom-1.20.10/debian/changelog --- glom-1.20.9/debian/changelog 2012-02-28 20:39:55.000000000 +0000 +++ glom-1.20.10/debian/changelog 2012-03-14 11:43:13.000000000 +0000 @@ -1,3 +1,9 @@ +glom (1.20.10-0ubuntu1) precise; urgency=low + + * New upstream version + + -- Sebastien Bacher Wed, 14 Mar 2012 12:43:04 +0100 + glom (1.20.9-0ubuntu2) precise; urgency=low * debian/control: diff -Nru glom-1.20.9/docs/libglom_reference/html/annotated.html glom-1.20.10/docs/libglom_reference/html/annotated.html --- glom-1.20.9/docs/libglom_reference/html/annotated.html 2012-02-14 10:01:41.000000000 +0000 +++ glom-1.20.10/docs/libglom_reference/html/annotated.html 2012-03-06 10:06:19.000000000 +0000 @@ -14,7 +14,7 @@ -
libglom-1.20 1.20.9
+
libglom-1.20 1.20.10
@@ -91,7 +91,7 @@ GlomBakery::ViewBaseThis is a base class for View -