From 5db0ace06f5e6e1e6ba36c7f3a341dcf82f69cd5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 Jul 2013 11:42:03 -0400 Subject: [PATCH] add news item for git-annex 4.20130723 --- doc/news/version_4.20130521.mdwn | 24 --------------------- doc/news/version_4.20130723.mdwn | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 24 deletions(-) delete mode 100644 doc/news/version_4.20130521.mdwn create mode 100644 doc/news/version_4.20130723.mdwn diff --git a/doc/news/version_4.20130521.mdwn b/doc/news/version_4.20130521.mdwn deleted file mode 100644 index af4f25bfa0..0000000000 --- a/doc/news/version_4.20130521.mdwn +++ /dev/null @@ -1,24 +0,0 @@ -git-annex 4.20130521 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Sanitize debian changelog version before putting it into cabal file. - Closes: #[708619](http://bugs.debian.org/708619) - * Switch to MonadCatchIO-transformers for better handling of state while - catching exceptions. - * Fix a zombie that could result when running a process like gpg to - read and write to it. - * Allow building with gpg2. - * Disable building with the haskell threaded runtime when the webapp - is not built. This may fix builds on mips, s390x and sparc, which are - failing to link -lHSrts\_thr - * Temporarily build without webapp on kfreebsd-i386, until yesod is - installable there again. - * Direct mode bug fix: After a conflicted merge was automatically resolved, - the content of a file that was already present could incorrectly - be replaced with a symlink. - * Fix a bug in the git-annex branch handling code that could - cause info from a remote to not be merged and take effect immediately. - * Direct mode is now fully tested by the test suite. - * Detect bad content in ~/.config/git-annex/program and look in PATH instead. - * OSX: Fixed gpg included in dmg. - * Linux standalone: Back to being built with glibc 2.13 for maximum - portability."""]] \ No newline at end of file diff --git a/doc/news/version_4.20130723.mdwn b/doc/news/version_4.20130723.mdwn new file mode 100644 index 0000000000..b15f1a5178 --- /dev/null +++ b/doc/news/version_4.20130723.mdwn @@ -0,0 +1,36 @@ +git-annex 4.20130723 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix data loss bug when adding an (uncompressed) tarball of a + git-annex repository, or other file that begins with something + that can be mistaken for a git-annex link. Closes: #[717456](http://bugs.debian.org/717456) + * New improved version of the git-annex logo, contributed by + John Lawrence. + * Rsync.net have committed to support git-annex and offer a special + discounted rate for git-annex users. Updated the webapp to reflect this. + http://www.rsync.net/products/git-annex-pricing.html + * Install XDG desktop icon files. + * Support unannex and uninit in direct mode. + * Support import in direct mode. + * webapp: Better display of added files. + * fix: Preserve the original mtime of fixed symlinks. + * uninit: Preserve .git/annex/objects at the end, if it still + has content, so that old versions of files and deleted files + are not deleted. Print a message with some suggested actions. + * When a transfer is already being run by another process, + proceed on to the next file, rather than dying. + * Fix checking when content is present in a non-bare repository + accessed via http. + * Display byte sizes with more precision. + * watcher: Fixed a crash that could occur when a directory was renamed + or deleted before it could be scanned. + * watcher: Partially worked around a bug in hinotify, no longer crashes + if hinotify cannot process a directory (but can't detect changes in it) + * directory special remote: Fix checking that there is enough disk space + to hold an object, was broken when using encryption. + * webapp: Differentiate between creating a new S3/Glacier/WebDav remote, + and initializing an existing remote. When creating a new remote, avoid + conflicts with other existing (or deleted) remotes with the same name. + * When an XMPP server has SRV records, try them, but don't then fall + back to the regular host if they all fail. + * For long hostnames, use a hash of the hostname to generate the socket + file for ssh connection caching."""]] \ No newline at end of file