[glom] 1.33.1



commit 5df154ac883d07cf67c848a198280efbb6b23d56
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 28 14:47:22 2019 +0100

    1.33.1

 CMakeLists.txt                                    |  6 +++---
 NEWS                                              | 10 ++++++++++
 configure.ac                                      |  4 ++--
 docs/pyglom_reference/Makefile.am                 |  2 +-
 glom/python_embed/python_module/py_glom_module.cc |  2 +-
 5 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 407ee67b..b3c68a4c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,14 +1,14 @@
 cmake_minimum_required(VERSION 3.2)
 project("glom")
 
-set(PACKAGE_VERSION "1.31.3")
+set(PACKAGE_VERSION "1.33.1")
 set(GETTEXT_PACKAGE "glom")
 
 set(CMAKE_CXX_STANDARD 14)
 
-set(GLOM_ABI_VERSION "1.32")
+set(GLOM_ABI_VERSION "1.34")
 # TODO: Find an equivalent for autoconf's AS_TR_SH()
-set(GLOM_ABI_VERSION_UNDERLINED "1_32")
+set(GLOM_ABI_VERSION_UNDERLINED "1_34")
 
 # TODO: GLOM_LOCALEDIR seems to be empty by default.
 include(GNUInstallDirs)
diff --git a/NEWS b/NEWS
index 897d310e..65ae8b0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+1.32.0 (stable):
+
+* Require libgda 5.2.9, to support newer postgresql versions.
+* Require Python 3.
+* Require at least gtkmm 3.22
+* Use some more modern C++ code.
+* Avoid some compiler warnings.
+* Correct build errors when srcdir != builddir
+(Murray Cumming)
+
 1.31.6 (unstable):
 
 * Layout: Custom fonts: Fix regressoin in 1.31.5.
diff --git a/configure.ac b/configure.ac
index 93c8c9db..8e09a565 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.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.33.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
@@ -39,7 +39,7 @@ LT_INIT([disable-static win32-dll])
 # Used for the install directories for headers.  The same number is used in
 # the library name, which must be kept in sync, but variables can't be used
 # with that.
-AC_SUBST([GLOM_ABI_VERSION], [1.32])
+AC_SUBST([GLOM_ABI_VERSION], [1.34])
 AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION], ["$GLOM_ABI_VERSION"],
                   [Define to the Glom ABI version string.])
 
diff --git a/docs/pyglom_reference/Makefile.am b/docs/pyglom_reference/Makefile.am
index f6130d7c..f3566d8a 100644
--- a/docs/pyglom_reference/Makefile.am
+++ b/docs/pyglom_reference/Makefile.am
@@ -6,7 +6,7 @@
 # html:
 #      pydoc -w $(top_builddir)/glom/python_embed/python_module/.libs/
 #      mkdir html
-#      mv glom_1_32.html html/index.html
+#      mv glom_1_34.html html/index.html
 
 book_name = pyglom_$(GLOM_ABI_VERSION_UNDERLINED)
 
diff --git a/glom/python_embed/python_module/py_glom_module.cc 
b/glom/python_embed/python_module/py_glom_module.cc
index e55a99e9..b512c1b0 100644
--- a/glom/python_embed/python_module/py_glom_module.cc
+++ b/glom/python_embed/python_module/py_glom_module.cc
@@ -29,7 +29,7 @@
 
 using namespace Glom;
 
-BOOST_PYTHON_MODULE(glom_1_32)
+BOOST_PYTHON_MODULE(glom_1_34)
 {
   boost::python::docstring_options doc_options(
     true, // show the docstrings from here


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]