diff options
| -rw-r--r-- | CONTRIBUTING.md | 7 | ||||
| -rw-r--r-- | debian/changelog | 20 |
2 files changed, 23 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a12bdc1..cf8d7e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -122,7 +122,8 @@ Maintainers need to do the following to push out a release: | |||
| 122 | 1. Make sure that all pending and mergeable pull requests are in | 122 | 1. Make sure that all pending and mergeable pull requests are in |
| 123 | 2. Update the `snuffleupagus.h` file with the new version number | 123 | 2. Update the `snuffleupagus.h` file with the new version number |
| 124 | 3. Update the changelog page in the documentation | 124 | 3. Update the changelog page in the documentation |
| 125 | 4. Create a tag for the release: | 125 | 4. Update the Debian changelog in ./debian/changelog with `dch` |
| 126 | 5. Create a tag for the release: | ||
| 126 | 127 | ||
| 127 | ```sh | 128 | ```sh |
| 128 | git checkout master | 129 | git checkout master |
| @@ -134,5 +135,5 @@ Maintainers need to do the following to push out a release: | |||
| 134 | git push --tags | 135 | git push --tags |
| 135 | ``` | 136 | ``` |
| 136 | 137 | ||
| 137 | 5. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) | 138 | 6. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) |
| 138 | 6. Do the *secret release dance* | 139 | 7. Do the *secret release dance* |
diff --git a/debian/changelog b/debian/changelog index 6d301b8..fc07a71 100644 --- a/debian/changelog +++ b/debian/changelog | |||
| @@ -1,4 +1,22 @@ | |||
| 1 | snuffleupagus (0.1) UNRELEASED; urgency=medium | 1 | snuffleupagus (0.2.0) UNRELEASED; urgency=medium |
| 2 | |||
| 3 | * Glob support in `sp.configuration_file` | ||
| 4 | * Whitelist/blacklist functions in `eval` | ||
| 5 | * `phpinfo` shows is the configuration is valid or not | ||
| 6 | * Off-by-one in configuration parsing fixed | ||
| 7 | * Minor cookie-encryption related memory leaks fixes | ||
| 8 | * Various crashes fixes | ||
| 9 | * Configuration files with windows EOL are correctly handled | ||
| 10 | * General code clean-up | ||
| 11 | * Documentation overhaul | ||
| 12 | * Compilation on FreeBSD and CentOS | ||
| 13 | * Select which cookies to encrypt via regular expressions | ||
| 14 | * Match on return values from user-defined functions | ||
| 15 | * Simplification and clean up of our linked-list implementation | ||
| 16 | |||
| 17 | -- jvoisin <snuffleupagus@nbs-system.com> Tue, 18 Jan 2018 13:00:00 +0200 | ||
| 18 | |||
| 19 | snuffleupagus (0.1.0) UNRELEASED; urgency=medium | ||
| 2 | 20 | ||
| 3 | * Initial release. | 21 | * Initial release. |
| 4 | 22 | ||
