tidy/tidy.changes

427 lines
15 KiB
Plaintext

-------------------------------------------------------------------
Sun Aug 15 11:06:33 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.8.0
* Only a version bump; no changes were conveyed.
- New SONAME, so there is a bit of cleaning possible against
old Obsoletes/Conflicts.
-------------------------------------------------------------------
Mon Mar 16 07:07:28 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Cleanup spec file with spec-cleaner
- Fix previous changelog entry (missing patch removal)
-------------------------------------------------------------------
Sat Mar 14 11:24:27 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to the versoin 5.7.28:
- Change "tidyLocalMapItem" to "tidyLocaleMapItem"
- added OS __ANDROID__ to tidyplatform.h
- Is. #781, PR #782 - Bump to 5.7.24, for nl -h removal
- PR #769 - Dump to 5.7.23, add 'data' tag - closes #649
- Switch 32-bit build to 'next'
- Is #797 - use 'TidyRealloc' in place of raw 'realloc'
- Update BRANCHES.md
- Is. #746 PR #747 - fix other dup 'const' modifier
- PR #762 - bump to 5.7.19 for BUILD.md fix
- Is. #791 - free some allocations
- Is. #770 #780 maybe #790 - remove 'setlocal' from lib!
- Is. #783 - Fix language detection
- Is. #781 - Drop redundant blank lines in -help
- Issue#649: added <data> tag
- PHP >= 7.1.0 recognizes tidy-html5
- Is #752 - Replace _MSC_VER with _WIN32
- Is #752 - Slightly enhance the API doxy docs
- Is #752 - Chg TC_MAIN_ERROR_LOAD_CONFIG to 'problems'
- Is #752 - Try STRING_MUTING_TYPE to TidyInfo
- Is #741 - add RELEASE.md document
- Is #752 - Add windows tilde expansion
- Fix extra const modifier
- Is #726 #185 - HTML5 is case sensitive for anchors.
- Is #718 PR #727 - Update to CONTRIBUTING.md.2.txt
- Is #726 #185 - HTML5 is case sensitive for anchors.
- Is #719 - Set 'muted' before any callback
- Is #713 - show-filename to errout when no warnings
- PR #712 - Bump to 5.7.11 for this merge, and fix
- PR #712 - Only allow 'auto' on 'dir' for HTML5
- Is 697 PR #708 - Bump to 5.7.10 for this merge
- Is #721 - cast away some gcc warnings
- fix spelling mistake
- add --show-filename option to show the input filename on
output messages
- update --gnu-emacs option documentation
- Is #679 PR #695 - To 5.7.5 for this merge
- Is #684 - To 5.7.4 for this 'docs' change
- Update language_en.h
- jidanni and geoffmcl
- Is #709 - Improve message if 'implict'
- Make global attribute `dir` accept auto as well.
- Is #700 - change script parsing if in html5 mode
- Is #698 - Mention need for ':' in config file
- Is #697 - Add NOWRAP to print of pre tag
- Is #698 - Mention colon in 'man' text
- Is #686 - Add attr COLOR to W3CAttrsFor_LINK
- Is #679 - add 'priority-attributes' to -show-config
- Is #679 - some fixes for -export-config
- Is #663 - Reduce static alloc to as required
- Is #663 - Open context for gcc 2.95 port
- Is #663 - Add language limit for 'Haiku' gcc 2.95
- Is #663 - Add 'Haiku' port, '__HAIKU__'
- Is #663 - Remove UTF-8 BOM from 6 lang. headers
- Is #663 - Small change for MSVC10
- Issue #655 - Fix unsafe use of output buffer as input param
- Issue #656 - protect against NULL node set in loop
- Drop no longer needed patch:
0001-Issue-656-protect-against-NULL-node-set-in-loop.diff
-------------------------------------------------------------------
Thu May 31 21:50:49 UTC 2018 - jengelh@inai.de
- Drop unmaintained Debian files
- Update to new upstream release 5.6.0
* handle <table> in <table>
* Add support for <link>'s "as" attribute
* Add support for the "integrity" attribute (on
<link> and <script>)
- Add 0001-Issue-656-protect-against-NULL-node-set-in-loop.diff
- dynamic_library_build.diff: refreshed
-------------------------------------------------------------------
Fri May 5 09:49:55 UTC 2017 - adam.majer@suse.de
- actually enable and distribute compat headers
- explicitly list headers instead of globing so nothing
"disappears" with version updates
-------------------------------------------------------------------
Mon Apr 10 08:18:55 UTC 2017 - adam.majer@suse.de
- new upstream version 5.4.0
- compat_headers.diff: upstreamed
- static_buffer_overflow.diff: upstreamed
- updated documentation to current
+ tidy-html5-doxygen-a8e47dc.tar.gz replaced by
tidy-html5-doxygen-c0d1cd1.tar.gz
- updated unit tests to current
+ a510b54.tar.gz replaced by 97cf741.tar.gz
- fix_doxygen_paths.diff: refreshed
- test_fixes.diff: refreshed
-------------------------------------------------------------------
Thu Aug 4 12:33:50 UTC 2016 - adam.majer@suse.de
- add static_buffer_overflow.diff:
+ fix overflow in a static buffer (CVE-2016-6583)
- add Debian package files form fomer tidy-html5 packagee
these don't really work, but mostly as WIP
-------------------------------------------------------------------
Thu Jun 2 12:28:27 UTC 2016 - adam.majer@suse.de
- new upstream version 5.2.0
+ added support for HTML5
- new upstream authors at https://github.com/htacg/tidy-html5
- remove tidy_generate_tarball.sh
+ not needed
- remove tidy-fix-buffer-overflow.patch
+ upstreamed
- add fix_doxygen_paths.diff
+ patch Doxygen config file to build documentation from buld
directory
- add test_fixes.diff
+ fix build paths
+ remove pauses via `read` bash builtin
+ don't hide logging in log files
- add dynamic_library_build.diff
+ use standard cmake BUILD_SHARED_LIBS instead of BUILD_SHARED_LIB
+ build both static and dynamic libraries by default, instead
of just static
+ link vs. dynamic by default
- add tidy_fetch_docs.sh
+ used to fetch latest documentation configuration sources
- add compat_headers.diff
+ upstream changed some header names, so provide compatible header
wrappers with a compile time warning
- change library subpackage according to new soname
- build libtidy-devel instead of having soname in devel package name
-------------------------------------------------------------------
Thu Jul 16 09:57:18 UTC 2015 - astieger@suse.com
- add CVE to previous changelog entry
-------------------------------------------------------------------
Thu Jun 4 08:33:48 UTC 2015 - gber@opensuse.org
- add tidy-fix-buffer-overflow.patch in order to fix a heap-based
buffer overflow in tidy/libtidy (gh#htacg/tidy-html5#217
boo#933588) CVE-2015-5522 CVE-2015-5523
-------------------------------------------------------------------
Mon Jun 18 09:43:46 UTC 2012 - cfarrell@suse.com
- license update: W3C
SPDX format (the license corresponds to the W3C Software License)
-------------------------------------------------------------------
Mon Feb 15 09:36:17 UTC 2010 - guido+opensuse.org@berhoerster.name
- fix libtidy-0_99-0-devel not providing/obsoleting libtidy-devel
-------------------------------------------------------------------
Thu Feb 4 19:11:52 UTC 2010 - guido+opensuse.org@berhoerster.name
- updated to CVS snapshot 20100202
- cleaned up
* included script to generate a tarball from CVS
* consistent usage of license tag
* removed erroneously packaged files
* more concise description conforming to packaging policy
* lint clean
* renamed libtidy(-devel) to libtidy-0_99-0(-devel)
* removed trailing period from libtidy-dev summary
* split documentation into tidy-doc subpackage
-------------------------------------------------------------------
Sun Feb 22 23:35:59 CET 2009 - crrodriguez@suse.de
- remove static libraries
-------------------------------------------------------------------
Thu Jun 21 17:33:02 CEST 2007 - adrian@suse.de
- fix changelog entry order
-------------------------------------------------------------------
Mon Nov 13 18:45:38 CET 2006 - ro@suse.de
- added directory to filelist
-------------------------------------------------------------------
Mon Nov 13 14:58:25 CET 2006 - poeml@suse.de
- copying package from buildservice package to autobuild
(adding .changes file)
-------------------------------------------------------------------
Tue Oct 24 00:00:00 CET 2006 - sierkb@gmx.de
- Updated tidy from CVS snapshot 061023.
-------------------------------------------------------------------
Fri Oct 06 00:00:00 CET 2006 - sierkb@gmx.de
- Updated tidy from CVS snapshot 061006.
-------------------------------------------------------------------
Tue Sep 19 00:00:00 CET 2006 - sierkb@gmx.de
- Updated tidy from CVS snapshot 060919.
-------------------------------------------------------------------
Thu Jun 15 00:00:00 CET 2006 - sierkb@gmx.de
- Rebuild for SUSE Linux 10.1
-------------------------------------------------------------------
Wed Feb 22 00:00:00 CET 2006 - sierkb@gmx.de
- Updated tidy from CVS snapshot 060222.
- Spec file clean-ups:
- Removed libmxl2 from BuildRequires.
- Removed authors due to anti-spam strategy.
-------------------------------------------------------------------
Wed Jan 25 21:42:10 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Nov 29 00:00:00 CET 2005 - sierkb@gmx.de
- Generating also a debug information sub-package.
-------------------------------------------------------------------
Wed Nov 23 00:00:00 CET 2005 - sierkb@gmx.de
- Rebuild for SUSE Linux 10.0 OSS (GCC 4.0.2)
-------------------------------------------------------------------
Tue Nov 01 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to 051027.
- Updated docs to 051021.
-------------------------------------------------------------------
Thu Oct 27 00:00:00 CET 2005 - sierkb@gmx.de
- New destination for tidy's header files: /usr/include/tidy rather than /usr/include.
- Spec file clean-up.
-------------------------------------------------------------------
Mon Oct 17 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to 051014.
-------------------------------------------------------------------
Wed Sep 28 00:00:00 CET 2005 - sierkb@gmx.de
- Removed extra patch for fixing casting issue,
because the issue now is fixed.
-------------------------------------------------------------------
Thu Sep 22 00:00:00 CET 2005 - sierkb@gmx.de
- To reflect the fact that the Quick Reference and the Manpage can be autogenerated
through the Tidy Makefile, all instructions to reproduce this manually
now are removed from the Spec file and are replaced by the much shorter equivalent
'make doc'.
-------------------------------------------------------------------
Tue Sep 20 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to 050913.
- Updated docs to 050706.
-------------------------------------------------------------------
Mon Jul 23 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to 050723.
-------------------------------------------------------------------
Thu Jun 23 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to 050623.
-------------------------------------------------------------------
Thu Jun 23 00:00:00 CET 2005 - sierkb@gmx.de
- Fixed casting issue, by Marcus Meissner.
- Adjusted authors list to tidy's project member list on Sourceforge.net.
-------------------------------------------------------------------
Tue Jun 21 00:00:00 CET 2005 - sierkb@gmx.de
- Corrected prep options.
-------------------------------------------------------------------
Fri Jun 17 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to 050616.
- Updated docs to 050616.
- Corrected version number to 1.0.
-------------------------------------------------------------------
Tue Jun 07 00:00:00 CET 2005 - sierkb@gmx.de
- Added license to libtidy package.
- Improved Spec file according to the SUSE Package conventions.
-------------------------------------------------------------------
Fri Jun 03 00:00:00 CET 2005 - sierkb@gmx.de
- Cleaned up spec file;
fixed some email addresses;
corrected version number.
- Build with RPM_OPT_FLAGS.
-------------------------------------------------------------------
Tue May 31 18:29:31 CEST 2005 - poeml@suse.de
- improve generation and installation of documentation
(thanks to Sierk Bornemann who provided key assistance)
-------------------------------------------------------------------
Mon May 30 13:04:27 CEST 2005 - poeml@suse.de
- split libtidy subpackage, and rename tidy-devel to libtidy-devel
- install missing documentation
- run ldconfig in %post/%postun where needed
-------------------------------------------------------------------
Sat May 28 00:00:00 CET 2005 - sierkb@gmx.de
- Updated docs to 050503.
- Create and install Quickref and man page (manually because the gnuauto
Makefile doesn't do it yet).
-------------------------------------------------------------------
Thu May 26 13:33:44 CEST 2005 - poeml@suse.de
- update to version 050517 + docs to 050502
- use gnuauto buildsystem to get the shared lib
- create and install man page (manually because the gnuauto
Makefile doesn't do it yet)
- package the license
- split -devel subpackage
-------------------------------------------------------------------
Thu May 26 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to 050518 and docs to 050311.
- Initial build for SuSE Linux.
-------------------------------------------------------------------
Thu May 12 15:49:54 CEST 2005 - ke@suse.de
- Update to version 050502.
- Add htmldoc.tgz (from tidy CVS).
- Remove obsolete files, which are now part of htmldoc.tgz.
- Install tab2space.
- Fix casting issue, by Marcus Meissner.
-------------------------------------------------------------------
Tue May 10 15:14:07 CEST 2005 - meissner@suse.de
- build with RPM_OPT_FLAGS.
-------------------------------------------------------------------
Thu Feb 26 12:19:33 CET 2004 - hmacht@suse.de
- added option # norootforbuild in specfile
-------------------------------------------------------------------
Mon Jun 16 10:13:02 CEST 2003 - coolo@suse.de
- use BuildRoot
-------------------------------------------------------------------
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
- removed bogus self-provides
-------------------------------------------------------------------
Mon Apr 29 10:40:53 CEST 2002 - drahn@suse.de
- update to: tidy version 020428
-------------------------------------------------------------------
Mon Dec 4 11:51:19 MET 2000 - mge@suse.de
- update to: tidy4aug00
-------------------------------------------------------------------
Tue Jun 27 19:51:28 MEST 2000 - mge@suse.de
- update to: tidy30apr00
-------------------------------------------------------------------
Thu Jan 27 16:09:07 CET 2000 - ke@suse.de
- update to version 13jan00.
- translate the version string to make the update process happy.
- define version _after_ the Version header line.
- use the %{version} and %{name} macro.
- use %{_mandir}.
- add a nice group tag.
- add %defattr to the %files section.
- Overview.html: use an sed trick to resolve remote references: insert the
<base> element.
-------------------------------------------------------------------
Mon Oct 25 23:32:29 MEST 1999 - mge@suse.de
- initial SuSE-RPM; Changed Overview.html to work "offline".