From 8c0c91f03c4d17e301b16f9607a54cc08d1a0e92 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 Nov 2013 12:57:25 -0400 Subject: add news item for git-annex 4.20131106 --- doc/news/version_4.20130827.mdwn | 27 --------------------------- doc/news/version_4.20131106.mdwn | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 27 deletions(-) delete mode 100644 doc/news/version_4.20130827.mdwn create mode 100644 doc/news/version_4.20131106.mdwn diff --git a/doc/news/version_4.20130827.mdwn b/doc/news/version_4.20130827.mdwn deleted file mode 100644 index 767e912fe..000000000 --- a/doc/news/version_4.20130827.mdwn +++ /dev/null @@ -1,27 +0,0 @@ -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 diff --git a/doc/news/version_4.20131106.mdwn b/doc/news/version_4.20131106.mdwn new file mode 100644 index 000000000..061d02100 --- /dev/null +++ b/doc/news/version_4.20131106.mdwn @@ -0,0 +1,18 @@ +git-annex 4.20131106 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Improve local pairing behavior when two computers both try to start + the pairing process separately. + * sync: Work even when the local git repository is new and empty, + with no master branch. + * gcrypt, bup: Fix bug that prevented using these special remotes + with encryption=pubkey. + * Fix enabling of gcrypt repository accessed over ssh; + git-annex-shell gcryptsetup had a bug that caused it to fail + with permission denied. + * Fix zombie process that occurred when switching between repository + views in the webapp. + * map: Work when there are gcrypt remotes. + * Fix build w/o webapp. + * Fix exception handling bug that could cause .git/annex/index to be used + for git commits outside the git-annex branch. Known to affect git-annex + when used with the git shipped with Ubuntu 13.10."""]] \ No newline at end of file -- cgit v1.2.3