]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
NEWS: 2 minor consistency changes in sections 0.13.1 and 0.13.2
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 24 Aug 2012 08:19:41 +0000 (11:19 +0300)
committerDavid Bremner <bremner@debian.org>
Wed, 29 Aug 2012 22:00:06 +0000 (19:00 -0300)
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.

NEWS

diff --git a/NEWS b/NEWS
index 0eb1de350252259db6ff1af80bf1e63c17d9b23c..2b50ba35d057209127be9f3c66ec8e9a8a80d7a7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.