summarylogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGiancarlo Razzolini2015-08-11 17:15:25 -0300
committerGiancarlo Razzolini2015-08-11 17:15:25 -0300
commit137bce5edeeabdb9331c14b72007ab22487151f9 (patch)
treecff659cb2a168abe25bd819199ea075c69d766e2 /Changelog
parent354addb488a4cf8904fc2ee10d9148dc3ae5c372 (diff)
downloadaur-137bce5edeeabdb9331c14b72007ab22487151f9.tar.gz
* Version 0.0.2:
- Initial support for systemd enabled initrd: + Check for any files ending in .initramfs in the /etc/systemd/network directory, and copies them to the initrd, and also copy and install systemd-networkd. + There are some caveats, specially that it won't remove any ip addresses added to the interface: https://github.com/systemd/systemd/issues/780 - Corrected the help text.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index bf7f447caa91..5ac3d7f95fa9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+2015-08-11 Giancarlo Razzolini <grazzolini@gmail.com>
+
+ * 0.0.2 :
+ - Initial support for systemd enabled initrd:
+ + Check for any files ending in .initramfs in the /etc/systemd/network directory, and copies them to the initrd, and also copy and install systemd-networkd.
+ + There are some caveats, specially that it won't remove any ip addresses added to the interface: https://github.com/systemd/systemd/issues/780
+ - Corrected the help text.
+
2015-07-15 Giancarlo Razzolini <grazzolini@gmail.com>
* 0.0.1 :