summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-03-28 19:24:26 +0100
committerFlorian Müllner <fmuellner@gnome.org>2019-03-28 19:24:26 +0100
commit44f92222124b12987406d0768e760ecf9f7e27f8 (patch)
tree1d87f80285941edc8d93553e55e6bad75f31b690
parentf5a845dd00335db7033615e4c92797f18e1cc595 (diff)
downloadlibnotify-44f92222124b12987406d0768e760ecf9f7e27f8.tar.gz
Bump version to 0.7.80.7.8
Update NEWS.
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4dac9df..43bdb02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+New in 0.7.8
+============
+* Support meson build system [Marco; !3]
+* notify-send: Support full URLs as hint values [Marco; !4]
+* Mic. bug fixes [Ting-Wei, Florian; #760438, !8]
+
+Contributors:
+ Emmanuele Bassi, Abderrahim Kitouni, Ting-Wei Lan, Iain Lane, Florian Müllner,
+ Jan Tojnar, Marco Trevisan (Treviño), Marco Trevisan
+
New in 0.7.7
============
diff --git a/configure.ac b/configure.ac
index 1995848..493ea40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
AC_INIT([libnotify],
- [0.7.7],
+ [0.7.8],
[https://gitlab.gnome.org/GNOME/libnotify/issues],
[libnotify])
AC_PREREQ([2.63])
diff --git a/meson.build b/meson.build
index e5254ed..8328a69 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libnotify',
'c',
- version: '0.7.7',
+ version: '0.7.8',
meson_version: '>= 0.47.0')
gnome = import('gnome')