Skip to content
Snippets Groups Projects
Commit c4b6663c authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Dedent the changelog entries in the posts.

parent bb163106
No related branches found
No related tags found
No related merge requests found
Pipeline #141842 passed
Showing
with 153 additions and 153 deletions
......@@ -8,7 +8,7 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `3`. This version includes the following changes:
```
* Initial Debian release. (Closes: #763328)
* Initial Debian release. (Closes: #763328)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,11 +8,11 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `4`. This version includes the following changes:
```
* Look harder for differences in zip files if needed.
* Avoid deadlock when calling vimdiff. (Closes: #764131, #764420)
* Add support for an external CSS. (Closes: #764470)
* Improve default CSS to keep tables from overflowing.
* Bump Standards-Version.
* Look harder for differences in zip files if needed.
* Avoid deadlock when calling vimdiff. (Closes: #764131, #764420)
* Add support for an external CSS. (Closes: #764470)
* Improve default CSS to keep tables from overflowing.
* Bump Standards-Version.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,13 +8,13 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `5`. This version includes the following changes:
```
* Properly encode strings before writing them to tempfiles.
(Closes: #764254)
* Fallback on binary comparison when text encoding is unknown.
* Always use given source path in binary_fallback.
* Add support for .udeb.
* Add support for ttf and otf files.
* Add support for png files. (Closes: #773573)
* Properly encode strings before writing them to tempfiles.
(Closes: #764254)
* Fallback on binary comparison when text encoding is unknown.
* Always use given source path in binary_fallback.
* Add support for .udeb.
* Add support for ttf and otf files.
* Add support for png files. (Closes: #773573)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,8 +8,8 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `6`. This version includes the following changes:
```
* Fallback to binary comparison when text encoding gets misdetected.
* Skip full comparison when small files match.
* Fallback to binary comparison when text encoding gets misdetected.
* Skip full comparison when small files match.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,18 +8,18 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `7`. This version includes the following changes:
```
[ Jérémy Bobbio ]
* Add support for PDF files.
* Add --max-report-size command-line option.
* Add extra mime type for .deb.
* Fallback on binary comparison when external tools fail. (Closes: #764140)
* Update copyrights.
[ Jérémy Bobbio ]
* Add support for PDF files.
* Add --max-report-size command-line option.
* Add extra mime type for .deb.
* Fallback on binary comparison when external tools fail. (Closes: #764140)
* Update copyrights.
[ Helmut Grohne ]
* Avoid unnecessary guess_mime_type calls.
[ Helmut Grohne ]
* Avoid unnecessary guess_mime_type calls.
[ Reiner Herrmann ]
* Speed up creation of diffs by removing extra lines before calling vim.
[ Reiner Herrmann ]
* Speed up creation of diffs by removing extra lines before calling vim.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,24 +8,24 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `8`. This version includes the following changes:
```
[ Peter De Wachter ]
* Use `diff -a` so debbindiff doesn't abort on binary files.
[ Peter De Wachter ]
* Use `diff -a` so debbindiff doesn't abort on binary files.
[ Jérémy Bobbio ]
* Verify that version in debian/changelog matches debbindiff version.
* Update debian/copyright.
* Recognize text/plain files.
[ Jérémy Bobbio ]
* Verify that version in debian/changelog matches debbindiff version.
* Update debian/copyright.
* Recognize text/plain files.
[ Reiner Herrmann ]
* Increased line context of diff to further lower running time.
* Use text comparator for xml/xhtml files.
* Use text comparator for postscript files.
* Add support for cpio archives.
* Add support for rpm packages.
* Fix a typo in debbindiff name in source headers.
[ Reiner Herrmann ]
* Increased line context of diff to further lower running time.
* Use text comparator for xml/xhtml files.
* Use text comparator for postscript files.
* Add support for cpio archives.
* Add support for rpm packages.
* Fix a typo in debbindiff name in source headers.
[ Chris Lamb ]
* Improve code quality in several places.
[ Chris Lamb ]
* Improve code quality in several places.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,17 +8,17 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `9`. This version includes the following changes:
```
[ Chris Lamb ]
* Add rpm-common to Build-Depends so that we can “import rpm" during build.
* Code improvements improvements.
[ Chris Lamb ]
* Add rpm-common to Build-Depends so that we can “import rpm" during build.
* Code improvements improvements.
[ Jérémy Bobbio ]
* Add plain text output for differences. Thanks Helmut Grohne for the
original patch. (Closes: #778423)
* Exit with 2 in case of errors. (Closes: #774983)
* Properly output diffs when one of the file is empty.
* Add support for comparing directories.
* Update debian/copyright.
[ Jérémy Bobbio ]
* Add plain text output for differences. Thanks Helmut Grohne for the
original patch. (Closes: #778423)
* Exit with 2 in case of errors. (Closes: #774983)
* Properly output diffs when one of the file is empty.
* Add support for comparing directories.
* Update debian/copyright.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,34 +8,34 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `10`. This version includes the following changes:
```
[ Chris Lamb ]
* SVGZ files are gzip files.
* Use gzip comparator for .tgz files.
[ Chris Lamb ]
* SVGZ files are gzip files.
* Use gzip comparator for .tgz files.
[ Reiner Herrmann ]
* Use zip comparator for Java web archives (.war).
* Use zip comparator for epub files.
* Don't fill up diffs with dots.
* Add support for squashfs images.
[ Reiner Herrmann ]
* Use zip comparator for Java web archives (.war).
* Use zip comparator for epub files.
* Don't fill up diffs with dots.
* Add support for squashfs images.
[ Jérémy Bobbio ]
* Output a nicer name for sub-directories.
* Also compare stat, acl, and xattrs when comparing directories.
* Check for availability of tools required by comparators (original work by
Reiner Herrmann). Most packages in Depends are now in Recommends.
* Ask objdump to display more sections.
* Drop stderr output when running cpio -t.
* Attempt to sort out multiple decoding and encoding issues.
(Closes: #778641)
* Fix source path when handling gzip, bzip2 and xz. (Closes: #779474)
* Don't crash when two .changes don't contain the same files.
(Closes: #779391)
* Properly split lines when comparing .changes.
* Add newlines if needed in text output.
* Remove most table borders in HTML output. (Closes: #779475)
* Properly close <span/> in HTML output.
* Add anchors in HTML output. (Closes: #778537)
* Update debian/copyright.
[ Jérémy Bobbio ]
* Output a nicer name for sub-directories.
* Also compare stat, acl, and xattrs when comparing directories.
* Check for availability of tools required by comparators (original work by
Reiner Herrmann). Most packages in Depends are now in Recommends.
* Ask objdump to display more sections.
* Drop stderr output when running cpio -t.
* Attempt to sort out multiple decoding and encoding issues.
(Closes: #778641)
* Fix source path when handling gzip, bzip2 and xz. (Closes: #779474)
* Don't crash when two .changes don't contain the same files.
(Closes: #779391)
* Properly split lines when comparing .changes.
* Add newlines if needed in text output.
* Remove most table borders in HTML output. (Closes: #779475)
* Properly close <span/> in HTML output.
* Add anchors in HTML output. (Closes: #778537)
* Update debian/copyright.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,11 +8,11 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `11`. This version includes the following changes:
```
* Use latin-1 to decode showttf output.
* Normalize locale environment variables on startup and subsequently use
UTF-8 to decode output of most external tools. (Closes: #780863)
* Error out when encoding is not Unicode-compatible for text output.
(Closes: #778641)
* Use latin-1 to decode showttf output.
* Normalize locale environment variables on startup and subsequently use
UTF-8 to decode output of most external tools. (Closes: #780863)
* Error out when encoding is not Unicode-compatible for text output.
(Closes: #778641)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,16 +8,16 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `12`. This version includes the following changes:
```
[ Helmut Grohne ]
* Attempt at fixing unicode issues with --text. (Closes: #778641)
[ Helmut Grohne ]
* Attempt at fixing unicode issues with --text. (Closes: #778641)
[ Jérémy Bobbio ]
* Try with utf-8 encoding when comparing text files and no common
encoding has been detected.
* Perform content comparison when finding differences instead of
waiting for the presentation phases. (Closes: #781280)
* Instead of using vim, the HTML view is created from diff output.
(Closes: #772029, #779476)
[ Jérémy Bobbio ]
* Try with utf-8 encoding when comparing text files and no common
encoding has been detected.
* Perform content comparison when finding differences instead of
waiting for the presentation phases. (Closes: #781280)
* Instead of using vim, the HTML view is created from diff output.
(Closes: #772029, #779476)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,19 +8,19 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `13`. This version includes the following changes:
```
[ Helmut Grohne ]
* Fix several imports for RequiredToolNotFound.
[ Helmut Grohne ]
* Fix several imports for RequiredToolNotFound.
[ Jérémy Bobbio ]
* Remove dead code from HTML presenter.
* Fix tab handling in HTML presenter.
* Swallow stderr when running showttf. (Closes: #781374)
* Swallow stderr for readelf and objdump.
* Use pipes instead of temp files to feed diff.
* Stop processing diff output after too many lines.
* Use LINESIZE constant directly in HTML presenter.
* Better handle non-printable characters in HTML presenter.
* Cut long lines in HTML presenter.
[ Jérémy Bobbio ]
* Remove dead code from HTML presenter.
* Fix tab handling in HTML presenter.
* Swallow stderr when running showttf. (Closes: #781374)
* Swallow stderr for readelf and objdump.
* Use pipes instead of temp files to feed diff.
* Stop processing diff output after too many lines.
* Use LINESIZE constant directly in HTML presenter.
* Better handle non-printable characters in HTML presenter.
* Cut long lines in HTML presenter.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,14 +8,14 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `14`. This version includes the following changes:
```
* Remove diffutils from Recommends as it is Essential:yes.
* Fallback to Python hexlify if xxd is not available.
* Decode msgunfmt output using the actual PO charset.
* Stop buffering output of most external commands and
send it to diff as it comes. (Closes: #781373)
* Stop feeding input to diff after a certain amount of lines,
as GNU diff cannot cope with arbitrary large output.
* Fix newline and tab handling in HTML presenter.
* Remove diffutils from Recommends as it is Essential:yes.
* Fallback to Python hexlify if xxd is not available.
* Decode msgunfmt output using the actual PO charset.
* Stop buffering output of most external commands and
send it to diff as it comes. (Closes: #781373)
* Stop feeding input to diff after a certain amount of lines,
as GNU diff cannot cope with arbitrary large output.
* Fix newline and tab handling in HTML presenter.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,11 +8,11 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `15`. This version includes the following changes:
```
* Terminate xxd if its output was too long.
* Handle broken zip files by falling back on binary comparison.
* Fix an over-matching jar/war filename regexp.
* Fix .hi comparator.
* Fix some file descriptor leaks.
* Terminate xxd if its output was too long.
* Handle broken zip files by falling back on binary comparison.
* Fix an over-matching jar/war filename regexp.
* Fix .hi comparator.
* Fix some file descriptor leaks.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,13 +8,13 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `16`. This version includes the following changes:
```
[ Reiner Herrmann ]
* Remove temporary directory when exception is raised. (Closes: #782253)
* Fix extraction when Zip member contain "../" in their path.
[ Reiner Herrmann ]
* Remove temporary directory when exception is raised. (Closes: #782253)
* Fix extraction when Zip member contain "../" in their path.
[ Jérémy Bobbio ]
* Fail with a better error message when unable to create a Queue.
(Closes: #782551)
[ Jérémy Bobbio ]
* Fail with a better error message when unable to create a Queue.
(Closes: #782551)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,17 +8,17 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `17`. This version includes the following changes:
```
[ Jérémy Bobbio ]
* Add support for ISO9660 images.
* Catch a few more initrds as such.
* Reimplement are_same_binaries() using cmp.
[ Jérémy Bobbio ]
* Add support for ISO9660 images.
* Catch a few more initrds as such.
* Reimplement are_same_binaries() using cmp.
[ Reiner Herrmann ]
* Use gzip comparator for .dz (dictzip) files.
* Added isoinfo to list of tool providers.
[ Reiner Herrmann ]
* Use gzip comparator for .dz (dictzip) files.
* Added isoinfo to list of tool providers.
[ Yasushi SHOJI ]
* Disable 'Device' section diff in stat output. (Closes: #783792)
[ Yasushi SHOJI ]
* Disable 'Device' section diff in stat output. (Closes: #783792)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,17 +8,17 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `18`. This version includes the following changes:
```
[ Reiner Herrmann ]
* Use zip comparator for pk3 files.
* Use text comparator for info files.
* Drop mime type for info files.
* Remove limit of diff output again.
[ Reiner Herrmann ]
* Use zip comparator for pk3 files.
* Use text comparator for info files.
* Drop mime type for info files.
* Remove limit of diff output again.
[ Jérémy Bobbio ]
* Assume tar member names are UTF-8 encoded. This allows debbindiff to
process drmips.
* Write a text report on stdout as default behavior.
* Allow both --html and --text to produce output in one run.
[ Jérémy Bobbio ]
* Assume tar member names are UTF-8 encoded. This allows debbindiff to
process drmips.
* Write a text report on stdout as default behavior.
* Allow both --html and --text to produce output in one run.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,9 +8,9 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `19`. This version includes the following changes:
```
[ Reiner Herrmann ]
* Fix info files comparator by specifying the correct parameter name
for the text comparator. (Closes: #784891)
[ Reiner Herrmann ]
* Fix info files comparator by specifying the correct parameter name
for the text comparator. (Closes: #784891)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,12 +8,12 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `20`. This version includes the following changes:
```
[ Reiner Herrmann ]
* info files can contain numbers in the extension
[ Reiner Herrmann ]
* info files can contain numbers in the extension
[ Jérémy Bobbio ]
* Fix diff parser when skipping until the end of a file without a newline.
* Use same encoding as stdin when output is not a TTY. (Closes: #785288)
[ Jérémy Bobbio ]
* Fix diff parser when skipping until the end of a file without a newline.
* Use same encoding as stdin when output is not a TTY. (Closes: #785288)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,9 +8,9 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `21`. This version includes the following changes:
```
* Non-maintainer upload.
* Add support for Java .class files.
* Add support for .ipk package files.
* Non-maintainer upload.
* Add support for Java .class files.
* Add support for .ipk package files.
```
You find out more by [visiting the project homepage](https://diffoscope.org).
......@@ -8,8 +8,8 @@ The diffoscope maintainers are pleased to announce the release of diffoscope
version `22`. This version includes the following changes:
```
* Add myself to uploaders
* Swap JDK dependencies, so openjdk is preferred (thanks mapreri)
* Add myself to uploaders
* Swap JDK dependencies, so openjdk is preferred (thanks mapreri)
```
You find out more by [visiting the project homepage](https://diffoscope.org).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment