From 749e5f1279d300c18d5ae264438d974289dafe2a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 10 Oct 2017 21:13:55 -0700 Subject: Bump to 0.28.1, update changelog. --- changelog.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index e51acec..1fee442 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,17 @@ -[0.28] +[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). -- cgit v1.2.3 From e97d8f3cd405970c74d44b0ded87b1954fe0f2ba Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 12 Oct 2017 08:00:06 -0700 Subject: Bump to 0.28.2, update changelog. --- changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 1fee442..82f1063 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +[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). -- cgit v1.2.3 From 5da792fc3714f66a88aabb5d13cb0eed674cb6c5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 21 Oct 2017 09:06:00 -0700 Subject: Updated changelog. --- changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 82f1063..33cff54 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +[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). -- cgit v1.2.3