old news
This commit is contained in:
parent
41d5a6b708
commit
0972b3ca2e
|
@ -1,11 +0,0 @@
|
||||||
propellor 0.8.3 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* The Debian package now includes a single-revision git repository in
|
|
||||||
/usr/src/propellor/, and ~/.propellor/ is set up to use this repository as
|
|
||||||
its origin remote. This avoids relying on the security of the github
|
|
||||||
repository when using the Debian package.
|
|
||||||
* The /usr/bin/propellor wrapper will warn when ~/.propellor/ is out of date
|
|
||||||
and a newer version is available, after which git merge upstream/master
|
|
||||||
can be run to merge it.
|
|
||||||
* Included the config.hs symlink to config-simple.hs in the cabal and Debian
|
|
||||||
packages."""]]
|
|
|
@ -1,12 +0,0 @@
|
||||||
propellor 0.9.0 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* Avoid encoding the current stable suite in propellor's code,
|
|
||||||
since that poses a difficult transition around the release,
|
|
||||||
and can easily be wrong if an older version of propellor is used.
|
|
||||||
Instead, the os property for a stable system includes the suite name
|
|
||||||
to use, eg Stable "wheezy".
|
|
||||||
* stdSourcesList uses the stable suite name, to avoid unwanted
|
|
||||||
immediate upgrades to the next stable release.
|
|
||||||
* debCdn switched from cdn.debian.net to http.debian.net, which seems to be
|
|
||||||
better managed now.
|
|
||||||
* Docker: Avoid committing container every time it's started up."""]]
|
|
|
@ -1,6 +0,0 @@
|
||||||
propellor 0.9.1 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* Docker: Add ability to control when containers restart.
|
|
||||||
* Docker: Default to always restarting containers, so they come back
|
|
||||||
up after reboots and docker daemon upgrades.
|
|
||||||
* Fix loop when a docker host that does not exist was docked."""]]
|
|
|
@ -1,8 +0,0 @@
|
||||||
propellor 0.9.2 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* Added nginx module, contributed by Félix Sipma.
|
|
||||||
* Added firewall module, contributed by Arnaud Bailly.
|
|
||||||
* Apache: Fix daemon reload when enabling a new module or site.
|
|
||||||
* Docker: Stop using docker.io; that was a compat symlink in
|
|
||||||
the Debian package which has been removed in docker.io 1.3.1~dfsg1-2.
|
|
||||||
* Orphaned the Debian package, as I am retiring from Debian."""]]
|
|
Loading…
Reference in New Issue