[glom] 1.19.14



commit 18f8b6a6e0d1501c046e1d2d2b12c64b20e42a9b
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 18 22:55:25 2011 +0200

    1.19.14

 ChangeLog    |   18 +++++-------------
 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 27 insertions(+), 14 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a8a78aa..b17f68f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.14:
+
 2011-10-18  Murray Cumming  <murrayc murrayc com>
 
 	Add a simple SQL injection test.
@@ -202,16 +204,6 @@
 	* examples/tests/example_field_formatting_test.glom:
 	* ldtp/database-templates/PostgresCentral/Test.glom:
 	* ldtp/database-templates/SQLite/Test.glom: A simple regexxer replace.
-
-2011-10-17  Murray Cumming  <murrayc murrayc com>
-
-	List View: Correct the default column widths.
-
-	* glom/utils_ui.[h|cc]: get_suitable_field_width_for_widget(): Added a
-	for_treeview parameter and adjust the width accordingly.
-	* glom/mode_data/db_adddel/db_adddel.cc: treeview_append_colum():
-  Replace the overly-generic division-by-3 hack with the new parameter, and 
-  add some hard-coded extra space.
 	
 2011-10-17  Murray Cumming  <murrayc murrayc com>
 
@@ -220,15 +212,15 @@
 	* glom/utils_ui.[h|cc]: get_suitable_field_width_for_widget(): Added a
 	for_treeview parameter and adjust the width accordingly.
 	* glom/mode_data/db_adddel/db_adddel.cc: treeview_append_colum():
-  Replace the overly-generic division-by-3 hack with the new parameter, and 
-  add some hard-coded extra space.
+	Replace the overly-generic division-by-3 hack with the new parameter, and 
+	add some hard-coded extra space.
 	
 2011-10-17  Murray Cumming  <murrayc murrayc com>
 
 	Details: Avoid an outdent after group titles
 
 	* glom/mode_data/flowtablewithfields.cc: add_layout_group(): Work around 
-  the GtkFrame bug #644199
+	* the GtkFrame bug #644199
 
 1.19.13 (unstable):
 
diff --git a/NEWS b/NEWS
index 407106b..3e16a22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+1.19.14 (unstable):
+
+* Details: Avoid an outdent after group titles,
+  working around GtkFrame bug #644199.
+* List View: Correct the default column widths.
+* Command line: Correct some exit results.
+* Add try/catch around all uses of std::locale(""),
+  though this should probably just fail early in main().
+  Bug #619445
+* libglom:
+  - Correct the pkg-config file.
+  - Move ReportBuilder to libglom, adding a libxstl dependency.
+* Tests:
+  - Self Hosting: Test more expected table structure and data.
+  - Add a simple SQL injection test.
+  - Test report building and contents.
+  - Test general XML validity of XSLT files.
+* Examples:
+  - Remove all column_width attributes now that the defaults are good.
+  - Film Manager example: Change default table to Scenes.
+
 1.19.13 (unstable):
 
 * Developer:
diff --git a/configure.ac b/configure.ac
index acb784f..6c30b24 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.13],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.14],[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]