Skip to content

Commit

Permalink
Release v9
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Oct 20, 2017
1 parent 99b4315 commit cdb58b2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

[9] - 2017-10-20
### Fixed
- Fix crash in when running queries and the program is build with Notmuch 0.25.
(Patch by Joshua Krusell <[[email protected]]([email protected])>).
- Fix conditional compilation when using Notmuch 0.25. (Patch by David Bremner
<[[email protected]]([email protected])>).

### Changed
- Do not use the deprecated `notmuch_query_count_messages_st` function
when using Notmuch 0.25. (Patch by Adam Ruzicka
<[[email protected]]([email protected])>.)

## [8] - 2017-02-07
### Fixed
- Avoid a segmentation fault when `notmuch_message_get_header()` returns
Expand Down Expand Up @@ -50,7 +62,8 @@ All notable changes to this project will be documented in this file.
### Added
- First working version of `notmuch-addrlookup`.

[Unreleased]: https://github.com/aperezdc/notmuch-addrlookup-c/compare/v8...HEAD
[Unreleased]: https://github.com/aperezdc/notmuch-addrlookup-c/compare/v9...HEAD
[9]: https://github.com/aperezdc/notmuch-addrlookup-c/compare/v8...v9
[8]: https://github.com/aperezdc/notmuch-addrlookup-c/compare/v7...v8
[7]: https://github.com/aperezdc/notmuch-addrlookup-c/compare/v6...v7
[6]: https://github.com/aperezdc/notmuch-addrlookup-c/compare/v5...v6
Expand Down

0 comments on commit cdb58b2

Please sign in to comment.