[glom] 1.29.5



commit 0a46a803c4b3a29d7cdce081ad77e383eaa644e8
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jul 13 11:35:50 2015 +0200

    1.29.5

 NEWS         |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8f5d335..5f6c9d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.29.5 (unstable):
+
+* Fix the build with python 3 and require python 3.
+  (Murray Cumming)
+* Build with (and require) C++11, using some simple C++11 features.
+  (Murray Cumming)
+
 1.29.4 (unstable):
 
 * Use libgda-5 again instead of libgda-6.
diff --git a/configure.ac b/configure.ac
index f530e74..5b80b3d 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.29.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.29.5],[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]