[libgit2-glib] Release 0.0.6
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] Release 0.0.6
- Date: Tue, 2 Jul 2013 15:42:41 +0000 (UTC)
commit 73925a109248522e4d40553aef75c21d75daa157
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Jul 2 17:42:29 2013 +0200
Release 0.0.6
NEWS | 17 +++++++++++++++++
README | 4 ++--
configure.ac | 2 +-
3 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index d04ea46..f1a2c9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+News in 0.0.6
+-------------
+* Rename GgitDiff to GgitDiffList
+* Bind GgitMergeTreeOptions
+* Added ggit_diff_patch_to_stream
+* Added writing blob using output stream
+* Bind more index API (write_tree, add_bypath, owner)
+* Rename FILEMODE constants to FILE_MODE
+* Bind create_commit
+* Bind ggit_message_prettify
+* Bind get_patch and patch_to_string
+* Added new status options
+* Added ggit_index_entry_stat
+* Added _set API for GgitIndexEntry
+* Bind tree builder API
+* Misc bugfixing
+
News in 0.0.4
-------------
* Update bindings to the latest libgit2 API changes 0.19.0
diff --git a/README b/README
index 1704634..74f636b 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ gobject-introspection 0.9.x.
Simple install procedure:
- % tar Jxf libgit2-glib-0.0.4.tar.xz # unpack the sources
- % cd libgit2-glib-0.0.4 # change to the toplevel directory
+ % tar Jxf libgit2-glib-0.0.6.tar.xz # unpack the sources
+ % cd libgit2-glib-0.0.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 b51e095..74cbf4a 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, 0)
-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]