NEWS: 2 minor consistency changes in sections 0.13.1 and 0.13.2

0.13.2: `contrib/notmuch-deliver` is in backticks elsewhere in
NEWS file. Commands are generally written in backticks in latest
NEWS entries.

0.13.1: Dropped period at the end of Title
'Fix compilation of ruby bindings',
as all other titles do not end with a period.
This commit is contained in:
Tomi Ollila 2012-08-24 11:19:41 +03:00 committed by David Bremner
parent ec16ceeea5
commit 474ea348cf

4
NEWS
View file

@ -72,7 +72,7 @@ Notmuch 0.13.2 (2012-06-02)
Bug-fix release
---------------
Update contrib/notmuch-deliver for API changes in 0.13. This fixes a
Update `contrib/notmuch-deliver` for API changes in 0.13. This fixes a
compilation error for this contrib package.
Notmuch 0.13.1 (2012-05-29)
@ -98,7 +98,7 @@ databases
and simply return a `NULL` object if the directory does not exist,
as documented.
Fix compilation of ruby bindings.
Fix compilation of ruby bindings
Revert to dynamic linking, since the statically linked bindings did
not work well.