[libgit2-glib] Release 0.23.6
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] Release 0.23.6
- Date: Mon, 21 Sep 2015 17:19:40 +0000 (UTC)
commit 79873ca607e55a90d4ce20390cfbb5d202b2aa24
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Sep 21 19:19:26 2015 +0200
Release 0.23.6
NEWS | 6 ++++++
README | 4 ++--
configure.ac | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2a8c658..9971ee6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 0.23.6
+--------------
+* Fix corrupted memory on diff
+* Bind more api
+* Misc bugfixing
+
News in 0.23.4
--------------
* Bind more api
diff --git a/README b/README
index 692e44e..f58e76e 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ gobject-introspection 0.9.x.
Simple install procedure:
- % tar Jxf libgit2-glib-0.23.4.tar.xz # unpack the sources
- % cd libgit2-glib-0.23.4 # change to the toplevel directory
+ % tar Jxf libgit2-glib-0.23.6.tar.xz # unpack the sources
+ % cd libgit2-glib-0.23.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build libgit2-glib
[ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index ac35958..8e2ed47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
m4_define(libgit2_glib_major_version, 0)
m4_define(libgit2_glib_minor_version, 23)
-m4_define(libgit2_glib_micro_version, 5)
+m4_define(libgit2_glib_micro_version, 6)
m4_define(libgit2_glib_version,
libgit2_glib_major_version.libgit2_glib_minor_version.libgit2_glib_micro_version)
AC_INIT([libgit2-glib],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]