diff options
author | Ashe Connor <kivikakk@github.com> | 2017-11-02 19:58:10 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 19:58:10 +1100 |
commit | 1326fd0d8d945b1eb33c5c5d2f536c6fda0201d1 (patch) | |
tree | 0177899c8713b2bf13c437c83dabd54032463d6e /changelog.txt | |
parent | 9853666272e87c83050f7e30ae4b3ed9890c8c4f (diff) | |
parent | 5da792fc3714f66a88aabb5d13cb0eed674cb6c5 (diff) |
Merge branch 'master' into upstream/inline-sourcepos
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt index e51acec..33cff54 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,27 @@ -[0.28] +[0.28.3] + + * Include GNUInstallDirs in src/CMakeLists.txt (Nick Wellnhofer, #240). + This fixes build problems on some cmake versions (#241). + +[0.28.2] + + * Fixed regression in install dest for static library (#238). + Due to a mistake, 0.28.1 installed libcmark.a into include/. + +[0.28.1] + + * `--smart`: open quote can never occur right after `]` or `)` (#227). + * Fix quadratic behavior in `finalize` (Vicent Marti). + * Don't use `CMAKE_INSTALL_LIBDIR` to create `libcmark.pc` (#236). + This wasn't getting set in processing `libcmark.pc.in`, and we + were getting the wrong entry in `libcmark.pc`. + The new approach sets an internal `libdir` variable to + `lib${LIB_SUFFIX}`. This variable is used both to set the + install destination and in the libcmark.pc.in template. + * Update README.md, replace `make astyle` with `make format` + (Nguyễn Thái Ngọc Duy). + +[0.28.0] * Update spec. * Use unsigned integer when shifting (Phil Turnbull). |