Skip to content

Commit

Permalink
v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed May 12, 2015
1 parent e61dd12 commit a0377fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 1.4.4 - 20150512

* Add CentOS / RHEL 7 support with systemd
* Add Debian 8 "jessie" support with systemd
* Upstart: make sure to start once filesystem is up
* Add Amazon Linux 2015 support
* Allow addons to be installed from a local relative path
* Add SLES12 support
* Extract SVN version number, if available
* Changed interpreter in maintainer scripts to /bin/bash in order to avoid forbidden-postrm-interpreter errors on Debian 7

## 1.4.3 - 20150304

* Allow to run some commands as the APP_USER instead of root
Expand Down
2 changes: 1 addition & 1 deletion lib/pkgr/version.rb
@@ -1,3 +1,3 @@
module Pkgr
VERSION = "1.4.3"
VERSION = "1.4.4"
end

0 comments on commit a0377fe

Please sign in to comment.