[glom/glom-1-14] 1.14.6



commit 73b24bc0539e444ec74e8fae299477f5aeca48be
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Aug 10 17:52:24 2010 +0200

    1.14.6

 ChangeLog    |    2 ++
 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9d82d94..37d8a32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.14.6:
+
 2010-08-19  David King  <davidk openismus com>
 
 	Include the correct config.h
diff --git a/NEWS b/NEWS
index a13c5b8..98ba7d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.14.6 (stable):
+
+* Import dialog, Text formatting:
+  SpinButtons: Don't have 0 to 0 ranges with only 0 increments possible.
+* Document loading: Show an error dialog even for unexpected errors.
+* Startup: Catch exceptions from std::locale::global() because it is throwing
+  in at least one system under apparently normal circumstances.
+  This should fix bug #619445 (teidooricaerak) or at least give us another clue.
+  (Murray Cumming)
+* Build: Linker flags improvements (David King)
+
 1.14.5 (stable):
 
 * Allow unique fields with same name in multiple tables.
diff --git a/configure.ac b/configure.ac
index e488652..9348c73 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.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.14.6],[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]