summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-02-04 17:18:26 -0400
committerJoey Hess2017-02-04 17:18:48 -0400
commit2f50e5f3d1a556b8445fdcb7ac239f85cfe43f6c (patch)
treef2a58bfddf61890821e3e1c54ca5c895ed552aa6 /debian
parent11a4f3d9f73738582c8c6781f72106711e167737 (diff)
Arch Linux is now supported by Propellor! Thanks to Zihao Wang for this port.
* Arch Linux is now supported by Propellor! Thanks to Zihao Wang for this port. * Added Propellor.Property.Pacman for Arch's package manager. Maintained by Zihao Wang. * The types of some properties changed; eg from Property DebianLike to Property (DebianLike + ArchLinux). This could require updates to code using those properties, so is a minor API change.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 81360402..3a12ca70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
-propellor (3.2.4) UNRELEASED; urgency=medium
-
+propellor (3.3.0) UNRELEASED; urgency=medium
+
+ * Arch Linux is now supported by Propellor!
+ Thanks to Zihao Wang for this port.
+ * Added Propellor.Property.Pacman for Arch's package manager.
+ Maintained by Zihao Wang.
+ * The types of some properties changed; eg from Property DebianLike
+ to Property (DebianLike + ArchLinux). This could require updates
+ to code using those properties, so is a minor API change.
* GHC's fileSystemEncoding is used for all String IO, to avoid
encoding-related crashes in eg, Propellor.Property.File.
* Add --build option to simply build config.hs.