-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|