[glom] 1.14.1



commit 145fde81186a6c896258191ede40572fe31c7644
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 27 10:51:52 2010 +0200

    1.14.1

 ChangeLog    |    2 ++
 NEWS         |   24 +++++++++++++++++-------
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c8e922e..70d1924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.14.1:
+
 2010-04-27  Murray Cumming  <murrayc murrayc com>
 
 	Make sure all glade-instantiated windows have the Glom icon.
diff --git a/NEWS b/NEWS
index eaba447..37f5bac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+1.14.1:
+
+* Python field calculation: Fix a crash when using some date types.
+* Documentation:
+  Build and install libglom (C++) API reference documentation (for use by applications)
+  and pyglom (Python) API reference documentation (for use by Glom calculated
+  fields and button scripts).
+  (Murray Cumming, Daniel Elstner, David King)
+* Added unit tests. (Murray Cumming)
+
 1.14.0:
 
 New features in Glom 1.14, compared to Glom 1.12:
@@ -21,7 +31,7 @@ New features in Glom 1.14, compared to Glom 1.12:
     ui.show_table_list("artists")
     ui.show_table_details("artists", 10)
     where 10 is the value of the primary key in the table.
-  - Added ui.print_layout(), ui.print_report(report_name), 
+  - Added ui.print_layout(), ui.print_report(report_name),
   and ui.start_new_record() methods.
   - Added a startup script feature, in Database Preferences.
 * Plus several important bug fixes.
@@ -36,12 +46,12 @@ New features in Glom 1.14, compared to Glom 1.12:
   (Murray Cumming, Openismus)
   - Don't show error dialog when user cancels creation from an example.
   (Daniel Borgmann, Openismus)
-* Opening recent files: Warn when a file doesn't exist, and forget it, 
+* Opening recent files: Warn when a file doesn't exist, and forget it,
   instead of just showing a generic error dialog.
   (Murray Cumming, Openismus)
-* Python scripts and field calculations: Fix a Glom 1.13 bug with use of 
+* Python scripts and field calculations: Fix a Glom 1.13 bug with use of
   date fields.
-* User Interface: General cleanup. The dialogs are more compliant with the 
+* User Interface: General cleanup. The dialogs are more compliant with the
   GNOME HIG and there are many minor ixes to the user interface.
   (Daniel Borgmann, Openismus)
 * Build:
@@ -54,7 +64,7 @@ New features in Glom 1.14, compared to Glom 1.12:
 
 1.13.9 (unstable):
 
-* Field Formatting: Allow choices to be shown as radio buttons instead of a 
+* Field Formatting: Allow choices to be shown as radio buttons instead of a
   drop-down combo box. Requested by Frederik Vande Rieviere.
   (Murray Cumming)
 * Python scripts: Added a startup script feature, in Database Preferences.
@@ -65,7 +75,7 @@ New features in Glom 1.14, compared to Glom 1.12:
   (Murray Cumming)
   - Require the correct gtkmm and libsigc++ versions.
   (David King)
-* Fix the Glade file so it can be opened with the latest glade-3 (when the 
+* Fix the Glade file so it can be opened with the latest glade-3 (when the
   gtksourceview glade catalog is installed).
   (David King)
 
@@ -75,7 +85,7 @@ New features in Glom 1.14, compared to Glom 1.12:
   - Align widgets in neighbouring groups, making things look generally neater.
   - Do not make field widgets too wide, so this fits on a laptop screen.
   (Murray Cumming)
-* Python scripts: Added ui.print_layout(), ui.print_report(report_name), 
+* Python scripts: Added ui.print_layout(), ui.print_report(report_name),
   and ui.start_new_record() methods.
   (Murray Cumming)
 * Fix the build with exceptions disabled.
diff --git a/configure.ac b/configure.ac
index 738123b..9e4b5ae 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.14.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.14.1],[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]