mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
aptly (1.6.0+ds1-1) unstable; urgency=medium
|
|
|
|
- aptly-api: configuration file is now /etc/aptly.conf, and `rootDir`
|
|
defaults to `~/.aptly`
|
|
|
|
- aptly-api: default port is 8080, as declared in
|
|
`/etc/default/aptly-api`
|
|
|
|
- aptly: swagger support is disabled, but will be re-enabled after the
|
|
corresponding golang packages make it to unstable
|
|
|
|
- aptly: default format is yaml, but the old format is still supported
|
|
for now
|
|
|
|
-- Sebastien Delafond <seb@debian.org> Sun, 29 Dec 2024 08:46:07 +0100
|
|
|
|
aptly (1.3.0+ds1-2.2) unstable; urgency=medium
|
|
|
|
This version tries to fix the database backwards compatibility,
|
|
so you don't need to rebuild the database if you upgrade from
|
|
aptly <= 1.3.0-6.
|
|
|
|
However some fields are missing, like created time of a snapshot.
|
|
|
|
-- Shengjing Zhu <zhsj@debian.org> Sat, 13 Apr 2019 23:26:39 +0800
|
|
|
|
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
|