[libgit2-glib] Release 0.27.7



commit 97becd4ca4642d8a03b2153df65e01f220d80757
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Sun Nov 4 02:51:54 2018 +0100

    Release 0.27.7

 NEWS        |  6 ++++++
 README      | 14 +++++++-------
 meson.build |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index b1cc5e2..36e0a55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 0.27.7
+--------------
+* pkg-config pc file generation fixed
+* Compatibility with libgit2 0.27
+* Fix cached hunks
+
 News in 0.26.4
 --------------
 * Make meson the official build system
diff --git a/README b/README
index 4cfcbdf..db224f8 100644
--- a/README
+++ b/README
@@ -15,16 +15,16 @@ see the file 'COPYING' for more information.
 Installation
 ============
 
-libgit2-glib requires libgit2-0.26.x, glib 2.44.x, gio 2.26.x and
+libgit2-glib requires libgit2-0.27.x, glib 2.44.x, gio 2.26.x and
 gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.26.4.tar.xz         # unpack the sources
-  % cd libgit2-glib-0.26.4                     # change to the toplevel directory
-  % meson builddir                             # run meson
-  % ninja -C builddir                          # build libgit2-glib
-  [ Become root if necessary ]
-  % ninja -C builddir install                  # install libgit2-glib
+  % tar Jxf libgit2-glib-0.27.7.tar.xz  # unpack the sources
+  % cd libgit2-glib-0.27.7              # change to the toplevel directory
+  % meson builddir                      # run meson
+  % ninja -C builddir                   # build libgit2-glib
+  # [ Become root if necessary ]
+  % ninja -C builddir install           # install libgit2-glib
 
 See the file 'INSTALL' for more detailed information.
diff --git a/meson.build b/meson.build
index d82acdc..e1e9fde 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libgit2-glib', 'c',
-        version: '0.26.4',
+        version: '0.27.7',
         default_options: [
           'buildtype=debugoptimized'
         ],


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