[libgit2-glib] Release 0.27.8



commit 423aad961068321604ce98c8b65761ddaf6b80f0
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Wed Feb 13 08:09:36 2019 +0100

    Release 0.27.8

 NEWS        | 8 ++++++++
 README      | 4 ++--
 meson.build | 2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 36e0a55..8cefe1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 0.27.8
+--------------
+* Add body property to DiffFormatEmailOptions
+* Add submodule update
+* Fix missing struct field init in branch enumerator
+* Fix cross compilation builds
+* Several meson improvements
+
 News in 0.27.7
 --------------
 * pkg-config pc file generation fixed
diff --git a/README b/README
index db224f8..3b6f9a2 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.27.7.tar.xz  # unpack the sources
-  % cd libgit2-glib-0.27.7              # change to the toplevel directory
+  % tar Jxf libgit2-glib-0.27.8.tar.xz  # unpack the sources
+  % cd libgit2-glib-0.27.8              # change to the toplevel directory
   % meson builddir                      # run meson
   % ninja -C builddir                   # build libgit2-glib
   # [ Become root if necessary ]
diff --git a/meson.build b/meson.build
index e7e96a1..3b6f791 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libgit2-glib', 'c',
-  version: '0.27.7',
+  version: '0.27.8',
   default_options: 'buildtype=debugoptimized',
   license: 'LGPL2+',
   meson_version: '>= 0.48.0',


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