diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-14 16:40:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-14 16:40:30 -0400 |
commit | 6ecd0415485f3c3544f73ed13ec64114a1c66405 (patch) | |
tree | 2ae4dacb3bab151b7043fe4d3880a569e9c61225 /doc/news/version_3.20130114.mdwn | |
parent | 44bf781bc894bf5dc33d8297f90b05a6d45587a8 (diff) |
add news item for git-annex 3.20130114
Diffstat (limited to 'doc/news/version_3.20130114.mdwn')
-rw-r--r-- | doc/news/version_3.20130114.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/news/version_3.20130114.mdwn b/doc/news/version_3.20130114.mdwn new file mode 100644 index 000000000..ab8e0dd43 --- /dev/null +++ b/doc/news/version_3.20130114.mdwn @@ -0,0 +1,23 @@ +git-annex 3.20130114 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Now handles the case where a file that's being transferred to a remote + is modified in place, which direct mode allows. When this + happens, the transfer now fails, rather than allow possibly corrupt + data into the remote. + * fsck: Better checking of file content in direct mode. + * drop: Suggest using git annex move when numcopies prevents dropping a file. + * webapp: Repo switcher filters out repos that do not exist any more + (or are on a drive that's not mounted). + * webapp: Use IP address, rather than localhost, since some systems may + have configuration problems or other issues that prevent web browsers + from connecting to the right localhost IP for the webapp. + * webapp: Adjust longpoll code to work with recent versions of + shakespeare-js. + * assistant: Support new gvfs dbus names used in Gnome 3.6. + * In direct mode, files with the same key are no longer hardlinked, as + that would cause a surprising behavior if modifying one, where the other + would also change. + * webapp: Avoid illegal characters in hostname when creating S3 or + Glacier remote. + * assistant: Avoid committer crashing if a file is deleted at the wrong + instant."""]]
\ No newline at end of file |