Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 602658 Details for
Bug 704872
app-office/unoconv-0.9 has an incorrect version tag located in its unoconv file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
`diff -up` of tag versions 0.9 and 0.9.0
0.9_vs_0.9.0.diff (text/plain), 7.48 KB, created by
Jason Chan
on 2020-01-06 15:56:55 UTC
(
hide
)
Description:
`diff -up` of tag versions 0.9 and 0.9.0
Filename:
MIME Type:
Creator:
Jason Chan
Created:
2020-01-06 15:56:55 UTC
Size:
7.48 KB
patch
obsolete
>diff -up unoconv-0.9/ChangeLog unoconv-0.9.0/ChangeLog >--- unoconv-0.9/ChangeLog 2020-01-06 07:48:56.799772032 -0800 >+++ unoconv-0.9.0/ChangeLog 2020-01-06 07:49:11.193738470 -0800 >@@ -1,15 +1,10 @@ >-* 0.9 - released 2019-09-26 >-- Change default updateDocMode behavior to NOT update, to close some >- security holes. Use the new parameter --unsafe-quiet-update to update >- fields before conversion. >-- Support better Mac OS X support >-- Support more modern LibreOffice versions >+* 0.9.0 - released 2019-10-21 >+- Much improved MacOS support >+- Better support for newer LibreOffice versions >+- Change default updateDocMode behavior and add new option to keep old behavior >+- Longer timeout for LibreOffice to start on slow systems >+- A fix in error() > - Add support for Writer EPUB export >-- The new attribute --disable-html-update-links skips an >- update for HTML links that is very slow. >-- Allow using a custom user profile with --user-profile >-- Longer default timeout >-- Fixed a bug in error() > > * 0.8.2 - released 2017-12-07 > - Fixed PyPI upload >diff -up unoconv-0.9/CHANGELOG.md unoconv-0.9.0/CHANGELOG.md >--- unoconv-0.9/CHANGELOG.md 2020-01-06 07:48:56.799772032 -0800 >+++ unoconv-0.9.0/CHANGELOG.md 2020-01-06 07:49:11.192738472 -0800 >@@ -1,8 +1,7 @@ > # Change Log > >-## [Unreleased](https://github.com/unoconv/unoconv/tree/HEAD) >- >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.8.2...HEAD) >+## [0.9](https://github.com/Unoconv/Unoconv/tree/0.9) (2019-09-26) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.8.2...0.9) > > **Implemented enhancements:** > >@@ -142,12 +141,13 @@ > - Support LibreOffice 5.4.6.2 on Mac OS X 10.13.3 with case-sensitive filesystem [\#447](https://github.com/unoconv/unoconv/pull/447) ([amotl](https://github.com/amotl)) > - Adds support for LibreOffice 5.x.x.x on macOS. [\#442](https://github.com/unoconv/unoconv/pull/442) ([devinea](https://github.com/devinea)) > - Releasing 0.8 [\#428](https://github.com/unoconv/unoconv/pull/428) ([regebro](https://github.com/regebro)) >+- Attempting to fix the failures on macOS [\#424](https://github.com/unoconv/unoconv/pull/424) ([regebro](https://github.com/regebro)) > >-## [0.8.2](https://github.com/unoconv/unoconv/tree/0.8.2) (2017-12-07) >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.8...0.8.2) >+## [0.8.2](https://github.com/Unoconv/Unoconv/tree/0.8.2) (2017-12-07) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.8...0.8.2) > >-## [0.8](https://github.com/unoconv/unoconv/tree/0.8) (2017-12-07) >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.7...0.8) >+## [0.8](https://github.com/Unoconv/Unoconv/tree/0.8) (2017-12-07) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.7...0.8) > > **Implemented enhancements:** > >@@ -203,14 +203,13 @@ > **Merged pull requests:** > > - \* make -F switch working for user-defined fields [\#426](https://github.com/unoconv/unoconv/pull/426) ([belegnar](https://github.com/belegnar)) >-- Attempting to fix the failures on macOS [\#424](https://github.com/unoconv/unoconv/pull/424) ([regebro](https://github.com/regebro)) > - Updated Changelog and docs [\#422](https://github.com/unoconv/unoconv/pull/422) ([regebro](https://github.com/regebro)) > - Added setup.py [\#421](https://github.com/unoconv/unoconv/pull/421) ([regebro](https://github.com/regebro)) > - Drop support for v3.3 and v3.4 [\#413](https://github.com/unoconv/unoconv/pull/413) ([regebro](https://github.com/regebro)) > - pass the password as openoffice expects it, so it will work for docum⦠[\#358](https://github.com/unoconv/unoconv/pull/358) ([monomelodies](https://github.com/monomelodies)) > >-## [0.7](https://github.com/unoconv/unoconv/tree/0.7) (2015-07-08) >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.6...0.7) >+## [0.7](https://github.com/Unoconv/Unoconv/tree/0.7) (2015-07-08) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.6...0.7) > > **Implemented enhancements:** > >@@ -336,8 +335,8 @@ > - add Microsoft Works \(.wps\) import filter [\#159](https://github.com/unoconv/unoconv/pull/159) ([josiasmontag](https://github.com/josiasmontag)) > - make sure LOdev gets new param styles [\#144](https://github.com/unoconv/unoconv/pull/144) ([clkao](https://github.com/clkao)) > >-## [0.6](https://github.com/unoconv/unoconv/tree/0.6) (2012-09-10) >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.5...0.6) >+## [0.6](https://github.com/Unoconv/Unoconv/tree/0.6) (2012-09-10) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.5...0.6) > > **Implemented enhancements:** > >@@ -379,8 +378,8 @@ > > - added explicit check in Listener\(\) if soffice is already running on given \(host, port\) [\#74](https://github.com/unoconv/unoconv/pull/74) ([vpa](https://github.com/vpa)) > >-## [0.5](https://github.com/unoconv/unoconv/tree/0.5) (2012-04-16) >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.4...0.5) >+## [0.5](https://github.com/Unoconv/Unoconv/tree/0.5) (2012-04-16) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.4...0.5) > > **Implemented enhancements:** > >@@ -428,16 +427,16 @@ > - Add extrapath for official rpm [\#5](https://github.com/unoconv/unoconv/pull/5) ([eagleas](https://github.com/eagleas)) > - Add support for libreoffice [\#2](https://github.com/unoconv/unoconv/pull/2) ([graaff](https://github.com/graaff)) > >-## [0.4](https://github.com/unoconv/unoconv/tree/0.4) (2010-10-20) >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.3...0.4) >+## [0.4](https://github.com/Unoconv/Unoconv/tree/0.4) (2010-10-20) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.3...0.4) > >-## [0.3](https://github.com/unoconv/unoconv/tree/0.3) (2007-09-01) >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.2...0.3) >+## [0.3](https://github.com/Unoconv/Unoconv/tree/0.3) (2007-09-01) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.2...0.3) > >-## [0.2](https://github.com/unoconv/unoconv/tree/0.2) (2007-05-20) >-[Full Changelog](https://github.com/unoconv/unoconv/compare/0.1...0.2) >+## [0.2](https://github.com/Unoconv/Unoconv/tree/0.2) (2007-05-20) >+[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.1...0.2) > >-## [0.1](https://github.com/unoconv/unoconv/tree/0.1) (2007-05-19) >+## [0.1](https://github.com/Unoconv/Unoconv/tree/0.1) (2007-05-19) > > > \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* >\ No newline at end of file >Common subdirectories: unoconv-0.9/ci and unoconv-0.9.0/ci >Common subdirectories: unoconv-0.9/doc and unoconv-0.9.0/doc >Common subdirectories: unoconv-0.9/.git and unoconv-0.9.0/.git >Common subdirectories: unoconv-0.9/packaging and unoconv-0.9.0/packaging >diff -up unoconv-0.9/setup.py unoconv-0.9.0/setup.py >--- unoconv-0.9/setup.py 2020-01-06 07:48:56.800772030 -0800 >+++ unoconv-0.9.0/setup.py 2020-01-06 07:49:11.193738470 -0800 >@@ -90,7 +90,7 @@ with open('README.adoc', 'rt', encoding= > > > setup(name = "unoconv", >- version = "0.8.2", >+ version = "0.9.0", > author = "Dag Wieers", > author_email = "dag.wieers@gmail.com", > url = "https://github.com/dagwieers/unoconv", >Common subdirectories: unoconv-0.9/tests and unoconv-0.9.0/tests >diff -up unoconv-0.9/unoconv unoconv-0.9.0/unoconv >--- unoconv-0.9/unoconv 2020-01-06 07:48:56.800772030 -0800 >+++ unoconv-0.9.0/unoconv 2020-01-06 07:49:11.194738468 -0800 >@@ -25,7 +25,7 @@ import subprocess > import sys > import time > >-__version__ = '0.8.2' >+__version__ = '0.9.0' > > doctypes = ('document', 'graphics', 'presentation', 'spreadsheet') >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 704872
: 602658