summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-23 11:42:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-23 11:42:03 -0400
commitb893226889bc625f439919f5d200858f1ad906b0 (patch)
tree02b112d8988e62a87d7fac9494a6d71790f3737f
parentd55054a3ed1468940b270092c119dcc6cbd5113f (diff)
add news item for git-annex 4.20130723
-rw-r--r--doc/news/version_4.20130521.mdwn24
-rw-r--r--doc/news/version_4.20130723.mdwn36
2 files changed, 36 insertions, 24 deletions
diff --git a/doc/news/version_4.20130521.mdwn b/doc/news/version_4.20130521.mdwn
deleted file mode 100644
index af4f25bfa..000000000
--- 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 000000000..b15f1a517
--- /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