[libchamplainmm] 0.11.1



commit 81cdebe425bc3e61ab8b2c84f3216b52173a97e2
Author: Juan R. García Blanco <juanrgar gmail com>
Date:   Wed Sep 3 22:16:10 2014 +0200

    0.11.1

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 24067aa..a678c44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.11.1 (unstable):
+
+* TileSource: Wrap champlain_tile_source_set_cache().
+  (Juan R. García Blanco)
+* MapSourceFactory: Wrap missing symbols.
+  (Juan R. García Blanco)
+* Tile: Wrap "render-complete" signal.
+  (Juan R. García Blanco)
+* Renderer: Wrap champlain_renderer_set_data().
+  (Juan R. García Blanco)
+* MapSourceDesc: Ignore constructor and data getters and properties.
+  (Juan R. García Blanco)
+
+
 0.11.0 (unstable):
 
 Initial release.
diff --git a/configure.ac b/configure.ac
index 70d4851..9bdc1b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([libchamplainmm], [0.11.0], [http://bugzilla.gnome.org/], [libchamplainmm], [http://www.gtkmm.org/])
+AC_INIT([libchamplainmm], [0.11.1], [http://bugzilla.gnome.org/], [libchamplainmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([champlain/champlainmm.h])
@@ -38,7 +38,7 @@ MM_INIT_MODULE([champlainmm-gtk-0.12])
 MM_CONFIG_DOCTOOL_DIR([docs])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([CHAMPLAINMM_SO_VERSION], [1:0:0])
+AC_SUBST([CHAMPLAINMM_SO_VERSION], [2:0:1])
 AC_SUBST([CHAMPLAINMM_GTK_SO_VERSION], [0:0:0])
 
 AC_PROG_CXX


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