[libgit2-glib] Release 0.28.0
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] Release 0.28.0
- Date: Wed, 24 Apr 2019 04:00:31 +0000 (UTC)
commit ab4453f1902770df474bc68d655a563f33e15097
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Wed Apr 24 05:54:19 2019 +0200
Release 0.28.0
NEWS | 10 ++++++++++
README | 6 +++---
meson.build | 4 ++--
3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8cefe1a..0c14b30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+News in 0.28.0
+--------------
+* Added·push·support
+* Add merge support
+* Fix macOS support
+* Add push operation
+* Compatibility with libgit2 0.28
+* Several meson improvements
+* Misc bug fixes
+
News in 0.27.8
--------------
* Add body property to DiffFormatEmailOptions
diff --git a/README b/README
index 3b6f9a2..2322246 100644
--- a/README
+++ b/README
@@ -15,13 +15,13 @@ see the file 'COPYING' for more information.
Installation
============
-libgit2-glib requires libgit2-0.27.x, glib 2.44.x, gio 2.26.x and
+libgit2-glib requires libgit2-0.25.x, glib 2.44.x, gio 2.26.x and
gobject-introspection 0.9.x.
Simple install procedure:
- % tar Jxf libgit2-glib-0.27.8.tar.xz # unpack the sources
- % cd libgit2-glib-0.27.8 # change to the toplevel directory
+ % tar Jxf libgit2-glib-0.27.9.tar.xz # unpack the sources
+ % cd libgit2-glib-0.27.9 # 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 b24c268..cfbe481 100644
--- a/meson.build
+++ b/meson.build
@@ -1,9 +1,9 @@
project(
'libgit2-glib', 'c',
- version: '0.27.8',
+ version: '0.27.9',
default_options: 'buildtype=debugoptimized',
license: 'LGPL2+',
- meson_version: '>= 0.48.0',
+ meson_version: '>= 0.49.0',
)
libgit2_glib_version = meson.project_version()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]