summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-04-18 12:23:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-04-18 12:23:22 -0400
commitf08943016708f8d4f25c557f255ef81e387bc522 (patch)
treefce5d208aed49d23a54b18188a0ab57469fb814b /doc
parent840315c3507d6a3df0d747f423244c132e41e3fa (diff)
add news item for git-annex 3.20120418
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_3.20120230.mdwn13
-rw-r--r--doc/news/version_3.20120418.mdwn12
2 files changed, 12 insertions, 13 deletions
diff --git a/doc/news/version_3.20120230.mdwn b/doc/news/version_3.20120230.mdwn
deleted file mode 100644
index 52ac369e0..000000000
--- a/doc/news/version_3.20120230.mdwn
+++ /dev/null
@@ -1,13 +0,0 @@
-git-annex 3.20120230 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * "here" can be used to refer to the current repository,
- which can read better than the old "." (which still works too).
- * Directory special remotes now support chunking files written to them,
- avoiding writing files larger than a specified size.
- * Add progress bar display to the directory special remote.
- * Add configurable hooks that are run when git-annex starts and stops
- using a remote: remote.name.annex-start-command and
- remote.name.annex-stop-command
- * Fix a bug in symlink calculation code, that triggered in rare
- cases where an annexed file is in a subdirectory that nearly
- matched to the .git/annex/object/xx/yy subdirectories."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20120418.mdwn b/doc/news/version_3.20120418.mdwn
new file mode 100644
index 000000000..93968a83e
--- /dev/null
+++ b/doc/news/version_3.20120418.mdwn
@@ -0,0 +1,12 @@
+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