diff options
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/conffiles | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index af14e5b..3c7a9c4 100644 --- a/debian/changelog +++ b/debian/changelog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | nbs-phpmalwarefinder (0.3.2-1~deb##version+nbs20160728); urgency=medium | ||
| 2 | |||
| 3 | * new upstream version : | ||
| 4 | - whitelists are now split into files, each for one CMS | ||
| 5 | - a custom whitelist is available for users to add their own | ||
| 6 | - a mass whitelist helper has been added | ||
| 7 | * Added the custom whitelist to conffiles to prevent package upgrade from | ||
| 8 | overwriting users modification. | ||
| 9 | |||
| 10 | -- jre <jre@nbs-system.com> Fri, 29 Jul 2016 09:47:56 +0200 | ||
| 11 | |||
| 1 | nbs-phpmalwarefinder (0.3.1-1~deb##version+nbs20160519) wheezy; urgency=medium | 12 | nbs-phpmalwarefinder (0.3.1-1~deb##version+nbs20160519) wheezy; urgency=medium |
| 2 | 13 | ||
| 3 | * new upstream version : | 14 | * new upstream version : |
diff --git a/debian/conffiles b/debian/conffiles new file mode 100644 index 0000000..914bccc --- /dev/null +++ b/debian/conffiles | |||
| @@ -0,0 +1 @@ | |||
| /etc/phpmalwarefinder/whitelists/custom.yar | |||
