[libgit2-glib] Cherry-pick Release 1.1.0 changes



commit 258a06a584be3978bc9cca1855ccda27fd79de3b
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Mon Jul 18 18:55:08 2022 +0200

    Cherry-pick Release 1.1.0 changes
    
    In particular, this updates the version number reported in meson.build
    fixing the CI for
    https://gitlab.gnome.org/GNOME/gnome-builder/-/merge_requests/617

 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]