From 35b75bee95cac48535113b55093fe7bcb8e547bd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 Feb 2013 18:05:26 -0400 Subject: add news item for git-annex 4.20130227 --- doc/news/version_3.20130107.mdwn | 13 ------------- doc/news/version_4.20130227.mdwn | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 13 deletions(-) delete mode 100644 doc/news/version_3.20130107.mdwn create mode 100644 doc/news/version_4.20130227.mdwn diff --git a/doc/news/version_3.20130107.mdwn b/doc/news/version_3.20130107.mdwn deleted file mode 100644 index bd009ad05..000000000 --- a/doc/news/version_3.20130107.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/doc/news/version_4.20130227.mdwn b/doc/news/version_4.20130227.mdwn new file mode 100644 index 000000000..a6010f714 --- /dev/null +++ b/doc/news/version_4.20130227.mdwn @@ -0,0 +1,29 @@ +git-annex 4.20130227 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * annex.version is now set to 4 for direct mode repositories. + * Should now fully support git repositories with core.symlinks=false; + always using git's pseudosymlink files in such repositories. + * webapp: Allow creating repositories on filesystems that lack support for + symlinks. + * webapp: Can now add a new local repository, and make it sync with + the main local repository. + * Android: Bundle now includes openssh. + * Android: Support ssh connection caching. + * Android: Assistant is fully working. (But no webapp yet.) + * Direct mode: Support filesystems like FAT which can change their inodes + each time they are mounted. + * Direct mode: Fix support for adding a modified file. + * Avoid passing -p to rsync, to interoperate with crippled filesystems. + Closes: #[700282](http://bugs.debian.org/700282) + * Additional GIT\_DIR support bugfixes. May actually work now. + * webapp: Display any error message from git init if it fails to create + a repository. + * Fix a reversion in matching globs introduced in the last release, + where "*" did not match files inside subdirectories. No longer uses + the Glob library. + * copy: Update location log when no copy was performed, if the location + log was out of date. + * Makefile now builds using cabal, taking advantage of cabal's automatic + detection of appropriate build flags. + * test: The test suite is now built into the git-annex binary, and can + be run at any time."""]] \ No newline at end of file -- cgit v1.2.3