[glom/glom-1-28] 1.28.6



commit ed68f5af819d40719146c49c0d1efd9ce91fbc0f
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Feb 25 20:00:45 2016 +0100

    1.28.6

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6577d9d..8af700c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+1.28.6 (stable):
+
+* Fix crash when loading TIFF or PDF files into an image field,
+  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:
+  - Specify a timeout.
+  (Murray Cumming)
+
 1.28.5 (stable):
 
 * Build: Fix the configure for python 3 versions of boost-python.
diff --git a/configure.ac b/configure.ac
index d7f7b1c..69068da 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.28.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.28.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]