warn about db incompatibility

This commit is contained in:
aviau
2018-10-26 13:22:48 -04:00
parent cc7f75370f
commit 2edaf38386
2 changed files with 13 additions and 0 deletions
Vendored
+7
View File
@@ -0,0 +1,7 @@
aptly (1.3.0+ds1-2) unstable; urgency=medium
* The database created by aptly <= 1.3.0-6 is not compatible
with greater versions. Users must create a new database.
The `aptly db recover` will not fix the issue.
-- Alexandre Viau <aviau@debian.org> Fri, 26 Oct 2018 13:20:53 -0400
+6
View File
@@ -1,3 +1,9 @@
aptly (1.3.0+ds1-2) unstable; urgency=medium
* Add NEWS to warn about database compatibility.
-- Alexandre Viau <aviau@debian.org> Fri, 26 Oct 2018 13:22:38 -0400
aptly (1.3.0+ds1-1) unstable; urgency=medium
[ Ondřej Nový ]