[libgit2-glib/1.1] Release 1.1.0
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib/1.1] Release 1.1.0
- Date: Mon, 18 Jul 2022 16:56:58 +0000 (UTC)
commit 274f81c596b7c248407c14d4a7d58d72fb12cedc
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Mon Jul 18 18:55:08 2022 +0200
Release 1.1.0
NEWS | 8 ++++++++
README | 10 +++++-----
meson.build | 2 +-
3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 03e1465..727701d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 1.1.0
+---------------
+* Add macro GGIT_CHECK_VERSION
+* ggit_diff_foreach: Prevent assertions with null callbacks
+* Map flags related to conflicts
+* Several meson improvements
+* Fix documentation
+
News in 1.0.0.1
---------------
* Fix deprecation
diff --git a/README b/README
index 38691c9..98ac04b 100644
--- a/README
+++ b/README
@@ -20,11 +20,11 @@ gobject-introspection 0.9.x.
Simple install procedure:
- % tar Jxf libgit2-glib-1.0.0.1.tar.xz # unpack the sources
- % cd libgit2-glib-1.0.0.1 # change to the toplevel directory
- % meson builddir # run meson
- % ninja -C builddir # build libgit2-glib
+ % tar Jxf libgit2-glib-1.1.0.tar.xz # unpack the sources
+ % cd libgit2-glib-1.1.0 # 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
+ % ninja -C builddir install # install libgit2-glib
See the file 'INSTALL' for more detailed information.
diff --git a/meson.build b/meson.build
index 1ad892e..8f30cda 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'libgit2-glib', 'c',
- version: '1.0.0.1',
+ version: '1.1.0',
default_options: 'buildtype=debugoptimized',
license: 'LGPL2+',
meson_version: '>= 0.50.0',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]