[glom] 1.19.16



commit be37a235e6cd6805cd0de821f067ace50c8ae20c
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 27 11:40:12 2011 +0200

    1.19.16

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7246668..b8f00bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+1.19.16 (unstable):
+
+* Main window: Use a smaller default size.
+  (Murray Cumming)
+* Replace progress dialogs with a GtkInfoBar.
+  (David King, Murray Cumming)
+* Remove use of GtkHandleBox. Tool Palettes cannot now be 
+  separated from the window.
+  (Murray Cumming)
+* Build: Fix the build with the latest unstable glibmm and gtkmm.
+  (Murray Cumming)
+* Tests:
+  - Test with sqlite too.
+  - Added some SQL injection tests.
+  (Murray Cumming)
+
 1.19.15 (unstable):
 
 * Do no try to pygobject_init() the incompatible 2 version instead of 3.0.
diff --git a/configure.ac b/configure.ac
index 5869433..340a8ed 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.15],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.16],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])



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