Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other entries in this changelog, please add a release date to the version header. Other entries follow the format ## <version> - YYYY-MM-DD.

Suggested change
## 1.4.0
## 1.4.0 - YYYY-MM-DD


* Fixed build failures caused by `LDFLAGS` being passed directly to `apxs`
rather than through its `-Wl,` flag. Pull request by Robert Scheck.
GitHub #162.
* Added `DESTDIR` support to the install target. Pull request by Robert
Scheck. GitHub #162.

## 1.3.0 - 2025-05-02

* Portability fixes
Expand Down
Loading