Skip to content

Commit 1b55eba

Browse files
committed
RElease 2.0.3
1 parent 0306212 commit 1b55eba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
This file is used to list changes made in each version of the tomcat cookbook.
44

5+
## v2.0.3 (2016-04-01)
6+
7+
- Fix Tomcat 7 installations on systemd not starting by changing the catalina.sh action from start to run
8+
- Fix bug where Tomcat 7 and Tomcat 8 instances could not be installed on the same host
9+
- Switch from sha1 to md5 checksums as older Tomcat releases didn't include SHA1 checksums
10+
- rename sha1_base_path property to checksum_base_path since we're using MD5s now. The existing property name will continue to work for backwards compatibility
11+
- Add start/stop runlevel header to the init script
12+
- Reload the systemd unit file if it changes
13+
514
## v2.0.2 (2016-03-16)
15+
616
- Avoid namespace conflicts with other cookbooks that were causing failures. Thanks @alappe and @EdSingleton for providing the information to track this down.
717
- Fix a typo that prevented passing environmental directives with systemd. - @nickptrvc
818
- Depend on the latest compat_resource to avoid warnings

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and Apache Tomcat and manages the service'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '2.0.2'
7+
version '2.0.3'
88

99
depends 'compat_resource', '>= 12.9.0'
1010

0 commit comments

Comments
 (0)