From c24e86c7e1704cbf39b9ca3e213caf4951d376c9 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Thu, 14 Jun 2012 20:34:10 -0400
Subject: [PATCH] add news item for git-annex 3.20120614

---
 doc/news/version_3.20120430.mdwn | 12 ------------
 doc/news/version_3.20120614.mdwn |  6 ++++++
 2 files changed, 6 insertions(+), 12 deletions(-)
 delete mode 100644 doc/news/version_3.20120430.mdwn
 create mode 100644 doc/news/version_3.20120614.mdwn

diff --git a/doc/news/version_3.20120430.mdwn b/doc/news/version_3.20120430.mdwn
deleted file mode 100644
index 07e1e85ad2..0000000000
--- a/doc/news/version_3.20120430.mdwn
+++ /dev/null
@@ -1,12 +0,0 @@
-git-annex 3.20120430 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
-   * Fix use of annex.diskreserve config setting.
-   * Directory special remotes now check annex.diskreserve.
-   * Support git's core.sharedRepository configuration.
-   * Add annex.http-headers and annex.http-headers-command config
-     settings, to allow custom headers to be sent with all HTTP requests.
-     (Requested by the Internet Archive)
-   * uninit: Clear annex.uuid from .git/config. Closes: #[670639](http://bugs.debian.org/670639)
-   * Added shared cipher mode to encryptable special remotes. This option
-     avoids gpg key distribution, at the expense of flexability, and with
-     the requirement that all clones of the git repository be equally trusted."""]]
\ No newline at end of file
diff --git a/doc/news/version_3.20120614.mdwn b/doc/news/version_3.20120614.mdwn
new file mode 100644
index 0000000000..33a06a0bf9
--- /dev/null
+++ b/doc/news/version_3.20120614.mdwn
@@ -0,0 +1,6 @@
+git-annex 3.20120614 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+   * addurl: Was broken by a typo introduced 2 released ago, now fixed.
+     Closes: #[677576](http://bugs.debian.org/677576)
+   * Install man page when run by cabal, in a location where man will
+     find it, even when installing under $HOME. Thanks, Nathan Collins"""]]
\ No newline at end of file