Skip to content

Commit

Permalink
ged2dot v7.0
Browse files Browse the repository at this point in the history
Tested-by: Travis
  • Loading branch information
vmiklos authored and Travis CI committed Aug 18, 2020
1 parent 73bbd9a commit b28e5be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
7.0 - tested with LibreOffice 7.0
- pylint fixes
- Use sys.stderr.write instead of print to print errors (Colin Chargy)
- add better error handling and error out on lack of rc file (Doug Hughes)
6.0 - fixed to work with 64-bit LibreOffice
0.8 - fixed to work with LibreOffice 6.1
0.7 - minor fixes, tested with LibreOffice 5.4
Expand Down
3 changes: 3 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

image:https://travis-ci.org/vmiklos/ged2dot.svg?branch=master["Build Status", link="https://travis-ci.org/vmiklos/ged2dot"]

The latest version is v7.0, released on 2020-08-18. See the
https://github.com/vmiklos/ged2dot/blob/master/NEWS[release notes].

== What's the problem the tool solves?

`ged2dot` is a script that takes a http://en.wikipedia.org/wiki/GEDCOM[GEDCOM]
Expand Down
2 changes: 1 addition & 1 deletion libreoffice/HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http://wiki.documentfoundation.org/Installing_in_parallel#Step_4_-_Optional.2C_b
Then you can use something like:

----
make -s install UNOPKG_PREFIX=$HOME/git/libreoffice/lo64/opt/libreoffice6.4/program/
make -s install UNOPKG_PREFIX=$HOME/git/libreoffice/lo70/opt/libreoffice7.0/program/
----

To package and install your changes in a few seconds, with a single
Expand Down

0 comments on commit b28e5be

Please sign in to comment.