summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-11 21:56:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-11 21:56:17 -0400
commitd3d9c8a9a68fe74208d08ca4e59670934891d489 (patch)
tree33e21da0d247c2c3382349edf4490987ba073461 /doc/news
parentacb2d5a5a6878b43ba5fa52b6f4790c765f9f54d (diff)
add news item for git-annex 3.20111211
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20111105.mdwn27
-rw-r--r--doc/news/version_3.20111211.mdwn20
2 files changed, 20 insertions, 27 deletions
diff --git a/doc/news/version_3.20111105.mdwn b/doc/news/version_3.20111105.mdwn
deleted file mode 100644
index 663c2ef1f..000000000
--- a/doc/news/version_3.20111105.mdwn
+++ /dev/null
@@ -1,27 +0,0 @@
-git-annex 3.20111105 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * The default backend used when adding files to the annex is changed
- from WORM to SHA256.
- To get old behavior, add a .gitattributes containing: * annex.backend=WORM
- * Sped up some operations on remotes that are on the same host.
- * copy --to: Fixed leak when copying many files to a remote on the same
- host.
- * uninit: Add guard against being run with the git-annex branch checked out.
- * Fail if --from or --to is passed to commands that do not support them.
- * drop --from is now supported to remove file content from a remote.
- * status: Now always shows the current repository, even when it does not
- appear in uuid.log.
- * fsck: Now works in bare repositories. Checks location log information,
- and file contents. Does not check that numcopies is satisfied, as
- .gitattributes information about numcopies is not available in a bare
- repository.
- * unused, dropunused: Now work in bare repositories.
- * Removed the setkey command, and added a reinject command with a more
- useful interface.
- * The fromkey command now takes the key as its first parameter. The --key
- option is no longer used.
- * Built without any filename containing .git being excluded. Closes: #[647215](http://bugs.debian.org/647215)
- * Record uuid when auto-initializing a remote so it shows in status.
- * Bugfix: Fixed git-annex init crash in a bare repository when there was
- already an existing git-annex branch.
- * Pass -t to rsync to preserve timestamps."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20111211.mdwn b/doc/news/version_3.20111211.mdwn
new file mode 100644
index 000000000..5d2c57e45
--- /dev/null
+++ b/doc/news/version_3.20111211.mdwn
@@ -0,0 +1,20 @@
+git-annex 3.20111211 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix bug in last version in getting contents from bare repositories.
+ * Ensure that git-annex branch changes are merged into git-annex's index,
+ which fixes a bug that could cause changes that were pushed to the
+ git-annex branch to get reverted. As a side effect, it's now safe
+ for users to check out and commit changes directly to the git-annex
+ branch.
+ * map: Fix a failure to detect a loop when both repositories are local
+ and refer to each other with relative paths.
+ * Prevent key names from containing newlines.
+ * add: If interrupted, add can leave files converted to symlinks but not
+ yet added to git. Running the add again will now clean up this situtation.
+ * Fix caching of decrypted ciphers, which failed when drop had to check
+ multiple different encrypted special remotes.
+ * unannex: Can be run on files that have been added to the annex, but not
+ yet committed.
+ * sync: New command that synchronises the local repository and default
+ remote, by running git commit, pull, and push for you.
+ * Version monad-control dependency in cabal file."""]] \ No newline at end of file