forked from petdance/tidyp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
47 lines (30 loc) · 1.21 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Changelog for tidyp
NEXT
====================================
[FIXES]
Fixed some typos in the INSTALL file. Thanks, John Gabriele.
1.04 Thu Sep 16 23:15:43 CDT 2010
====================================
Updated compiler flags.
Releasing mostly to get a fresh version out there for HTML::Tidy to
work with.
1.00 Sun Apr 25 00:53:14 CDT 2010
====================================
Removed -Wextra compiler flag for GCC. Older GCCs don't handle this,
and it's really only for developer use anyway.
Add a new "make check" target.
Add a "tags" build target.
Removed all the commented-out code I could find.
0.99 Mon Feb 22 00:19:30 CST 2010
====================================
Distributed with a ./configure script. No need to mess with autoconf.
Removed RPM and MSVC support. If anyone wants, they can ask for it
and I'll add it back. For now, I have no reason to think that they
actually work.
Removed the tab2space executable.
Added a version number, and removed the Release Date functionality.
A release date is not a usable version number.
The function tidyVersion() has been added.
The function tidyReleaseDate() has been removed.
# vi: ft=text
# It's called ChangeLog, but I don't follow the GNU format.