summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.mdwn4
-rw-r--r--doc/news/version_2.15.2.mdwn9
-rw-r--r--doc/news/version_2.17.1.mdwn8
3 files changed, 12 insertions, 9 deletions
diff --git a/doc/contributing.mdwn b/doc/contributing.mdwn
index 84aa5d64..e75784df 100644
--- a/doc/contributing.mdwn
+++ b/doc/contributing.mdwn
@@ -17,3 +17,7 @@ Propellor has its own [[coding_style]], which you are encouraged to follow
-- at least when you want to get a patch merged into propellor.
When writing code for your own internal use, feel free to ignore all the
rules, except the ones about avoiding partial functions.
+
+Also, mainline Propellor aims to be buildable with the version of ghc
+shipped in Debian stable. And, additional weighty dependencies are best
+avoided.
diff --git a/doc/news/version_2.15.2.mdwn b/doc/news/version_2.15.2.mdwn
deleted file mode 100644
index b1a3bf80..00000000
--- a/doc/news/version_2.15.2.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-propellor 2.15.2 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Added GNUPGBIN environment variable or git.program git config
- to control the command run for gpg. Allows eg, GNUPGBIN=gpg2
- Thanks, Félix Sipma.
- * Bootstrap apt-get installs run with deconf noninteractive frontend.
- * spin --via: Avoid committing on relay host.
- * Postfix: Add service property to enable/disable services in master.cf.
- * Added Munin module, contributed by Jelmer Vernooij."""]] \ No newline at end of file
diff --git a/doc/news/version_2.17.1.mdwn b/doc/news/version_2.17.1.mdwn
new file mode 100644
index 00000000..22727666
--- /dev/null
+++ b/doc/news/version_2.17.1.mdwn
@@ -0,0 +1,8 @@
+propellor 2.17.1 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Avoid generating excessively long paths to the unix socket file
+ used for ssh connection caching. Mostly. Can still generate a too long
+ one if $HOME is longer than 60 bytes.
+ * Uwsgi: add ".ini" extension to app config files.
+ Files without extensions were ignored by uwsgi.
+ Thanks, Félix Sipma."""]] \ No newline at end of file