summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-31 15:36:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-31 15:36:48 -0400
commit90f180e0cff9aada03a0af26e82b4ce90bf0c4be (patch)
treec9900ceb7d1a6b98d4aab7347f19689fc4d70317 /doc/news
parent25d57e0125ea24f4dcaf1c6ff62b694635a779a9 (diff)
add news item for git-annex 5.20141231
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20141024.mdwn21
-rw-r--r--doc/news/version_5.20141231.mdwn14
2 files changed, 14 insertions, 21 deletions
diff --git a/doc/news/version_5.20141024.mdwn b/doc/news/version_5.20141024.mdwn
deleted file mode 100644
index b50a81b85..000000000
--- a/doc/news/version_5.20141024.mdwn
+++ /dev/null
@@ -1,21 +0,0 @@
-git-annex 5.20141024 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * vicfg: Deleting configurations now resets to the default, where
- before it has no effect.
- * Remove hurd stuff from cabal file, since hackage currently rejects
- it, and the test suite fails on hurd.
- * initremote: Don't allow creating a special remote that has the same
- name as an existing git remote.
- * Windows: Use haskell setenv library to clean up several ugly workarounds
- for inability to manipulate the environment on windows. This includes
- making git-annex not re-exec itself on start on windows, and making the
- test suite on Windows run tests without forking.
- * glacier: Fix pipe setup when calling glacier-cli to retrieve an object.
- * info: When run on a single annexed file, displays some info about the
- file, including its key and size.
- * info: When passed the name or uuid of a remote, displays info about that
- remote. Remotes that support encryption, chunking, or embedded
- creds will include that in their info.
- * enableremote: When the remote has creds, update the local creds cache
- file. Before, the old version of the creds could be left there, and
- would continue to be used."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20141231.mdwn b/doc/news/version_5.20141231.mdwn
new file mode 100644
index 000000000..ee385fda3
--- /dev/null
+++ b/doc/news/version_5.20141231.mdwn
@@ -0,0 +1,14 @@
+git-annex 5.20141231 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * vicfg: Avoid crashing on badly encoded config data.
+ * Work around statfs() overflow on some XFS systems.
+ * sync: Now supports remote groups, the same way git remote update does.
+ * setpresentkey: A new plumbing-level command.
+ * Run shutdown cleanup actions even if there were failures processing
+ the command. Among other fixes, this means that addurl will stage
+ added files even if adding one of the urls fails.
+ * bittorrent: Fix locking problem when using addurl file://
+ * Windows: Fix local rsync filepath munging (fixes 26 test suite failures).
+ * Windows: Got the rsync special remote working.
+ * Windows: Fix handling of views of filenames containing '%'
+ * OSX: Switched away from deprecated statfs64 interface."""]] \ No newline at end of file