summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2017-03-02 19:04:43 -0400
committerJoey Hess2017-03-02 19:04:43 -0400
commitdfd95122ccb70d867995b133845eb4b63c054d1b (patch)
tree011318acc6ab8bbb5b94b1fd9b34365bdd61eb0a /debian/changelog
parent42d648723d79a116e5fbf840af095c517818cf58 (diff)
parente83fccd24947c0dad36b079b3acd4d645edac01b (diff)
Merge branch 'master' into joeyconfig
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d4587ceb..485cb9d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+propellor (3.4.1) unstable; urgency=medium
+
+ * Fixed https url to propellor git repository.
+
+ -- Joey Hess <id@joeyh.name> Wed, 01 Mar 2017 16:50:05 -0400
+
+propellor (3.4.0) unstable; urgency=medium
+
+ * Added ConfigurableValue type class, for values that can be used in a
+ config file, or to otherwise configure a program.
+ * The val function converts such values to String.
+ * Removed fromPort and fromIPAddr (use val instead). (API change)
+ * Removed several Show instances that were only used for generating
+ configuration, replacing with ConfigurableValue instances. (API change)
+ * The github mirror of propellor's git repository has been removed,
+ since github's terms of service has started imposing unwanted licensing
+ requirements.
+ * propellor --init: The option to clone propellor's git repository
+ used to use the github mirror, and has been changed to use a different
+ mirror.
+
+ -- Joey Hess <id@joeyh.name> Wed, 01 Mar 2017 16:44:20 -0400
+
propellor (3.3.1) unstable; urgency=medium
* Apt: Removed the mirrors.kernel.org line from stdSourcesList etc.