diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-27 14:10:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-27 14:10:17 -0400 |
| commit | 35cd7f2b56d7ebdc4da73851ce28bbc091604462 (patch) | |
| tree | e2546933e9eba887672e18b524a5c0846456cd3b /doc/news/version_2.16.0.mdwn | |
| parent | 5187c53bfa0bb86505d8f1880297ca87afa96cad (diff) | |
add news item for propellor 2.16.0
Diffstat (limited to 'doc/news/version_2.16.0.mdwn')
| -rw-r--r-- | doc/news/version_2.16.0.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/news/version_2.16.0.mdwn b/doc/news/version_2.16.0.mdwn new file mode 100644 index 00000000..b7527f05 --- /dev/null +++ b/doc/news/version_2.16.0.mdwn @@ -0,0 +1,18 @@ +propellor 2.16.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Obnam: Only let one backup job run at a time when a host has multiple + different backup properties, to avoid concurrent jobs fighting over + scarce resources (particularly memory). Other jobs block on a lock + file. + * Removed references to a Debian derivative from code and documentation + because of an unfortunate trademark use policy. + http://joeyh.name/blog/entry/trademark\_nonsense/ + * That included changing a data constructor to "Buntish", an API change. + * Firewall.rule: Now takes a Table parameter. (API change) + * Firewall: add InIFace/OutIFace Rules, add Source/Destination Rules, + add CustomTarget, and more improvements. + Thanks, Félix Sipma. + * Ssh.authorizedKey: Fix bug preventing it from working when the + authorized\_keys file does not yet exist. + * Removed Ssh.unauthorizedKey and made Ssh.authorizedKey revertable. + (API change)"""]]
\ No newline at end of file |
