You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,17 @@
2
2
3
3
This file is used to list changes made in each version of the tomcat cookbook.
4
4
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
+
5
14
## v2.0.2 (2016-03-16)
15
+
6
16
- Avoid namespace conflicts with other cookbooks that were causing failures. Thanks @alappe and @EdSingleton for providing the information to track this down.
7
17
- Fix a typo that prevented passing environmental directives with systemd. - @nickptrvc
8
18
- Depend on the latest compat_resource to avoid warnings
0 commit comments