document that libraries have their own Debian packages

* NEWS, doc/org/install.org: Here.
This commit is contained in:
Alexandre Duret-Lutz 2015-07-07 15:45:17 +02:00
parent 039b7bae14
commit e540eaeee1
2 changed files with 14 additions and 8 deletions

7
NEWS
View file

@ -1,13 +1,18 @@
New in spot 1.99.1a (not yet released)
* A missing Python.h is now diagnosied at ./configure time,
* A missing Python.h is now diagnosed at ./configure time,
with the suggestion to either install python3-devel, or
run ./configure --disable-python.
* Debian packages for libraries have been split from
the main Spot package, as per Debian guidelines.
* Bugs fixed:
- p[+][:*2] was not detected as belonging to siPSL
- scc_filter() would incorrectly remove Fin marks from
rejecting SCCs.
- the libspotltsmin library is installed
New in spot 1.99.1 (2015-06-23)