[glom] 1.31.2



commit 89c8c19fff61086d3dd5464ee04e65585b710db5
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Feb 25 20:22:32 2016 +0100

    1.31.2

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 374c52b..4956fdf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+1.31.2 (unstable):
+
+* Fix crash when loading images into an image field.
+  (Murray Cumming)
+* Fix crash caused by assert in recent versions of libevince-view.
+  (Murray Cumming) Bug #761396 (m.rick.mac))
+* Really forget a table when removing it.
+  (Murray Cumming) Bug #754645 (m.rick.mac)
+* Table deletion: Actually let the user cancel the dialog.
+  (Murray Cumming)
+* Initialize PostgresSQL database with the C locale.
+  Because using the current locale seems arbitrary and useless to other users.
+  (Murray Cumming) Bug #761372 (m.rick.mac)
+* Try to catch filesystem errors sooner.
+  (Murray Cumming) Bug #761373 (m.rick.mac)
+* Details layout: Allow notebooks at top-level.
+  (Murray Cumming) Bug #759511 (m.rick.mac)
+* Connection to central server:
+  - Ask again if the connection fails.
+  (Murray Cumming)
+  - Specify a timeout.
+  (Murray Cumming)
+
+Build:
+* Check for, and require, C++14.
+* Lots of modernization of the C++ source code.
+
 1.31.1 (unstable):
 
 * Build: Convert the source code to C++11.
diff --git a/configure.ac b/configure.ac
index b37c30e..d3ee29c 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.31.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.31.2],[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]