[glom/glom-1-30] 1.30.2



commit f3012e4831d5b16a580c9b997dd11cc5a966a8a1
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Feb 25 14:50:08 2016 +0100

    1.30.2

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0220eb5..6e0e62c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+1.30.2:
+
+* Fix crash when loading images into an image field.
+  (Murray Cumming)
+* Fix crash caused by assert in recent versions of libevince-view.
+  (Murray Cumming) ug #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)
+
 1.30.1 (stable):
 
 * Build: Improvements to how we find and use boost libraries.
diff --git a/configure.ac b/configure.ac
index 6a84424..30cb8b7 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.30.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.30.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]