diff --git a/doc/news/version_3.20120418.mdwn b/doc/news/version_3.20120418.mdwn deleted file mode 100644 index 93968a83e6..0000000000 --- a/doc/news/version_3.20120418.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -git-annex 3.20120418 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * bugfix: Adding a dotfile also caused all non-dotfiles to be added. - * bup: Properly handle key names with spaces or other things that are - not legal git refs. - * git-annex (but not git-annex-shell) supports the git help.autocorrect - configuration setting, doing fuzzy matching using the restricted - Damerau-Levenshtein edit distance, just as git does. This adds a build - dependency on the haskell edit-distance library. - * Renamed diskfree.c to avoid OSX case insensativity bug. - * cabal now installs git-annex-shell as a symlink to git-annex. - * cabal file now autodetects whether S3 support is available."""]] \ No newline at end of file diff --git a/doc/news/version_3.20120611.mdwn b/doc/news/version_3.20120611.mdwn new file mode 100644 index 0000000000..e17456e236 --- /dev/null +++ b/doc/news/version_3.20120611.mdwn @@ -0,0 +1,6 @@ +git-annex 3.20120611 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * add: Prevent (most) modifications from being made to a file while it + is being added to the annex. + * initremote: Automatically describe a remote when creating it. + * uninit: Refuse to run in a subdirectory. Closes: #[677076](http://bugs.debian.org/677076)"""]] \ No newline at end of file