Releasing HTML Tidy 5.8.0

This commit is contained in:
Jim Derry 2021-07-10 16:52:01 -04:00
parent 3838bf1c06
commit 1d840aae38
4 changed files with 248 additions and 218 deletions

246
README/CHANGELOG.md Normal file
View File

@ -0,0 +1,246 @@
# Changelog
## [5.8.0](https://github.com/htacg/tidy-html5/tree/5.8.0) (2021-07-10)
[Full Changelog](https://github.com/htacg/tidy-html5/compare/5.6.0...5.8.0)
**Fixed bugs:**
- Details open, Value added to Attribute [\#925](https://github.com/htacg/tidy-html5/issues/925)
- Fix handling of percent symbols in CheckLength validation routine [\#910](https://github.com/htacg/tidy-html5/issues/910)
- What is the true purpose and use case of the --bare option? [\#896](https://github.com/htacg/tidy-html5/issues/896)
- Warning about missing \</summary\> [\#895](https://github.com/htacg/tidy-html5/issues/895)
- DecodeMacRoman\(\) is missing an upper bounds check before indexing into Mac2Unicode array [\#891](https://github.com/htacg/tidy-html5/issues/891)
- Can't disable wrap [\#858](https://github.com/htacg/tidy-html5/issues/858)
- Recursion limit exceeded [\#850](https://github.com/htacg/tidy-html5/issues/850)
- template tag should be allowed in head [\#836](https://github.com/htacg/tidy-html5/issues/836)
- tag\_defs + AdjustTags\(\) and ResetTags\(\) during parsing is not thread-safe \(tags.c\) [\#816](https://github.com/htacg/tidy-html5/issues/816)
- Unexpected parsing with uppercase DOCTYPE [\#815](https://github.com/htacg/tidy-html5/issues/815)
- bugfix for messageobj.c for windows vc++ [\#800](https://github.com/htacg/tidy-html5/issues/800)
- Tidy 5.7.20 GetSurrogatePair can use uninitialised value processing malformed entity refs [\#798](https://github.com/htacg/tidy-html5/issues/798)
- regression tests fail if /etc/tidy.conf or ~/.tidyrc exists [\#778](https://github.com/htacg/tidy-html5/issues/778)
- AddByte allocAmt overflows for large input files [\#761](https://github.com/htacg/tidy-html5/issues/761)
- --strict-tags-attributes no doesn't ignore \<td align\> [\#729](https://github.com/htacg/tidy-html5/issues/729)
- "Too many title elements in \<title\>" should say "Too many title elements in \<head\>" [\#692](https://github.com/htacg/tidy-html5/issues/692)
- Tidy 5.6.0 on Mac says Not a file when file is not writeable [\#681](https://github.com/htacg/tidy-html5/issues/681)
- Tidy fails if html contains a section \<!\[endif\]—\> [\#487](https://github.com/htacg/tidy-html5/issues/487)
- "Malformed" Word 2000 sequence may cause Tidy to skip document content [\#462](https://github.com/htacg/tidy-html5/issues/462)
- Change open tag to Boolean [\#932](https://github.com/htacg/tidy-html5/pull/932) (@arrmo)
- Is \#729 - Show 'warnings' in all td cases [\#928](https://github.com/htacg/tidy-html5/pull/928) (@geoffmcl)
- Issue \#692 - too many titles [\#927](https://github.com/htacg/tidy-html5/pull/927) (@geoffmcl)
- Is. \#681 - read-only files, and dirs [\#926](https://github.com/htacg/tidy-html5/pull/926) (@geoffmcl)
- Free attributes before return NULL [\#899](https://github.com/htacg/tidy-html5/pull/899) (@ltx2018)
- Is. \#896 - make 'bear' docs match code [\#898](https://github.com/htacg/tidy-html5/pull/898) (@geoffmcl)
- Correction for issue-895 [\#897](https://github.com/htacg/tidy-html5/pull/897) (@arrmo)
- fix memleak in GetTokenFromStream [\#884](https://github.com/htacg/tidy-html5/pull/884) (@ltx2018)
- Protect against NULL in PruneSection. [\#853](https://github.com/htacg/tidy-html5/pull/853) (@esclim)
- Is \#815 - Use case-insensitive test 'html' [\#832](https://github.com/htacg/tidy-html5/pull/832) (@geoffmcl)
- Is. \#761 - just deal with the 'uint' wrap [\#830](https://github.com/htacg/tidy-html5/pull/830) (@geoffmcl)
- Tidy 5.7.20 crashes if allocator replaced [\#797](https://github.com/htacg/tidy-html5/issues/797)
- --mute should suppress non-zero exit code [\#794](https://github.com/htacg/tidy-html5/issues/794)
- Seems tidy.c has sprung a leak [\#791](https://github.com/htacg/tidy-html5/issues/791)
- Cannot handle read-only html files \(possibly regression?\) [\#789](https://github.com/htacg/tidy-html5/issues/789)
- setlocale\( LC\_ALL, ""\) changes the locale for the entire application [\#770](https://github.com/htacg/tidy-html5/issues/770)
- mute in ~/.tidyrc runs fine but triggers exit\(1\) [\#752](https://github.com/htacg/tidy-html5/issues/752)
- Duplicate IDs are not detected if the ID has an uppercase letter [\#726](https://github.com/htacg/tidy-html5/issues/726)
- Tidy gets confused with a \<span\> around a block element [\#709](https://github.com/htacg/tidy-html5/issues/709)
- Tidy seems to get confused by HTML strings in JavaScript blocks. [\#700](https://github.com/htacg/tidy-html5/issues/700)
- tidy indent+wrap breaks \<pre\> formatting [\#697](https://github.com/htacg/tidy-html5/issues/697)
- -export-config creates invalid configuration file [\#679](https://github.com/htacg/tidy-html5/issues/679)
- Segmentation Fault [\#656](https://github.com/htacg/tidy-html5/issues/656)
- Maybe a problem with some vsnprintf implementations? [\#655](https://github.com/htacg/tidy-html5/issues/655)
- Why is libtidy complaining \<data\> isnt approved by W3C? [\#649](https://github.com/htacg/tidy-html5/issues/649)
- Is. \#791 - free some allocations [\#809](https://github.com/htacg/tidy-html5/pull/809) (@geoffmcl)
- Issue 726 upper case anchors [\#731](https://github.com/htacg/tidy-html5/pull/731) (@geoffmcl)
- Is \#673 - Revert 350f7b4 and 86e62db AdjustConfig logic [\#705](https://github.com/htacg/tidy-html5/pull/705) (@geoffmcl)
- Issue \#655 - Fix unsafe use of output buffer as input param [\#662](https://github.com/htacg/tidy-html5/pull/662) (@geoffmcl)
- Issue \#656 - protect against NULL node set in loop [\#661](https://github.com/htacg/tidy-html5/pull/661) (@geoffmcl)
**Closed issues:**
- No NPM? [\#960](https://github.com/htacg/tidy-html5/issues/960)
- Where can I find the list of known tags? [\#958](https://github.com/htacg/tidy-html5/issues/958)
- fix non-standard static library name [\#952](https://github.com/htacg/tidy-html5/issues/952)
- Lot of config options; but where are the defaults specified [\#948](https://github.com/htacg/tidy-html5/issues/948)
- Any Windows Binaries for 5.7.28, just like 5.6? [\#947](https://github.com/htacg/tidy-html5/issues/947)
- Setup continuous integration and testing [\#944](https://github.com/htacg/tidy-html5/issues/944)
- Linux binaries for latest releases [\#939](https://github.com/htacg/tidy-html5/issues/939)
- Outdated warnings [\#938](https://github.com/htacg/tidy-html5/issues/938)
- Umlauts/special characters not converted to correct html entities [\#936](https://github.com/htacg/tidy-html5/issues/936)
- tidy hanging [\#935](https://github.com/htacg/tidy-html5/issues/935)
- Tidy catches repeated attributes, but misses identical ids [\#924](https://github.com/htacg/tidy-html5/issues/924)
- drop-empty-elements is not removing empty Table elements [\#923](https://github.com/htacg/tidy-html5/issues/923)
- Tag "main" is shown as error [\#922](https://github.com/htacg/tidy-html5/issues/922)
- Unexpected parsing a tag in table [\#919](https://github.com/htacg/tidy-html5/issues/919)
- beginner on windows -- tidy reports: document: "a0.htm" is not a file! -- But it is [\#918](https://github.com/htacg/tidy-html5/issues/918)
- tidy says this misplaced \</dl\> is OK [\#917](https://github.com/htacg/tidy-html5/issues/917)
- Tidy can't deal with \<中文\> XML tags [\#913](https://github.com/htacg/tidy-html5/issues/913)
- Support extended color names in HTML 5 [\#908](https://github.com/htacg/tidy-html5/issues/908)
- Unknown type uint trying to use the shared lib. [\#906](https://github.com/htacg/tidy-html5/issues/906)
- \</select\> ending tag missing [\#904](https://github.com/htacg/tidy-html5/issues/904)
- SVG attributes flagged as proprietary [\#903](https://github.com/htacg/tidy-html5/issues/903)
- tidy-mark option is not working [\#901](https://github.com/htacg/tidy-html5/issues/901)
- Need help controlling output [\#894](https://github.com/htacg/tidy-html5/issues/894)
- Say how to deal with XHTML input [\#893](https://github.com/htacg/tidy-html5/issues/893)
- Help output refers to a non-existent -options option [\#892](https://github.com/htacg/tidy-html5/issues/892)
- Tidy gets confused with u tags and underline styles [\#890](https://github.com/htacg/tidy-html5/issues/890)
- how to forbid auto insert tag? [\#889](https://github.com/htacg/tidy-html5/issues/889)
- Incorrectly changing — to - \(emdash \[alt 0151\]\) to hypens. [\#885](https://github.com/htacg/tidy-html5/issues/885)
- html-tidy site does not work with https [\#883](https://github.com/htacg/tidy-html5/issues/883)
- Use with TextPad 8 [\#882](https://github.com/htacg/tidy-html5/issues/882)
- Translation: TidyKeepTabs [\#880](https://github.com/htacg/tidy-html5/issues/880)
- \<img\> proprietary attribute "loading" [\#879](https://github.com/htacg/tidy-html5/issues/879)
- Versioning seems a bit off [\#877](https://github.com/htacg/tidy-html5/issues/877)
- --quote-ampersand yes doesn't work [\#876](https://github.com/htacg/tidy-html5/issues/876)
- Convert spaces to non-breaking space [\#875](https://github.com/htacg/tidy-html5/issues/875)
- Tidy 5.6.0 mangled html / php code. [\#872](https://github.com/htacg/tidy-html5/issues/872)
- Even with -utf8 tidy replaces UTF8 code U+00A0 into numeric entity &\#160; [\#871](https://github.com/htacg/tidy-html5/issues/871)
- http-equiv metas should trigger helpful upgrade messages [\#868](https://github.com/htacg/tidy-html5/issues/868)
- HTML Tidy website does not render propertly when using HTTPS [\#867](https://github.com/htacg/tidy-html5/issues/867)
- \[-Wignored-qualifiers\] warning in tidy [\#866](https://github.com/htacg/tidy-html5/issues/866)
- Wrong character encoding [\#863](https://github.com/htacg/tidy-html5/issues/863)
- Missing semicolon after html entity sometimes returns generic 'unknown entity' warning instead of specific 'missing semicolon' [\#862](https://github.com/htacg/tidy-html5/issues/862)
- Warning: unescaped & or unknown entity "&P" when encoding as utf-8 [\#861](https://github.com/htacg/tidy-html5/issues/861)
- Tidy output clutter [\#857](https://github.com/htacg/tidy-html5/issues/857)
- Trailing backspace removed [\#856](https://github.com/htacg/tidy-html5/issues/856)
- Only wrap at tags [\#854](https://github.com/htacg/tidy-html5/issues/854)
- ENABLE\_DEBUG\_LOG is ignored on Windows [\#852](https://github.com/htacg/tidy-html5/issues/852)
- Kill off alphabetical ordering clause for publicly-exposed enum defs [\#851](https://github.com/htacg/tidy-html5/issues/851)
- For Sublime Text 3 [\#849](https://github.com/htacg/tidy-html5/issues/849)
- \<li\> tags skipped in tidy result shown on screen [\#847](https://github.com/htacg/tidy-html5/issues/847)
- man page missing header causing appending to XML discussion [\#846](https://github.com/htacg/tidy-html5/issues/846)
- \<input type="file"\> needs name= [\#845](https://github.com/htacg/tidy-html5/issues/845)
- Expose node-\>last in the public API [\#844](https://github.com/htacg/tidy-html5/issues/844)
- Support EJS? [\#842](https://github.com/htacg/tidy-html5/issues/842)
- Tidy 5.2 cleaned up curly quotes but 5.6 doesn't [\#841](https://github.com/htacg/tidy-html5/issues/841)
- Jekyll headings removed [\#840](https://github.com/htacg/tidy-html5/issues/840)
- Should tidy allow an empty title element? [\#839](https://github.com/htacg/tidy-html5/issues/839)
- Missing tags for 5.7.\* [\#834](https://github.com/htacg/tidy-html5/issues/834)
- Python binding? [\#826](https://github.com/htacg/tidy-html5/issues/826)
- Self-closing tags are not correctly recognized [\#813](https://github.com/htacg/tidy-html5/issues/813)
- Different output when parsing HTML [\#790](https://github.com/htacg/tidy-html5/issues/790)
- Continuously fuzzing tidy-html5 with OSS-Fuzz [\#788](https://github.com/htacg/tidy-html5/issues/788)
- I18N isn't working \(mostly\) via changing the environment variables [\#783](https://github.com/htacg/tidy-html5/issues/783)
- 5.6.0 and breakage with php-tidy [\#780](https://github.com/htacg/tidy-html5/issues/780)
- Tidy needs a changelog [\#776](https://github.com/htacg/tidy-html5/issues/776)
- TidyNodeGetText returns text with a new line appended [\#775](https://github.com/htacg/tidy-html5/issues/775)
- Breaks microseconds after call tidy\_repair\_string [\#771](https://github.com/htacg/tidy-html5/issues/771)
- Typos in language\_en.h, etc [\#765](https://github.com/htacg/tidy-html5/issues/765)
- Document accessibility priority numbers better [\#756](https://github.com/htacg/tidy-html5/issues/756)
- Xcode not working with tidylib [\#751](https://github.com/htacg/tidy-html5/issues/751)
- Intent-To-Package: Snaps are Universal Linux Packages [\#748](https://github.com/htacg/tidy-html5/issues/748)
- Can't parse UTF16 html string [\#744](https://github.com/htacg/tidy-html5/issues/744)
- libtidy.so.5 has removed symbols between 5.2.0 and 5.6.0, but kept SONAME [\#743](https://github.com/htacg/tidy-html5/issues/743)
- Tidy 5.7.16 -\> empty result [\#740](https://github.com/htacg/tidy-html5/issues/740)
- Crash with malformed \<meta\> tag [\#739](https://github.com/htacg/tidy-html5/issues/739)
- bug\(encoding\): non-ASCII characters in configuration file [\#737](https://github.com/htacg/tidy-html5/issues/737)
- Improve documentation re: wrap-script-literals [\#736](https://github.com/htacg/tidy-html5/issues/736)
- feature\_request\(validation\): “preserve-entities yes” by default [\#732](https://github.com/htacg/tidy-html5/issues/732)
- Tidy emits warnings that aren't in order [\#696](https://github.com/htacg/tidy-html5/issues/696)
- Option to disable tidy code fixing option [\#693](https://github.com/htacg/tidy-html5/issues/693)
- tidy change html view when deal with white-space:pre tag [\#685](https://github.com/htacg/tidy-html5/issues/685)
- CLI option to stop insertion/deletion of tags [\#682](https://github.com/htacg/tidy-html5/issues/682)
- Tidy does not strip leading and trailing spaces in HTML href [\#678](https://github.com/htacg/tidy-html5/issues/678)
- Use tidy with json custom attributes on custom components [\#677](https://github.com/htacg/tidy-html5/issues/677)
- \[Question\] How to use tidy for multiple files? [\#668](https://github.com/htacg/tidy-html5/issues/668)
- How to run a test-kit from terminal? [\#667](https://github.com/htacg/tidy-html5/issues/667)
- Dependency on DLLs not Documented [\#666](https://github.com/htacg/tidy-html5/issues/666)
- tidylib.c fails to compile on Visual Studio 2010 [\#665](https://github.com/htacg/tidy-html5/issues/665)
- Minify HTML [\#628](https://github.com/htacg/tidy-html5/issues/628)
- Do not insert newlines into TEXT when wrapping! [\#625](https://github.com/htacg/tidy-html5/issues/625)
- Configuration Options "cleanup" [\#609](https://github.com/htacg/tidy-html5/issues/609)
- Next Release 5.6.0 [\#600](https://github.com/htacg/tidy-html5/issues/600)
- anchor-as-name: false replaces name attribute of a form tag with id attribute [\#571](https://github.com/htacg/tidy-html5/issues/571)
- Why does tidy format the '\<' and '\>' numeric operator? [\#485](https://github.com/htacg/tidy-html5/issues/485)
- span with display: inline-block is treated as inline [\#448](https://github.com/htacg/tidy-html5/issues/448)
- wrap-php multiple lines [\#437](https://github.com/htacg/tidy-html5/issues/437)
- Option to always encode double ampersands [\#827](https://github.com/htacg/tidy-html5/issues/827)
- \[ENH\] Add meta options to disable/enable cleanup and repair option [\#819](https://github.com/htacg/tidy-html5/issues/819)
- --vertical-space yes adds too much after comment [\#811](https://github.com/htacg/tidy-html5/issues/811)
- Line breaking on "|" [\#810](https://github.com/htacg/tidy-html5/issues/810)
- Installs library in /usr/local/lib/lib instead of /usr/local/lib [\#807](https://github.com/htacg/tidy-html5/issues/807)
- Publishing in VS2015 - System.DllNotFoundException [\#804](https://github.com/htacg/tidy-html5/issues/804)
- can not fix script async Attr to async="async" [\#799](https://github.com/htacg/tidy-html5/issues/799)
- Feature Request: Omit boilerplate [\#795](https://github.com/htacg/tidy-html5/issues/795)
- html conversion to xml leaves many tags unclosed [\#792](https://github.com/htacg/tidy-html5/issues/792)
- NppTidy 5.6.0 quickref.html link broken - please fix [\#787](https://github.com/htacg/tidy-html5/issues/787)
- Redundant blank lines when printing -help [\#781](https://github.com/htacg/tidy-html5/issues/781)
- --css-prefix option no longer adds a hyphen to its built classes [\#777](https://github.com/htacg/tidy-html5/issues/777)
- Build error on Android \(Termux\): unknown type name 'ulong' [\#773](https://github.com/htacg/tidy-html5/issues/773)
- alter default config file processing [\#772](https://github.com/htacg/tidy-html5/issues/772)
- Tidy output going to stderr [\#763](https://github.com/htacg/tidy-html5/issues/763)
- --tidy-mark no inserts blank line [\#760](https://github.com/htacg/tidy-html5/issues/760)
- tidy -access: \<doctype\> NOT missing [\#758](https://github.com/htacg/tidy-html5/issues/758)
- type qualifiers ignored on function return type \[-Werror=ignored-qualifiers\] [\#746](https://github.com/htacg/tidy-html5/issues/746)
- tidy dies on unexpected character [\#745](https://github.com/htacg/tidy-html5/issues/745)
- tidy 5.6.0 warning `inserting missing 'title' element` appears in php-only files [\#728](https://github.com/htacg/tidy-html5/issues/728)
- bug\(build\): tidyBufAppend\(&buf1, d-\>def, strlen\(d-\>def\)\); [\#721](https://github.com/htacg/tidy-html5/issues/721)
- Allow specify ranges of code that do not get checked [\#720](https://github.com/htacg/tidy-html5/issues/720)
- README/CONTRIBUTING.md [\#718](https://github.com/htacg/tidy-html5/issues/718)
- tidy's error messages should include filename somewhere [\#713](https://github.com/htacg/tidy-html5/issues/713)
- Tidy does not complain about valign in \<tr\>, \<th\> or \<td\> [\#711](https://github.com/htacg/tidy-html5/issues/711)
- tidy converts '&' in query parameters \(&aen=true =\> &amp;aen=true\) in relative paths [\#710](https://github.com/htacg/tidy-html5/issues/710)
- TidyHtml not working properly in C++ [\#707](https://github.com/htacg/tidy-html5/issues/707)
- Unescaped `&` emitted despite using \*\*output-xhtml\*\* key bindings in 5.6.0 in PHP bindings [\#704](https://github.com/htacg/tidy-html5/issues/704)
- How to ignore specific warnings [\#699](https://github.com/htacg/tidy-html5/issues/699)
- Mention the need for a `:` before options' value in the configuration file [\#698](https://github.com/htacg/tidy-html5/issues/698)
- Tidy 5.6.0 -\> bug with pre tag [\#690](https://github.com/htacg/tidy-html5/issues/690)
- Is there any way to remove inline styles? [\#689](https://github.com/htacg/tidy-html5/issues/689)
- feature request\(safari\): Pinned Tab Icons support [\#686](https://github.com/htacg/tidy-html5/issues/686)
- Adopt Cygwin tidy package [\#680](https://github.com/htacg/tidy-html5/issues/680)
- Clarification on releases / release tarballs missing [\#676](https://github.com/htacg/tidy-html5/issues/676)
- --fix-uri no does not turn off check [\#675](https://github.com/htacg/tidy-html5/issues/675)
- Unexpected behavior of 'add-xml-space' setting when used with 'wrap' =\> 0 and saveBuffer is called twice in tidy-html5 5.6.0 [\#673](https://github.com/htacg/tidy-html5/issues/673)
- show-body-only [\#672](https://github.com/htacg/tidy-html5/issues/672)
- Tidy deletes empty tags [\#669](https://github.com/htacg/tidy-html5/issues/669)
- unbalanced \#endif's [\#663](https://github.com/htacg/tidy-html5/issues/663)
- Feature request: option to replace inline styles with classes + `<style>` tag styles [\#638](https://github.com/htacg/tidy-html5/issues/638)
- Windows 32-bit XP Release [\#568](https://github.com/htacg/tidy-html5/issues/568)
- Release an updated HTML::Tidy perl library [\#562](https://github.com/htacg/tidy-html5/issues/562)
- \<Script\> tag gets removed [\#528](https://github.com/htacg/tidy-html5/issues/528)
- Word filtered html doesn't convert accents to utf8 [\#512](https://github.com/htacg/tidy-html5/issues/512)
- option to ignore attribute-errors if attribute contains pseudo-elements [\#505](https://github.com/htacg/tidy-html5/issues/505)
- Allow \<div\> inside \<pre\> [\#479](https://github.com/htacg/tidy-html5/issues/479)
**Merged pull requests:**
- Fixes \#743. [\#966](https://github.com/htacg/tidy-html5/pull/966) (@balthisar)
- Fixed merge conflict; fixed non-build issue on macOS. RC for testing. [\#965](https://github.com/htacg/tidy-html5/pull/965) (@balthisar)
- README.md: add Wikidata link [\#961](https://github.com/htacg/tidy-html5/pull/961) (@vitaly-zdanevich)
- Fix issues with user-specified settings changing [\#959](https://github.com/htacg/tidy-html5/pull/959) (@balthisar)
- Automated Testing [\#957](https://github.com/htacg/tidy-html5/pull/957) (@balthisar)
- simple fix for the range of the condition. [\#953](https://github.com/htacg/tidy-html5/pull/953) (@ihsinme)
- Add muted and playsinline video attributes for HTML5. [\#949](https://github.com/htacg/tidy-html5/pull/949) (@drichardson)
- Add German Language [\#943](https://github.com/htacg/tidy-html5/pull/943) (@balthisar)
- Link macOS console application with required plist [\#942](https://github.com/htacg/tidy-html5/pull/942) (@balthisar)
- Is. \#839 - new message for 'blank' title [\#930](https://github.com/htacg/tidy-html5/pull/930) (@geoffmcl)
- Support extended color names in HTML 5 validation [\#914](https://github.com/htacg/tidy-html5/pull/914) (@cqcallaw)
- Fix percentage validation in CheckLength [\#912](https://github.com/htacg/tidy-html5/pull/912) (@cqcallaw)
- Add SVG paint attributes [\#907](https://github.com/htacg/tidy-html5/pull/907) (@cqcallaw)
- Is. \#879: add loading attribute for img, iframe [\#902](https://github.com/htacg/tidy-html5/pull/902) (@sidvishnoi)
- COMPILE\_FLAGS property only once per target, avoid overwriting. [\#886](https://github.com/htacg/tidy-html5/pull/886) (@SvenPStarFinanz)
- Complete pt\_br translation [\#881](https://github.com/htacg/tidy-html5/pull/881) (@hugotiburtino)
- Support the \<slot\> tag [\#848](https://github.com/htacg/tidy-html5/pull/848) (@lhchavez)
- Issue \#437 - re-use of 'wrap-php' option [\#645](https://github.com/htacg/tidy-html5/pull/645) (@geoffmcl)
- Change "tidyLocalMapItem" to "tidyLocaleMapItem" [\#829](https://github.com/htacg/tidy-html5/pull/829) (@MrSorcus)
- added OS \_\_ANDROID\_\_ in tidyplatform.h [\#823](https://github.com/htacg/tidy-html5/pull/823) (@naveedpash)
- Update BRANCHES.md [\#793](https://github.com/htacg/tidy-html5/pull/793) (@SConaway)
- Is. \#783 - Fix language detection [\#785](https://github.com/htacg/tidy-html5/pull/785) (@Lin-Buo-Ren)
- Is. \#781 - Drop redundant blank lines in -help [\#782](https://github.com/htacg/tidy-html5/pull/782) (@Lin-Buo-Ren)
- Issue 649 adding tag \<data\> [\#769](https://github.com/htacg/tidy-html5/pull/769) (@AntoniosHadji)
- Issue 752 [\#764](https://github.com/htacg/tidy-html5/pull/764) (@geoffmcl)
- PHP ≥ 7.1.0 recognizes tidy-html5 [\#762](https://github.com/htacg/tidy-html5/pull/762) (@cmb69)
- Fix typo [\#753](https://github.com/htacg/tidy-html5/pull/753) (@Lin-Buo-Ren)
- Fix extra const modifier [\#747](https://github.com/htacg/tidy-html5/pull/747) (@drizt)
- Is \#721 - cast away some gcc warnings [\#722](https://github.com/htacg/tidy-html5/pull/722) (@geoffmcl)
- Doc nits [\#717](https://github.com/htacg/tidy-html5/pull/717) (@ler762)
- Is \#709 - Improve message if 'implict' [\#714](https://github.com/htacg/tidy-html5/pull/714) (@geoffmcl)
- Make global attribute `dir` accept auto as well. [\#712](https://github.com/htacg/tidy-html5/pull/712) (@doronbehar)
- Is \#697 - Add NOWRAP to print of pre tag [\#708](https://github.com/htacg/tidy-html5/pull/708) (@geoffmcl)
- Is \#700 - change script parsing if in html5 mode [\#703](https://github.com/htacg/tidy-html5/pull/703) (@geoffmcl)
- Issue 698 - docs update [\#702](https://github.com/htacg/tidy-html5/pull/702) (@geoffmcl)
- Is \#686 - Add attr COLOR to W3CAttrsFor\_LINK [\#701](https://github.com/htacg/tidy-html5/pull/701) (@geoffmcl)
- Issue 679 [\#695](https://github.com/htacg/tidy-html5/pull/695) (@geoffmcl)
- Issue 663 - fixes for Haiku port [\#664](https://github.com/htacg/tidy-html5/pull/664) (@geoffmcl)
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

View File

@ -70,7 +70,7 @@ github_changelog_generator -u htacg -p tidy-html5 \
--since-tag 5.6.0 \
--usernames-as-github-logins \
--future-release 5.8.0 \
-o README/testlog.md
-o README/CHANGELOG.md
~~~
**Important**: the `--since-tag` value should be the git tag of the previous release, because we're only interested in the changes since then. The `--future-release` value should be the git tag that you _will apply_ (but have not yet) for this release.

View File

@ -1,216 +0,0 @@
# Version history at 2017/11/25
5.6.0 b869049a9f Geoff McLane Sat Nov 25 14:50:00 2017 +0100
5.5.86 87dbccdb1b Jim Derry Wed Nov 22 12:34:33 2017 -0500
5.5.85 19e8796a5b Geoff McLane Wed Nov 22 15:01:44 2017 +0100
5.5.84 c2c7b1dab2 Jim Derry Mon Nov 20 09:32:08 2017 -0500
5.5.83 9e09f1a722 Jim Derry Mon Nov 20 09:29:51 2017 -0500
5.5.82 302660e3cb Jim Derry Mon Nov 20 09:28:48 2017 -0500
5.5.81 b91c728c81 Jim Derry Sun Nov 19 15:46:40 2017 -0500
5.5.80 ac27e0c16e Jim Derry Fri Nov 17 21:52:26 2017 -0500
5.5.79 f5dfd31a76 Jim Derry Fri Nov 17 21:30:40 2017 -0500
5.5.78 18874e0b10 Jim Derry Fri Nov 17 20:38:45 2017 -0500
5.5.77 d6414a69ae Geoff McLane Thu Nov 9 19:35:25 2017 +0100
5.5.76 acd3c6c47e Jim Derry Wed Nov 1 15:07:03 2017 -0400
5.5.75 9c4b040771 Jim Derry Sun Oct 29 15:05:53 2017 -0400
5.5.74 7beb591cf7 Geoff McLane Sun Oct 29 18:32:41 2017 +0100
5.5.73 b243e0f30a Jim Derry Thu Oct 26 19:19:56 2017 -0400
5.5.72 6ffb71c2bc Jim Derry Thu Oct 26 14:26:53 2017 -0400
5.5.71 504d2b3466 Jim Derry Wed Oct 25 19:59:14 2017 -0400
5.5.70 4b1c048ee5 Jim Derry Fri Oct 20 07:46:00 2017 -0400
5.5.69 a03ddc03a0 Jim Derry Thu Oct 19 20:33:17 2017 -0400
5.5.68 492c9fb74b Jim Derry Thu Oct 19 20:11:26 2017 -0400
5.5.67 a354eff596 Jim Derry Thu Oct 19 17:41:35 2017 -0400
5.5.66 6dd7919d16 Jim Derry Thu Oct 19 17:38:33 2017 -0400
5.5.65 b190e8724a Jim Derry Thu Oct 19 17:22:47 2017 -0400
5.5.64 6309abacda Jim Derry Thu Oct 19 17:17:33 2017 -0400
5.5.63 0f86647741 Geoff McLane Mon Oct 9 01:27:07 2017 +0200
5.5.62 16aa474f6a Jim Derry Sun Oct 8 11:06:41 2017 -0400
5.5.61 010892c020 Jim Derry Sat Oct 7 14:59:07 2017 -0400
5.5.60 f26b198213 Jim Derry Sat Oct 7 14:07:12 2017 -0400
5.5.59 4e6d76eb01 Jim Derry Fri Oct 6 09:41:54 2017 -0400
5.5.58 f1cd84f853 Jim Derry Thu Oct 5 19:29:12 2017 -0400
5.5.57 c71b8115cc Jim Derry Thu Oct 5 15:09:18 2017 -0400
5.5.56 7d35bb14ef Jim Derry Wed Oct 4 11:15:45 2017 -0400
5.5.55 084ed21735 Jim Derry Wed Oct 4 11:00:04 2017 -0400
5.5.54 8f47c024ac Jim Derry Tue Oct 3 08:26:51 2017 -0400
5.5.53 1e88cf2ebc Jim Derry Mon Oct 2 13:35:26 2017 -0400
5.5.52 3efc0f92a5 Jim Derry Mon Oct 2 13:31:35 2017 -0400
5.5.51 e959c22087 Jim Derry Mon Oct 2 13:27:42 2017 -0400
5.5.50 4bcff9f64e Jim Derry Mon Oct 2 13:21:26 2017 -0400
5.5.49 78b6154a85 Jim Derry Mon Oct 2 13:15:17 2017 -0400
5.5.48 40ca09c189 Jim Derry Mon Oct 2 13:10:45 2017 -0400
5.5.47 2860160b54 Jim Derry Sun Oct 1 10:42:18 2017 -0400
5.5.46 d6c974b672 Jim Derry Fri Sep 29 10:23:45 2017 -0400
5.5.45 021d32b3a1 Jim Derry Mon Sep 25 21:17:21 2017 -0400
5.5.44 cd9d46b53d Jim Derry Sat Sep 23 19:21:58 2017 -0400
5.5.43 c30f8537a7 Jim Derry Thu Sep 21 07:39:16 2017 -0400
5.5.42 9614019e8c Jim Derry Wed Sep 20 17:57:42 2017 -0400
5.5.42 2a4dc1af52 Jim Derry Wed Sep 20 17:47:27 2017 -0400
5.5.40 53cd1c8113 Geoff McLane Wed Sep 20 19:13:39 2017 +0200
5.5.39 c38e48baeb Geoff McLane Wed Sep 20 17:04:54 2017 +0200
5.5.37-exp-jsd 51e2e0f3bd Jim Derry Thu Sep 7 21:06:44 2017 -0400
5.5.38 a79458a0ef Jim Derry Fri Sep 8 19:41:25 2017 -0400
5.5.37 5df01d314e Jim Derry Thu Aug 31 13:18:11 2017 -0400
5.5.36 2c82cfa23b Jim Derry Thu Aug 31 12:55:32 2017 -0400
5.5.35 5cd2603a68 Jim Derry Wed Aug 30 20:04:03 2017 -0400
5.5.34 7badd93417 Jim Derry Mon Aug 28 14:29:02 2017 -0400
5.5.33 f28e809a36 Jim Derry Mon Aug 28 10:03:38 2017 -0400
5.5.32 a26c4e0a18 Jim Derry Sat Aug 26 12:50:33 2017 -0400
5.5.31 e48b06b8c0 Geoff McLane Tue May 30 18:17:13 2017 +0200
5.5.30 dbe8a6a767 Geoff McLane Mon May 29 14:28:34 2017 +0200
5.5.29 34d37002c9 Geoff McLane Sat May 27 18:26:14 2017 +0200
5.5.28 59a06293ab Geoff McLane Sat May 27 16:36:08 2017 +0200
5.5.27 5d057abdcb Jim Derry Sun May 21 14:33:10 2017 -0400
5.5.26 47c27ecf8e Jim Derry Sun May 21 14:29:13 2017 -0400
5.5.25 b475ca593d Jim Derry Sun May 21 14:24:57 2017 -0400
5.5.24 8a639bf91b Jim Derry Sat May 13 22:25:12 2017 -0400
5.5.23 5fad2252d2 Jim Derry Sat May 13 22:20:36 2017 -0400
5.5.22 86338b2634 Jim Derry Sat May 13 19:51:28 2017 -0400
5.5.21 66bed8b9a0 Jim Derry Thu May 11 15:25:46 2017 -0400
5.5.20 590a030756 Jim Derry Mon May 8 17:37:55 2017 -0400
5.5.19 6f2fb6e0e7 Jim Derry Sun May 7 15:03:04 2017 -0400
5.5.18 61d19c9a86 Geoff McLane Sat May 6 15:37:56 2017 +0200
5.5.17 1257a49823 Geoff McLane Sat May 6 15:26:09 2017 +0200
5.5.16 594275712c Geoff McLane Sat May 6 14:51:19 2017 +0200
5.5.15 f9edab1c33 Geoff McLane Sat May 6 14:21:13 2017 +0200
5.5.14 72612b6ca3 Geoff McLane Sun Apr 9 02:08:58 2017 +0200
5.5.13 19c0655333 Jim Derry Fri Mar 31 13:36:15 2017 -0400
5.5.12 17354ff927 Geoff McLane Fri Mar 24 15:26:09 2017 +0100
5.5.11 1a66455052 Jim Derry Wed Mar 22 16:14:17 2017 -0400
5.5.10 be5e80f5a7 Jim Derry Mon Mar 20 12:22:45 2017 -0400
5.5.9 3b9fd6bd5e Jim Derry Sun Mar 19 15:44:18 2017 -0400
5.5.8 068e6bf42a Jim Derry Sun Mar 19 09:53:16 2017 -0400
5.5.7 1dbacc9c43 Jim Derry Sun Mar 19 08:09:43 2017 -0400
5.5.6 96bb67045f Jim Derry Mon Mar 13 13:31:35 2017 -0400
5.5.5 4dc8a2cf9a Jim Derry Fri Mar 10 08:24:23 2017 -0500
5.5.4 b0bd27e9c1 Jim Derry Thu Mar 9 13:01:39 2017 -0500
5.5.3 b047e32a18 Jim Derry Tue Mar 7 20:18:06 2017 -0500
5.5.2 1ebae18c9a Jim Derry Mon Mar 6 17:09:33 2017 -0500
5.5.1 b5885dee46 Jim Derry Mon Mar 6 07:07:40 2017 -0500
5.5.0 3e23225288 Geoff McLane Wed Mar 1 15:33:22 2017 +0100
5.4.0 17b33753ae Geoff McLane Wed Mar 1 15:04:22 2017 +0100
5.3.21 c39b1cb423 Geoff McLane Wed Mar 1 14:51:53 2017 +0100
5.3.20 d07134140a Geoff McLane Fri Feb 24 14:39:46 2017 +0100
5.3.19 13c92bce38 Geoff McLane Thu Feb 23 16:29:44 2017 +0100
5.3.18 b97b2f0d45 Geoff McLane Thu Feb 23 15:28:40 2017 +0100
5.3.18 b7c84b1b57 Jim Derry Mon Feb 13 08:49:06 2017 -0500
5.3.16 73bf561645 Geoff McLane Sun Feb 12 17:40:48 2017 +0100
5.3.16I483 259d330780 Geoff McLane Wed Feb 1 13:46:25 2017 +0100
5.3.15 10fd44d101 Geoff McLane Sun Jan 29 19:21:46 2017 +0100
5.3.14 0cbbd55535 Geoff McLane Mon Jan 9 17:07:13 2017 +0100
5.3.13 2243510592 Geoff McLane Sun Jan 8 18:24:17 2017 +0100
5.3.12 fd0ccb2bbf Geoff McLane Sun Oct 30 23:37:31 2016 +0100
5.3.11 4edbc2424b Geoff McLane Sun Sep 11 17:09:09 2016 +0200
5.3.10 f1ac2dba58 Geoff McLane Sun Sep 11 15:50:42 2016 +0200
5.3.9 d2fc252598 Geoff McLane Thu Aug 4 15:54:14 2016 +0200
5.3.8 09caae3b9c Geoff McLane Fri Jul 29 02:58:24 2016 +0200
5.3.7 4a483fd066 Geoff McLane Mon Jul 11 15:32:55 2016 +0200
5.3.6 3b73cc12c5 Geoff McLane Mon Jul 11 00:26:07 2016 +0200
5.3.5 d332908e5d Geoff McLane Fri Jul 1 15:54:10 2016 +0200
5.3.4 6b3b1624ea Geoff McLane Thu Jun 30 18:36:10 2016 +0200
5.3.3 eca7688941 Geoff McLane Sat Jun 18 18:57:09 2016 +0200
5.3.2 676b36eff5 Geoff McLane Sat Jun 18 18:26:23 2016 +0200
5.3.1 60c1dd1744 Geoff McLane Sat Apr 16 20:16:50 2016 +0200
5.3.0 fdf2169ebf Geoff McLane Thu Apr 7 16:36:06 2016 +0200
5.1.52 0db9b32e22 Geoff McLane Mon Apr 4 18:14:33 2016 +0200
5.1.51 3e5e07ea18 Geoff McLane Thu Mar 31 14:50:47 2016 +0200
5.1.50 005f36106a Geoff McLane Wed Mar 30 16:28:45 2016 +0200
5.1.49 c19d221ddc Geoff McLane Wed Mar 30 14:19:07 2016 +0200
5.1.48 aa1fc197d5 Geoff McLane Sun Mar 27 19:57:41 2016 +0200
5.1.47fr fb95ea2ed2 Geoff McLane Wed Mar 23 19:53:51 2016 +0100
5.1.47 3c8d9bf3f6 Geoff McLane Sun Mar 20 01:03:25 2016 +0100
5.1.46 8a31aad0e3 Geoff McLane Sat Mar 19 19:32:39 2016 +0100
5.1.45-Exp3 06215769aa Geoff McLane Fri Mar 18 18:48:08 2016 +0100
5.1.45-Exp2 98f32ddebb Geoff McLane Sun Mar 6 17:38:48 2016 +0100
5.1.45-Exp1 b83d5ffb03 Geoff McLane Sat Mar 5 17:40:32 2016 +0100
5.1.45 b2c591c138 Geoff McLane Fri Mar 4 19:39:21 2016 +0100
5.1.44 1dd06aa4b2 Geoff McLane Mon Feb 29 19:59:41 2016 +0100
5.1.43 9a80938246 Geoff McLane Mon Feb 29 18:49:52 2016 +0100
5.1.42 b41318724c Geoff McLane Wed Feb 24 19:24:46 2016 +0100
5.1.41issue-373 9ba80b864e Geoff McLane Thu Feb 18 15:12:11 2016 +0100
5.1.41 be0e5f3a8b Jim Derry Thu Feb 18 10:20:40 2016 +0800
5.1.40 6c181d5689 Jim Derry Wed Feb 17 12:43:44 2016 +0800
5.1.40 97abad0c05 Jim Derry Tue Feb 16 11:11:36 2016 +0800
5.1.38 7df66c45da Jim Derry Tue Feb 16 10:20:34 2016 +0800
5.1.36_attr_phase2 2ade3357a9 Jim Derry Sat Feb 13 11:31:16 2016 +0800
5.1.36_attr_phase1 429703dce4 Jim Derry Fri Feb 12 19:34:19 2016 +0800
5.1.36 0f3cab930a Geoff McLane Mon Feb 1 20:10:23 2016 +0100
5.1.35 e8ca2aa5f3 Geoff McLane Mon Feb 1 19:45:43 2016 +0100
5.1.34 dca50d4077 Jim Derry Sat Jan 30 16:02:00 2016 +0800
5.1.33localizing d505869910 Jim Derry Fri Jan 15 12:06:15 2016 +0800
5.1.33 ce6c7de2d9 Jim Derry Thu Jan 7 11:52:58 2016 +0800
5.1.32 9942856164 Geoff McLane Mon Dec 7 12:42:13 2015 +0100
5.1.31 5f8aac98df Geoff McLane Sat Dec 5 13:02:33 2015 +0100
5.1.30 121fe86bc6 Geoff McLane Fri Dec 4 18:32:48 2015 +0100
5.1.29 34eb16b5da Geoff McLane Thu Dec 3 19:38:13 2015 +0100
5.1.28 4c848c57bc Jim Derry Sun Nov 29 13:24:01 2015 +0800
5.1.28 501c3fb616 Jim Derry Fri Nov 27 09:47:09 2015 +0800
5.1.27 db4f6473ed Geoff McLane Thu Nov 26 00:58:07 2015 +0100
5.1.26 0ef4493ae8 Geoff McLane Tue Nov 24 19:29:52 2015 +0100
5.1.25 2388fb0175 Geoff McLane Sun Nov 22 18:46:00 2015 +0100
5.1.24 496c81c48d Geoff McLane Wed Nov 18 20:02:54 2015 +0100
5.1.23 06e4311189 Geoff McLane Wed Nov 18 17:08:26 2015 +0100
5.1.22 15563fff51 Geoff McLane Mon Nov 16 18:55:20 2015 +0100
5.1.21 c9699d3820 Geoff McLane Sat Nov 14 15:24:19 2015 +0100
5.1.20 e5703803c8 Geoff McLane Thu Nov 5 15:22:21 2015 +0100
5.1.19 9f9ca4c774 Jim Derry Thu Nov 5 09:38:01 2015 +0800
5.1.18 02909b5fe3 Jim Derry Tue Nov 3 11:37:28 2015 +0800
5.1.17 67c86cbe7f Geoff McLane Wed Oct 28 16:11:24 2015 +0100
5.1.16 ba1f1e00be Geoff McLane Tue Oct 20 15:06:05 2015 +0200
5.1.15 a94df6c0f9 Geoff McLane Wed Oct 14 16:57:41 2015 +0200
5.1.14 fa43957b6d Geoff McLane Sun Sep 27 17:38:08 2015 +0200
5.1.13 7cf9fc2906 Geoff McLane Fri Sep 25 13:00:06 2015 +0200
5.1.12 f4113a8643 Geoff McLane Mon Sep 21 12:34:29 2015 +0200
5.1.11 b2118fa09a Geoff McLane Sat Sep 19 14:59:58 2015 +0200
5.1.10 d541405a2a Geoff McLane Wed Sep 16 13:17:50 2015 +0200
5.1.9 1c187f8179 Geoff McLane Thu Sep 10 15:02:38 2015 +0200
5.1.8 87e0e11b49 Geoff McLane Fri Sep 4 15:03:08 2015 +0200
5.1.7 fd056e353b Geoff McLane Sat Aug 22 14:04:38 2015 +0200
5.1.6 5380eb0413 Geoff McLane Sat Aug 22 14:00:56 2015 +0200
5.1.6 1d67dc940a Geoff McLane Mon Aug 10 18:42:58 2015 +0200
5.1.4 4e7c52607c Geoff McLane Fri Jul 31 13:44:46 2015 +0200
5.1.3 6a24f50466 Geoff McLane Thu Jul 30 14:52:07 2015 +0200
5.1.2 750f31704b Geoff McLane Fri Jul 17 19:16:04 2015 +0200
5.1.2 33494a4aea Geoff McLane Tue Jul 14 11:27:15 2015 +0200
5.1.1 7f9df1c746 Geoff McLane Mon Jul 13 12:18:10 2015 +0200
5.1.0 2da67a2bbc Geoff McLane Mon Jul 13 02:08:37 2015 +0200
5.0.0 1e70fc6f15 Geoff McLane Tue Jun 30 19:59:00 2015 +0200
4.9.37 daef037156 Geoff McLane Wed Jun 24 13:12:31 2015 +0200
4.9.36 b65988c95a Geoff McLane Sun Jun 21 19:50:56 2015 +0200
4.9.35 7b7fbce9ab Geoff McLane Tue Jun 9 12:32:26 2015 +0200
4.9.34 bea5bb700f Geoff McLane Mon Jun 8 13:53:38 2015 +0200
4.9.33 f67300963e Geoff McLane Sat Jun 6 11:06:37 2015 +0200
4.9.32 544f9876cc Geoff McLane Thu Jun 4 13:21:00 2015 +0200
4.9.31 0c96ed8af4 Geoff McLane Wed Jun 3 20:27:01 2015 +0200
4.9.30 dde78c2dbf Geoff McLane Sun May 24 15:23:59 2015 +0200
4.9.29 3686bc5390 Geoff McLane Fri May 22 16:22:27 2015 +0200
4.9.28wt 3f33ba2d88 Geoff McLane Fri May 15 16:17:46 2015 +0200
4.9.28 1c9970deb4 Geoff McLane Wed May 13 12:37:20 2015 +0200
4.9.27 d8a4498803 Geoff McLane Tue May 12 13:18:16 2015 +0200
4.9.26 6b66b65ec8 Geoff McLane Wed Apr 22 21:27:23 2015 +0200
4.9.25 f5eb2cf26a Geoff McLane Sat Apr 11 15:22:55 2015 +0200
4.9.24 ca06201c3a Geoff McLane Wed Apr 8 18:47:08 2015 +0200
4.9.23 3585d4c31a Geoff McLane Thu Mar 19 19:14:27 2015 +0100
4.9.22 47df5fddbc Geoff McLane Thu Mar 19 16:32:19 2015 +0100
4.9.21 09fa036b31 Geoff McLane Fri Mar 13 19:48:31 2015 +0100
4.9.20 90c9e81ba1 Geoff McLane Fri Mar 6 19:14:24 2015 +0100
4.9.19 7ffcce2241 Geoff McLane Fri Mar 6 13:09:12 2015 +0100
4.9.18 2e383c6029 Geoff McLane Sat Feb 28 20:32:38 2015 +0100
4.9.17 a9361a1c5b Geoff McLane Tue Feb 24 17:53:58 2015 +0100
4.9.16 25d38e1dcf Geoff McLane Tue Feb 24 15:07:36 2015 +0100
4.9.15 7bf364624f Geoff McLane Thu Feb 12 15:38:06 2015 +0100
4.9.14 8b362b5f37 Geoff McLane Tue Feb 10 15:30:35 2015 +0100
4.9.13 97470ce459 Geoff McLane Sat Feb 7 13:57:31 2015 +0100
4.9.12 0cf21fb559 Geoff McLane Sat Feb 7 13:43:09 2015 +0100
4.9.11 bef3b08c18 Geoff McLane Fri Feb 6 19:26:45 2015 +0100
4.9.10 906d858f9e Geoff McLane Thu Feb 5 19:03:25 2015 +0100
4.9.9 383a901990 Geoff McLane Thu Feb 5 12:22:14 2015 +0100
4.9.8 5f470763c5 Geoff McLane Tue Feb 3 13:39:51 2015 +0100
4.9.7 d38c5c5d78 Geoff McLane Mon Feb 2 17:37:49 2015 +0100
4.9.6 201f3cb49e Geoff McLane Sun Feb 1 18:36:30 2015 +0100
4.9.5 8497326dc3 Geoff McLane Sun Feb 1 16:08:31 2015 +0100
4.9.4 22a3924484 Geoff McLane Sun Feb 1 14:39:51 2015 +0100
4.9.3 de97628f8f Jim Derry Sun Feb 1 14:20:41 2015 +0800
4.9.3 362c71ee2e Jim Derry Sat Jan 31 18:11:26 2015 +0800
4.9.2 e2cbd9e89f Geoff McLane Thu Jan 29 18:25:57 2015 +0100
# eof

View File

@ -1,2 +1,2 @@
5.7.62
5.8.0
2021.07.10