[libgit2-glib] Release 0.26.4



commit fed5187a24bbee3aa72049df3f55af4a4166c0bb
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Mar 2 10:51:16 2018 +0100

    Release 0.26.4

 NEWS        |    5 +++++
 README      |   10 +++++-----
 meson.build |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 04e7c21..b1cc5e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 0.26.4
+--------------
+* Make meson the official build system
+* Misc bug fixes
+
 News in 0.26.2
 --------------
 * Several fixes on the annotations
diff --git a/README b/README
index e3e779b..4cfcbdf 100644
--- a/README
+++ b/README
@@ -20,11 +20,11 @@ gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.26.2.tar.xz         # unpack the sources
-  % cd libgit2-glib-0.26.2                     # change to the toplevel directory
-  % ./configure                                        # run the `configure' script
-  % make                                       # build libgit2-glib
+  % 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 ]
-  % make install                               # install libgit2-glib
+  % ninja -C builddir install                  # install libgit2-glib
 
 See the file 'INSTALL' for more detailed information.
diff --git a/meson.build b/meson.build
index 3f492a5..d82acdc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libgit2-glib', 'c',
-        version: '0.26.2',
+        version: '0.26.4',
         default_options: [
           'buildtype=debugoptimized'
         ],


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