summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-27 16:23:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-27 16:23:04 -0400
commitd57a5250ddb6439b29d873e65281513aaad7a641 (patch)
tree534cc986c42b8ff1ce42a9da3ed25ea911480fd4 /doc/news
parent4cc27ebb7f1891df21dc140cd2def0d328fb6353 (diff)
add news item for git-annex 4.20130827
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_4.20130627.mdwn17
-rw-r--r--doc/news/version_4.20130827.mdwn27
2 files changed, 27 insertions, 17 deletions
diff --git a/doc/news/version_4.20130627.mdwn b/doc/news/version_4.20130627.mdwn
deleted file mode 100644
index 85cdf5905..000000000
--- a/doc/news/version_4.20130627.mdwn
+++ /dev/null
@@ -1,17 +0,0 @@
-git-annex 4.20130627 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * assistant --autostart: Automatically ionices the daemons it starts.
- * assistant: Daily sanity check thread is run niced.
- * bup: Handle /~/ in bup remote paths.
- Thanks, Oliver Matthews
- * fsck: Ensures that direct mode is used for files when it's enabled.
- * webapp: Fix bug when setting up a remote ssh repo repeatedly on the same
- server.
- * webapp: Ensure that ssh keys generated for different directories
- on a server are always different.
- * webapp: Fix bug setting up ssh repo if the user enters "~/" at the start
- of the path.
- * assistant: Fix bug that prevented adding files written by gnucash,
- and more generally support adding hard links to files. However,
- other operations on hard links are still unsupported.
- * webapp: Fix bug that caused the webapp to hang when built with yesod 1.2."""]] \ No newline at end of file
diff --git a/doc/news/version_4.20130827.mdwn b/doc/news/version_4.20130827.mdwn
new file mode 100644
index 000000000..767e912fe
--- /dev/null
+++ b/doc/news/version_4.20130827.mdwn
@@ -0,0 +1,27 @@
+git-annex 4.20130827 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Youtube support! (And 53 other video hosts). When quvi is installed,
+ git-annex addurl automatically uses it to detect when an page is
+ a video, and downloads the video file.
+ * web special remote: Also support using quvi, for getting files,
+ or checking if files exist in the web.
+ * unused: Is now a minimum of 30 times faster, and typically many
+ more times than that (when a repository has several branches).
+ (Thanks, guilhem for the patch.)
+ * unused: Fix bugs in two edge cases involving manually staged changes.
+ (Thanks, guilhem for the patch.)
+ * Android: Fix bug in terminal app that caused it to spin using much
+ CPU and battery. This problem was introduced in version 4.20130601.
+ * sync, merge: Bug fix: Don't try to merge into master when in a bare repo.
+ * import: Add options to control handling of duplicate files:
+ --duplicate, --deduplicate, and --clean-duplicates
+ * mirror: New command, makes two repositories contain the same set of files.
+ * Set --clobber when running wget to ensure resuming works properly.
+ * Unescape characters in 'file://...' URIs. (Thanks, guilhem for the patch.)
+ * Better error message when trying to use a git remote that has annex.ignore
+ set.
+ * Fix bug that caused typechanged symlinks to be assumed to be unlocked
+ files, so they were added to the annex by the pre-commit hook.
+ * Debian: Run the builtin test suite as an autopkgtest.
+ * Debian: Recommend ssh-askpass, which ssh will use when the assistant
+ is run w/o a tty. Closes: #[719832](http://bugs.debian.org/719832)"""]] \ No newline at end of file