Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Feb 2, 2016
1 parent 424cc6b commit 9fe3135
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## %%version%% (unreleased)

### New

* Version bump to kumquat v0.1.27 [Thomas Merkel]
* Provide nginx with microcache feature [Thomas Merkel]

### Fix

* Problem with Munin-Plugins not installed automatically. [Thomas Merkel]

Because of the wrong quote for the plugins they are not automatically
installed on the systems. After removing the inverted comma the script
install them.

* Issue with backend service on MySQL reconnect [Thomas Merkel]

### Other

* Be sure kumquat services run after setup. [Thomas Merkel]
* Update kumquat settings.py to support django 1.8. [Thomas Merkel]
* Enable nginx by default. [Thomas Merkel]
* Auto for worker_processes. [Thomas Merkel]
* Require %a for logging the correct ip address. [Thomas Merkel]
* Update permissions for cache dir. [Thomas Merkel]
* Set nginx cache dir to /var/cache/nginx. [Thomas Merkel]
* Enabled config for mod_remoteip. [Thomas Merkel]
* Enable remoteIP for httpd. [Thomas Merkel]
* Provide nginx config for microcache. [Thomas Merkel]
* Listen only on localhost for port 80 via apache. [Thomas Merkel]
* Install nginx by default. [Thomas Merkel]
* Create and use extra ssl folder for kumquat service. [Thomas Merkel]
* Add php-ftp package and enable it via php.ini. [Thomas Merkel]


## 15.3.0

### New
Expand Down

0 comments on commit 9fe3135

Please sign in to comment.