Skip to content

Commit

Permalink
docs(changelog): merge old into the new [skip ci]
Browse files Browse the repository at this point in the history
Further reason is to avoid issues with `rst-lint`:

```
WARNING CHANGELOG.rst:2 Title underline too short.
```
  • Loading branch information
myii committed May 17, 2021
1 parent 7d7ea4a commit 762d155
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 20 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,21 @@

* add tests for packages and services ([d1b4f3a](https://github.com/saltstack-formulas/tomcat-formula/commit/d1b4f3ae67b3be3a2fb5302f1c8c0dd549ed8c97))
* **yaml_dump:** add to `tomcat_install` suite ([c948f8b](https://github.com/saltstack-formulas/tomcat-formula/commit/c948f8b1eb7017c8c3d08e9d4023f573309908c6))


## 0.0.5 (2014-02-13)
* Expanded java and tomcat options

## 0.0.4 (2014-02-05)
* Added support for Tomcat manager

## 0.0.3 (2014-02-04)
* Added support for Apache Portable Runtime for Tomcat

## 0.0.2 (2014-01-31)
* Added support for soft/hard limits on Linux
* Added support for java opts

## 0.0.1 (2014-01-16)
* Initial Release for tomcat7 package Installation
* sets JAVA_HOME in /etc/default/tomcat7
20 changes: 0 additions & 20 deletions CHANGELOG.rst

This file was deleted.

32 changes: 32 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,35 @@ Tests

* add tests for packages and services (\ `d1b4f3a <https://github.com/saltstack-formulas/tomcat-formula/commit/d1b4f3ae67b3be3a2fb5302f1c8c0dd549ed8c97>`_\ )
* **yaml_dump:** add to ``tomcat_install`` suite (\ `c948f8b <https://github.com/saltstack-formulas/tomcat-formula/commit/c948f8b1eb7017c8c3d08e9d4023f573309908c6>`_\ )

0.0.5 (2014-02-13)
------------------


* Expanded java and tomcat options

0.0.4 (2014-02-05)
------------------


* Added support for Tomcat manager

0.0.3 (2014-02-04)
------------------


* Added support for Apache Portable Runtime for Tomcat

0.0.2 (2014-01-31)
------------------


* Added support for soft/hard limits on Linux
* Added support for java opts

0.0.1 (2014-01-16)
------------------


* Initial Release for tomcat7 package Installation
* sets JAVA_HOME in /etc/default/tomcat7

0 comments on commit 762d155

Please sign in to comment.