[glom] 1.19.13



commit a296b181b891f1dc6b851ea493497deb5930026c
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 17 12:18:30 2011 +0200

    1.19.13

 ChangeLog    |    3 ++-
 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 31f2d3e..4c75e9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.13 (unstable):
+
 2011-10-17  Murray Cumming  <murrayc murrayc com>
 
 	Print Layout: Print Standard: Avoid page break spaces in the middle of pages.
@@ -29,7 +31,6 @@
 	correct #ifdefs.
 	Bug #660496
 
-
 2011-10-14  Murray Cumming  <murrayc murrayc com>
 
 	Fix DTD to fix make check.
diff --git a/NEWS b/NEWS
index 19c2adb..407106b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+1.19.13 (unstable):
+
+* Developer:
+  - Deleting tables: Remove the auto-increment's next values too.
+	Bug #661653
+* Details:
+  - Related Records: Allow min and max rows counts instead of just a rows count.
+* List: Actually show custom choices, instead of crashing.
+	Bug #661764 (Andrà Klapper)
+* Print Layouts:
+  - Handle related records.
+  - Improve pagination.
+  - Use full page width when creating standard layouts.
+* About dialog: Show the version number.
+* Examples: Avoid use of pygtk, which causes a crash.
+  Bug #661766 (Andrà Klapper)
+* libglom: Make LayoutItem_Group::get_title_or_name() useful for portals too.
+  (Murray Cumming)
+* Build:
+  - Avoid some deprecated GTK+ (in 3.3) and gtkmm API.
+  - Improve some translatable strings, using ustring::compose().
+    (Murray Cumming)
+  - Some OpenBSD fixes.
+    (Jasper Lievisse Adriaanse). 
+  
 1.19.12 (unstable):
 
 * Added the glom_create_from_example command-line utility.
diff --git a/configure.ac b/configure.ac
index ba11185..a0f7d66 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.12],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.13],[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]