[glom] 1.30.1



commit 0578c7d5317b10919aa566e377872d7a46d5efe8
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Nov 26 12:32:10 2015 +0100

    1.30.1

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 51edbc3..374c52b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.31.1 (unstable):
+
+* Build: Convert the source code to C++11.
+* Build: Remove unused source code.
+* Build: Use libxml++-3.0 instead of libxml++-2.6.
+* Build: Improvements to how we find and use boost libraries.
+  (Murray Cumming)
+
 1.30.0 (stable):
 
 * Dialog_FieldDefinition: Show self-triggering lookups as grayed-out.
diff --git a/configure.ac b/configure.ac
index 879179c..5b1fa7e 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.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.30.1],[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]