Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 704872
Collapse All | Expand All

(-)unoconv-0.9/ChangeLog (-11 / +6 lines)
Lines 1-15 Link Here
1
* 0.9 - released 2019-09-26
1
* 0.9.0 - released 2019-10-21
2
- Change default updateDocMode behavior to NOT update, to close some
2
- Much improved MacOS support
3
    security holes.  Use the new parameter --unsafe-quiet-update to update
3
- Better support for newer LibreOffice versions
4
    fields before conversion.
4
- Change default updateDocMode behavior and add new option to keep old behavior
5
- Support better Mac OS X support
5
- Longer timeout for LibreOffice to start on slow systems
6
- Support more modern LibreOffice versions
6
- A fix in error()
7
- Add support for Writer EPUB export
7
- Add support for Writer EPUB export
8
- The new attribute --disable-html-update-links skips an
9
    update for HTML links that is very slow.
10
- Allow using a custom user profile with --user-profile
11
- Longer default timeout
12
- Fixed a bug in error()
13
8
14
* 0.8.2 - released 2017-12-07
9
* 0.8.2 - released 2017-12-07
15
- Fixed PyPI upload
10
- Fixed PyPI upload
(-)unoconv-0.9/CHANGELOG.md (-21 / +20 lines)
Lines 1-8 Link Here
1
# Change Log
1
# Change Log
2
2
3
## [Unreleased](https://github.com/unoconv/unoconv/tree/HEAD)
3
## [0.9](https://github.com/Unoconv/Unoconv/tree/0.9) (2019-09-26)
4
4
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.8.2...0.9)
5
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.8.2...HEAD)
6
5
7
**Implemented enhancements:**
6
**Implemented enhancements:**
8
7
Lines 142-153 Link Here
142
- 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))
141
- 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))
143
- Adds support for LibreOffice 5.x.x.x on macOS.  [\#442](https://github.com/unoconv/unoconv/pull/442) ([devinea](https://github.com/devinea))
142
- Adds support for LibreOffice 5.x.x.x on macOS.  [\#442](https://github.com/unoconv/unoconv/pull/442) ([devinea](https://github.com/devinea))
144
- Releasing 0.8 [\#428](https://github.com/unoconv/unoconv/pull/428) ([regebro](https://github.com/regebro))
143
- Releasing 0.8 [\#428](https://github.com/unoconv/unoconv/pull/428) ([regebro](https://github.com/regebro))
144
- Attempting to fix the failures on macOS [\#424](https://github.com/unoconv/unoconv/pull/424) ([regebro](https://github.com/regebro))
145
145
146
## [0.8.2](https://github.com/unoconv/unoconv/tree/0.8.2) (2017-12-07)
146
## [0.8.2](https://github.com/Unoconv/Unoconv/tree/0.8.2) (2017-12-07)
147
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.8...0.8.2)
147
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.8...0.8.2)
148
148
149
## [0.8](https://github.com/unoconv/unoconv/tree/0.8) (2017-12-07)
149
## [0.8](https://github.com/Unoconv/Unoconv/tree/0.8) (2017-12-07)
150
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.7...0.8)
150
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.7...0.8)
151
151
152
**Implemented enhancements:**
152
**Implemented enhancements:**
153
153
Lines 203-216 Link Here
203
**Merged pull requests:**
203
**Merged pull requests:**
204
204
205
- \* make -F switch working for user-defined fields [\#426](https://github.com/unoconv/unoconv/pull/426) ([belegnar](https://github.com/belegnar))
205
- \* make -F switch working for user-defined fields [\#426](https://github.com/unoconv/unoconv/pull/426) ([belegnar](https://github.com/belegnar))
206
- Attempting to fix the failures on macOS [\#424](https://github.com/unoconv/unoconv/pull/424) ([regebro](https://github.com/regebro))
207
- Updated Changelog and docs [\#422](https://github.com/unoconv/unoconv/pull/422) ([regebro](https://github.com/regebro))
206
- Updated Changelog and docs [\#422](https://github.com/unoconv/unoconv/pull/422) ([regebro](https://github.com/regebro))
208
- Added setup.py [\#421](https://github.com/unoconv/unoconv/pull/421) ([regebro](https://github.com/regebro))
207
- Added setup.py [\#421](https://github.com/unoconv/unoconv/pull/421) ([regebro](https://github.com/regebro))
209
- Drop support for v3.3 and v3.4 [\#413](https://github.com/unoconv/unoconv/pull/413) ([regebro](https://github.com/regebro))
208
- Drop support for v3.3 and v3.4 [\#413](https://github.com/unoconv/unoconv/pull/413) ([regebro](https://github.com/regebro))
210
- 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))
209
- 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))
211
210
212
## [0.7](https://github.com/unoconv/unoconv/tree/0.7) (2015-07-08)
211
## [0.7](https://github.com/Unoconv/Unoconv/tree/0.7) (2015-07-08)
213
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.6...0.7)
212
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.6...0.7)
214
213
215
**Implemented enhancements:**
214
**Implemented enhancements:**
216
215
Lines 336-343 Link Here
336
- add Microsoft Works \(.wps\) import filter [\#159](https://github.com/unoconv/unoconv/pull/159) ([josiasmontag](https://github.com/josiasmontag))
335
- add Microsoft Works \(.wps\) import filter [\#159](https://github.com/unoconv/unoconv/pull/159) ([josiasmontag](https://github.com/josiasmontag))
337
- make sure LOdev gets new param styles [\#144](https://github.com/unoconv/unoconv/pull/144) ([clkao](https://github.com/clkao))
336
- make sure LOdev gets new param styles [\#144](https://github.com/unoconv/unoconv/pull/144) ([clkao](https://github.com/clkao))
338
337
339
## [0.6](https://github.com/unoconv/unoconv/tree/0.6) (2012-09-10)
338
## [0.6](https://github.com/Unoconv/Unoconv/tree/0.6) (2012-09-10)
340
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.5...0.6)
339
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.5...0.6)
341
340
342
**Implemented enhancements:**
341
**Implemented enhancements:**
343
342
Lines 379-386 Link Here
379
378
380
- 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))
379
- 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))
381
380
382
## [0.5](https://github.com/unoconv/unoconv/tree/0.5) (2012-04-16)
381
## [0.5](https://github.com/Unoconv/Unoconv/tree/0.5) (2012-04-16)
383
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.4...0.5)
382
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.4...0.5)
384
383
385
**Implemented enhancements:**
384
**Implemented enhancements:**
386
385
Lines 428-443 Link Here
428
- Add extrapath for official rpm [\#5](https://github.com/unoconv/unoconv/pull/5) ([eagleas](https://github.com/eagleas))
427
- Add extrapath for official rpm [\#5](https://github.com/unoconv/unoconv/pull/5) ([eagleas](https://github.com/eagleas))
429
- Add support for libreoffice [\#2](https://github.com/unoconv/unoconv/pull/2) ([graaff](https://github.com/graaff))
428
- Add support for libreoffice [\#2](https://github.com/unoconv/unoconv/pull/2) ([graaff](https://github.com/graaff))
430
429
431
## [0.4](https://github.com/unoconv/unoconv/tree/0.4) (2010-10-20)
430
## [0.4](https://github.com/Unoconv/Unoconv/tree/0.4) (2010-10-20)
432
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.3...0.4)
431
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.3...0.4)
433
432
434
## [0.3](https://github.com/unoconv/unoconv/tree/0.3) (2007-09-01)
433
## [0.3](https://github.com/Unoconv/Unoconv/tree/0.3) (2007-09-01)
435
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.2...0.3)
434
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.2...0.3)
436
435
437
## [0.2](https://github.com/unoconv/unoconv/tree/0.2) (2007-05-20)
436
## [0.2](https://github.com/Unoconv/Unoconv/tree/0.2) (2007-05-20)
438
[Full Changelog](https://github.com/unoconv/unoconv/compare/0.1...0.2)
437
[Full Changelog](https://github.com/Unoconv/Unoconv/compare/0.1...0.2)
439
438
440
## [0.1](https://github.com/unoconv/unoconv/tree/0.1) (2007-05-19)
439
## [0.1](https://github.com/Unoconv/Unoconv/tree/0.1) (2007-05-19)
441
440
442
441
443
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
442
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
(-)unoconv-0.9/setup.py (-1 / +1 lines)
Lines 90-96 with open('README.adoc', 'rt', encoding= Link Here
90
90
91
91
92
setup(name = "unoconv",
92
setup(name = "unoconv",
93
      version = "0.8.2",
93
      version = "0.9.0",
94
      author = "Dag Wieers",
94
      author = "Dag Wieers",
95
      author_email = "dag.wieers@gmail.com",
95
      author_email = "dag.wieers@gmail.com",
96
      url = "https://github.com/dagwieers/unoconv",
96
      url = "https://github.com/dagwieers/unoconv",
(-)unoconv-0.9/unoconv (-1 / +1 lines)
Lines 25-31 import subprocess Link Here
25
import sys
25
import sys
26
import time
26
import time
27
27
28
__version__ = '0.8.2'
28
__version__ = '0.9.0'
29
29
30
doctypes = ('document', 'graphics', 'presentation', 'spreadsheet')
30
doctypes = ('document', 'graphics', 'presentation', 'spreadsheet')
31
31

Return to bug 704872