From 90e1638549ec8b7549e412cd2752b3f5034d613e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Nov 2012 11:05:09 -0400 Subject: add news item for git-annex 3.20121112 --- doc/news/version_3.20121001.mdwn | 27 ---------------------- doc/news/version_3.20121112.mdwn | 48 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 27 deletions(-) delete mode 100644 doc/news/version_3.20121001.mdwn create mode 100644 doc/news/version_3.20121112.mdwn diff --git a/doc/news/version_3.20121001.mdwn b/doc/news/version_3.20121001.mdwn deleted file mode 100644 index 4505e9ba1..000000000 --- a/doc/news/version_3.20121001.mdwn +++ /dev/null @@ -1,27 +0,0 @@ -git-annex 3.20121001 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * fsck: Now has an incremental mode. Start a new incremental fsck pass - with git annex fsck --incremental. Now the fsck can be interrupted - as desired, and resumed with git annex fsck --more. - Thanks, Justin Azoff - * New --time-limit option, makes long git-annex commands stop after - a specified amount of time. - * fsck: New --incremental-schedule option which is nice for scheduling - eg, monthly incremental fsck runs in cron jobs. - * Fix fallback to ~/Desktop when xdg-user-dir is not available. - Closes: #[688833](http://bugs.debian.org/688833) - * S3: When using a shared cipher, S3 credentials are not stored encrypted - in the git repository, as that would allow anyone with access to - the repository access to the S3 account. Instead, they're stored - in a 600 mode file in the local git repo. - * webapp: Avoid crashing when ssh-keygen -F chokes on an invalid known\_hosts - file. - * Always do a system wide installation when DESTDIR is set. Closes: #[689052](http://bugs.debian.org/689052) - * The Makefile now builds with the new yesod by default. - Systems like Debian that have the old yesod 1.0.1 should set - GIT\_ANNEX\_LOCAL\_FEATURES=-DWITH\_OLD\_YESOD - * copy: Avoid updating the location log when no copy is performed. - * configure: Test that uuid -m works, falling back to plain uuid if not. - * Avoid building the webapp on Debian architectures that do not yet - have template haskell and thus yesod. (Should be available for arm soonish - I hope)."""]] \ No newline at end of file diff --git a/doc/news/version_3.20121112.mdwn b/doc/news/version_3.20121112.mdwn new file mode 100644 index 000000000..8ebd819ae --- /dev/null +++ b/doc/news/version_3.20121112.mdwn @@ -0,0 +1,48 @@ +git-annex 3.20121112 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * assistant: Can use XMPP to notify other nodes about pushes made to other + repositories, as well as pushing to them directly over XMPP. + * wepapp: Added an XMPP configuration interface. + * webapp: Supports pairing over XMPP, with both friends, and other repos + using the same account. + * assistant: Drops non-preferred content when possible. + * assistant: Notices, and applies config changes as they are made to + the git-annex branch, including config changes pushed in from remotes. + * git-annex-shell: GIT\_ANNEX\_SHELL\_DIRECTORY can be set to limit it + to operating on a specified directory. + * webapp: When setting up authorized\_keys, use GIT\_ANNEX\_SHELL\_DIRECTORY. + * Preferred content path matching bugfix. + * Preferred content expressions cannot use "in=". + * Preferred content expressions can use "present". + * Fix handling of GIT\_DIR when it refers to a git submodule. + * Depend on and use the Haskell SafeSemaphore library, which provides + exception-safe versions of SampleVar and QSemN. + Thanks, Ben Gamari for an excellent patch set. + * file:/// URLs can now be used with the web special remote. + * webapp: Allow dashes in ssh key comments when pairing. + * uninit: Check and abort if there are symlinks to annexed content that + are not checked into git. + * webapp: Switched to using the same multicast IP address that avahi uses. + * bup: Don't pass - to bup-split to make it read stdin; bup 0.25 + does not accept that. + * bugfix: Don't fail transferring content from read-only repos. + Closes: #[691341](http://bugs.debian.org/691341) + * configure: Check that checksum programs produce correct checksums. + * Re-enable dbus, using a new version of the library that fixes the memory + leak. + * NetWatcher: When dbus connection is lost, try to reconnect. + * Use USER and HOME environment when set, and only fall back to getpwent, + which doesn't work with LDAP or NIS. + * rsync special remote: Include annex-rsync-options when running rsync + to test a key's presence. + * The standalone tarball's runshell now takes care of installing a + ~/.ssh/git-annex-shell wrapper the first time it's run. + * webapp: Make an initial, empty commit so there is a master branch + * assistant: Fix syncing local drives. + * webapp: Fix creation of rsync.net repositories. + * webapp: Fix renaming of special remotes. + * webapp: Generate better git remote names. + * webapp: Ensure that rsync special remotes are enabled using the same + name they were originally created using. + * Bugfix: Fix hang in webapp when setting up a ssh remote with an absolute + path."""]] \ No newline at end of file -- cgit v1.2.3