1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-17 06:56:06 +02:00

Some packaging fixes:

- Add VERSION file, which contains just the version number of the release
- Add WHATSNEW, which is a short summary of the new release
- Add release.php which bumps all the necessary version numbers in files
- Update package.php so that the version numbers aren't hardcoded
- Add news entry for 1.7.0

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@935 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-04-02 03:58:59 +00:00
parent e223490a78
commit a0d6543b84
5 changed files with 96 additions and 3 deletions

5
WHATSNEW Normal file
View File

@@ -0,0 +1,5 @@
The 1.6.0 release, code-named Long-Overdue, contains added support
for a number of deprecated attributes HTML Purifier should have
had from the very beginning, including the name, bgcolor, border,
width and height attributes. The CSS property 'height',
rel and rev attributes, ID blacklist regexps are also available.