summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-07 13:25:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-07 13:25:25 -0400
commitbfcd82568992dc10a8b22f34ad4542d9b7db3735 (patch)
tree31215e34ba860b81965abd9408fadbc2c5c9344b /doc/news
parent067f8219a481e6fd25e166399f7a956b15e918c8 (diff)
add news item for git-annex 3.20130107
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20121126.mdwn27
-rw-r--r--doc/news/version_3.20130107.mdwn13
2 files changed, 13 insertions, 27 deletions
diff --git a/doc/news/version_3.20121126.mdwn b/doc/news/version_3.20121126.mdwn
deleted file mode 100644
index 3e7bbf96a..000000000
--- a/doc/news/version_3.20121126.mdwn
+++ /dev/null
@@ -1,27 +0,0 @@
-git-annex 3.20121126 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * New webdav and Amazon glacier special remotes.
- * Display a warning when a non-existing file or directory is specified.
- * webapp: Added configurator for Box.com.
- * webapp: Show error messages to user when testing XMPP creds.
- * Fix build of assistant without yesod.
- * webapp: The list of repositiories refreshes when new repositories are
- added, including when new repository configurations are pushed in from
- remotes.
- * OSX: Fix RunAtLoad value in plist file.
- * Getting a file from chunked directory special remotes no longer buffers
- it all in memory.
- * S3: Added progress display for uploading and downloading.
- * directory special remote: Made more efficient and robust.
- * Bugfix: directory special remote could loop forever storing a key
- when a too small chunksize was configured.
- * Allow controlling whether login credentials for S3 and webdav are
- committed to the repository, by setting embedcreds=yes|no when running
- initremote.
- * Added smallarchive repository group, that only archives files that are
- in archive directories. Used by default for glacier when set up in the
- webapp.
- * assistant: Fixed handling of toplevel archive directory and
- client repository group.
- * assistant: Apply preferred content settings when a new symlink
- is created, or a symlink gets renamed. Made archive directories work."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20130107.mdwn b/doc/news/version_3.20130107.mdwn
new file mode 100644
index 000000000..bd009ad05
--- /dev/null
+++ b/doc/news/version_3.20130107.mdwn
@@ -0,0 +1,13 @@
+git-annex 3.20130107 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * webapp: Add UI to stop and restart assistant.
+ * committer: Fix a file handle leak.
+ * assistant: Make expensive transfer scan work fully in direct mode.
+ * More commands work in direct mode repositories: find, whereis, move, copy,
+ drop, log, fsck, add, addurl.
+ * sync: No longer automatically adds files in direct mode.
+ * assistant: Detect when system is not configured with a user name,
+ and set environment to prevent git from failing.
+ * direct: Avoid hardlinking symlinks that point to the same content
+ when the content is not present.
+ * Fix transferring files to special remotes in direct mode."""]] \ No newline at end of file