summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control4
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 723d554d..8579097d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+propellor (0.5.1) unstable; urgency=medium
+
+ * Primary DNS servers now have allow-transfer automatically populated
+ with the IP addresses of secondary dns servers. So, it's important
+ that all secondary DNS servers have an ipv4 (and/or ipv6) property
+ configured.
+ * Deal with old ssh connection caching sockets.
+ * Add missing build deps and deps. Closes: #745459
+
+ -- Joey Hess <joeyh@debian.org> Thu, 24 Apr 2014 18:09:58 -0400
+
propellor (0.5.0) unstable; urgency=medium
* Removed root domain records from SOA. Instead, use RootDomain
diff --git a/debian/control b/debian/control
index bfdc5880..a4dc2466 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends:
libghc-unix-compat-dev,
libghc-ansi-terminal-dev,
libghc-ifelse-dev,
+ libghc-network-dev,
+ libghc-quickcheck2-dev,
libghc-mtl-dev,
libghc-monadcatchio-transformers-dev,
Maintainer: Joey Hess <joeyh@debian.org>
@@ -30,6 +32,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libghc-unix-compat-dev,
libghc-ansi-terminal-dev,
libghc-ifelse-dev,
+ libghc-network-dev,
+ libghc-quickcheck2-dev,
libghc-mtl-dev,
libghc-monadcatchio-transformers-dev,
git,