Skip to content

Commit 0d05558

Browse files
committed
Update CHANGELOG.md and README.md
1 parent 3d9f11b commit 0d05558

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

CHANGELOG.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [Version 1.1.7] - 2016-12-01
44

55
### Added
66

@@ -61,16 +61,17 @@
6161
- **BREAKING CHANGE** The ouput flushing function must be passed explicitly as
6262
a function pointer to the `pcmsolver_new` function during library
6363
initialization.
64-
The function pointer has the signature `typedef void (*HostWriter)(const char
65-
* message)` thus accepting a single argument instead of the previous two.
66-
67-
### Deprecated
68-
69-
### Removed
70-
71-
### Fixed
72-
73-
### Security
64+
The function pointer has the signature
65+
`typedef void (*HostWriter)(const char * message)`
66+
thus accepting a single argument instead of the previous two.
67+
- [GNU standard installation
68+
directories](http://www.gnu.org/prep/standards/html_node/Directory-Variables.html)
69+
have been imposed, thanks to work by @loriab.
70+
Given a prefix, header files are now installed to `include/pcmsolver`,
71+
executables to `bin`, libraries to `lib` and scripting tools to `share`.
72+
The install prefix and the installation directories can be specified by the
73+
`--prefix`, `--bindir`, `--libdir`, `--includedir` and `--datadir` options to
74+
the `setup.py` script (or the corresponding CMake variables)
7475

7576
## [Version 1.1.6] - 2016-09-20
7677

@@ -237,7 +238,9 @@
237238

238239
## v1.0.0 - 2014-09-30 [YANKED]
239240

240-
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...HEAD
241+
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.7...HEAD
242+
[Version 1.1.7]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.6...v1.1.7
243+
[Version 1.1.6]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...v1.1.6
241244
[Version 1.1.5]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.4...v1.1.5
242245
[Version 1.1.4]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.3...v1.1.4
243246
[Version 1.1.3]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.2...v1.1.3

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.11910.png)](http://dx.doi.org/10.5281/zenodo.11910)
2-
[![Travis CI build status](https://travis-ci.org/PCMSolver/pcmsolver.svg?branch=master)](https://travis-ci.org/PCMSolver/pcmsolver)
3-
[![Magnum CI build status](https://magnum-ci.com/status/9207aa29405095b0b7aef0cd809ed6c2.png?branch=master)](https://magnum-ci.com/builds)
4-
[![Documentation Status](https://readthedocs.org/projects/pcmsolver/badge/?version=latest)](http://pcmsolver.readthedocs.org/en/latest/?badge=latest)
5-
[![Coverage Status](https://coveralls.io/repos/PCMSolver/pcmsolver/badge.svg?branch=release)](https://coveralls.io/r/PCMSolver/pcmsolver?branch=release)
2+
[![Travis CI build status](https://travis-ci.org/PCMSolver/pcmsolver.svg?branch=release%2F1.Y)](https://travis-ci.org/PCMSolver/pcmsolver)
3+
[![Magnum CI build status](https://magnum-ci.com/status/9207aa29405095b0b7aef0cd809ed6c2.svg?branch=release%2F1.Y)](https://magnum-ci.com/builds)
4+
[![Documentation Status](https://readthedocs.org/projects/pcmsolver/badge/?version=stable)](http://pcmsolver.readthedocs.org/en/latest/?badge=latest)
5+
[![Coverage Status](https://coveralls.io/repos/PCMSolver/pcmsolver/badge.svg?branch=release%2F1.Y)](https://coveralls.io/r/PCMSolver/pcmsolver?branch=release)
66
[![Coverity Scan Build](https://scan.coverity.com/projects/3046/badge.svg)](https://scan.coverity.com/projects/3046)
77

88
PCMSolver
@@ -15,7 +15,7 @@ An API for the Polarizable Continuum Model.
1515
- [Documentation](http://pcmsolver.readthedocs.io)
1616
- [Build and test history](https://travis-ci.org/PCMSolver/pcmsolver/builds)
1717
- [Nightly build dashboard](https://testboard.org/cdash/index.php?project=PCMSolver)
18-
- Version 1.1.6 available
18+
- Version 1.1.7 available
1919
- Licensed under [LGPLv3](LICENSE)
2020
- CMake infrastructure managed *via* [Autocmake](http://autocmake.readthedocs.io/)
2121

doc/snippets/citation.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@misc{PCMSolver,
2-
note = {\texttt{PCMSolver}, v1.1.5 an Application Programming Interface for the
2+
note = {\texttt{PCMSolver}, v1.1.7 an Application Programming Interface for the
33
Polarizable Continuum Model electrostatic problem, written by R.~Di~Remigio, L.~Frediani and K.~Mozgawa
44
with contributions from R.~Bast, J.~Juselius and V.~Weijo
55
(see http://pcmsolver.readthedocs.io/)"

0 commit comments

Comments
 (0)