From 2edaf38386163adc717a5813b18e8de62bb6ed97 Mon Sep 17 00:00:00 2001 From: aviau Date: Fri, 26 Oct 2018 13:22:48 -0400 Subject: [PATCH] warn about db incompatibility --- debian/NEWS | 7 +++++++ debian/changelog | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 debian/NEWS diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 00000000..eed554f2 --- /dev/null +++ b/debian/NEWS @@ -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 Fri, 26 Oct 2018 13:20:53 -0400 diff --git a/debian/changelog b/debian/changelog index 62d65f22..8b8aa83c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +aptly (1.3.0+ds1-2) unstable; urgency=medium + + * Add NEWS to warn about database compatibility. + + -- Alexandre Viau Fri, 26 Oct 2018 13:22:38 -0400 + aptly (1.3.0+ds1-1) unstable; urgency=medium [ Ondřej Nový ]