]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
version + changelog 517/head
authorMartin Vidner <mvidner@suse.cz>
Wed, 8 Jan 2020 09:43:49 +0000 (10:43 +0100)
committerMartin Vidner <mvidner@suse.cz>
Wed, 8 Jan 2020 12:45:37 +0000 (13:45 +0100)
Check the syntax with
(cd dists; dpkg-parsechangelog --all)

VERSION
dists/debian/changelog
package/snapper.changes

diff --git a/VERSION b/VERSION
index 1e9b46b2298ffb8d7daf98dc1a9101a939a2f1c9..6201b5f77f5d4a2b41c6f0357abb3e9b9abe42e8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.7
+0.8.8
index 8c78169762300a3c59a04580cc4aee8d97af01eb..33a83de063ae24907e22bd754199e4f6b3e8d89e 100644 (file)
@@ -1,8 +1,18 @@
+snapper (0.8.8) stable; urgency=low
+
+  * Add a "writeble copy" description to the 2nd snapshot
+    of a rollback (Hrotkó Gábor).
+
+  * Fix the previous version to build on Debian, Ubuntu, and old GCC
+    (bsc#1160306).
+
+ -- Martin Vidner <mvidner@suse.com>  Wed, 08 Jan 2020 09:33:56 +0000
+
 snapper (0.8.7) stable; urgency=low
 
   * snapper-zypp-plugin subpackage rewritten from Python to C++ (jsc#SLE-10500)
 
- -- Martin Vidner <mvidner@suse.com>  Fri 06 Dec 2019 10:12:42 +0000
+ -- Martin Vidner <mvidner@suse.com>  Fri, 06 Dec 2019 10:12:42 +0000
 
 snapper (0.8.6) stable; urgency=low
 
index a89e058b1f77435fb84886a30e43e220b5ea8e3a..69eeb10f5882e299801b38b9e1e9fd280c5c3520 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed Jan  8 09:33:56 UTC 2020 - Martin Vidner <mvidner@suse.com>
+
+- Add a "writeble copy" description to the 2nd snapshot
+  of a rollback (Hrotkó Gábor).
+- Fix the previous version to build on Debian, Ubuntu, and old GCC
+  (bsc#1160306).
+- version 0.8.8
+
 -------------------------------------------------------------------
 Fri Dec  6 10:12:42 UTC 2019 - Martin Vidner <mvidner@suse.com>