diff options
| author | jvoisin | 2018-01-18 12:05:46 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-18 12:05:46 +0100 |
| commit | 125964de68efbf70841f1ba2c5bfacd36fdf72b3 (patch) | |
| tree | 60865a5890c180a0ff3bbbc69ebac387d7dc9857 | |
| parent | a16cfbfabcfa7008130a51edc19c0ace0f349f9c (diff) | |
Bump the changelog
| -rw-r--r-- | doc/source/changelog.rst | 32 | ||||
| -rw-r--r-- | src/php_snuffleupagus.h | 2 |
2 files changed, 33 insertions, 1 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 80d9751..b2de1c5 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -1,6 +1,38 @@ | |||
| 1 | Changelog | 1 | Changelog |
| 2 | ========= | 2 | ========= |
| 3 | 3 | ||
| 4 | 0.2.0 - `Elephant Rally <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.0>`__ - 2018/01/18 | ||
| 5 | --------------------------------------------------------------------------------------------------------- | ||
| 6 | |||
| 7 | New features | ||
| 8 | ^^^^^^^^^^^^ | ||
| 9 | |||
| 10 | - `Glob <https://en.wikipedia.org/wiki/Glob_%28programming%29>`__ support in ``sp.configuration_file`` | ||
| 11 | - Whitelist/blacklist functions in ``eval`` | ||
| 12 | - ``phpinfo`` shows is the configuration is valid or not | ||
| 13 | |||
| 14 | Bug fixes | ||
| 15 | ^^^^^^^^^ | ||
| 16 | |||
| 17 | - Off-by-one in configuration parsing fixed | ||
| 18 | - Minor cookie-encryption related memory leaks fixes | ||
| 19 | - Various crashes spotted by `fr33tux <https://fr33tux.org/>`__ fixes | ||
| 20 | - Configuration files with windows EOL are correctly handled | ||
| 21 | |||
| 22 | Improvements | ||
| 23 | ^^^^^^^^^^^^ | ||
| 24 | |||
| 25 | - General code clean-up | ||
| 26 | - Documentation overhaul | ||
| 27 | - Compilation on FreeBSD and CentOS | ||
| 28 | - Select which cookies to encrypt via regular expressions | ||
| 29 | - Match on return values from user-defined functions | ||
| 30 | |||
| 31 | External contributions | ||
| 32 | ^^^^^^^^^^^^^^^^^^^^^^ | ||
| 33 | |||
| 34 | - Simplification and clean up of our linked-list implementation by `smagnin <https://github.com/smagnin>`__ | ||
| 35 | |||
| 4 | 0.1.0 - `Mighty Mammoth <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.1.0>`__ - 2017/12/21 | 36 | 0.1.0 - `Mighty Mammoth <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.1.0>`__ - 2017/12/21 |
| 5 | --------------------------------------------------------------------------------------------------------- | 37 | --------------------------------------------------------------------------------------------------------- |
| 6 | 38 | ||
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 93ef472..eea1c9e 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #define PHP_SNUFFLEUPAGUS_H | 2 | #define PHP_SNUFFLEUPAGUS_H |
| 3 | 3 | ||
| 4 | #define PHP_SNUFFLEUPAGUS_COMMIT "" | 4 | #define PHP_SNUFFLEUPAGUS_COMMIT "" |
| 5 | #define PHP_SNUFFLEUPAGUS_VERSION "0.1 " PHP_SNUFFLEUPAGUS_COMMIT | 5 | #define PHP_SNUFFLEUPAGUS_VERSION "0.2 " PHP_SNUFFLEUPAGUS_COMMIT |
| 6 | #define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" | 6 | #define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" |
| 7 | #define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System" | 7 | #define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System" |
| 8 | #define PHP_SNUFFLEUPAGUS_URL "https://github.com/nbs-system/snuffleupagus" | 8 | #define PHP_SNUFFLEUPAGUS_URL "https://github.com/nbs-system/snuffleupagus" |
