summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-07 12:41:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-07 12:41:47 -0400
commitcb18e044c7b6062488306092e17dffacdd3e1989 (patch)
tree903c3af5c64ad3d034ad32ce524bd5c1efa084a2 /doc/news
parent35ac42167b3f3a629d79454bb01b5d7a71d01426 (diff)
add news item for git-annex 5.20140707
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20140421.mdwn39
-rw-r--r--doc/news/version_5.20140707.mdwn23
2 files changed, 23 insertions, 39 deletions
diff --git a/doc/news/version_5.20140421.mdwn b/doc/news/version_5.20140421.mdwn
deleted file mode 100644
index 3741544d4..000000000
--- a/doc/news/version_5.20140421.mdwn
+++ /dev/null
@@ -1,39 +0,0 @@
-git-annex 5.20140421 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * assistant: Now detects immediately when other repositories push
- changes to a ssh remote, and pulls.
- ** XMPP is no longer needed in this configuration! **
- This requires the remote server have git-annex-shell with
- notifychanges support (&gt;= 5.20140405)
- * webapp: Show a network signal icon next to ssh and xmpp remotes that
- it's currently connected with.
- * webapp: Rework xmpp nudge to prompt for either xmpp or a ssh remote
- to be set up.
- * sync, assistant, remotedaemon: Use ssh connection caching for git pushes
- and pulls.
- * remotedaemon: When network connection is lost, close all cached ssh
- connections.
- * Improve handling of monthly/yearly scheduling.
- * Avoid depending on shakespeare except for when building the webapp.
- * uninit: Avoid making unncessary copies of files.
- * info: Allow use in a repository where annex.uuid is not set.
- * reinit: New command that can initialize a new repository using
- the configuration of a previously known repository.
- Useful if a repository got deleted and you want
- to clone it back the way it was.
- * drop --from: When local repository is untrusted, its copy of a file does
- not count.
- * Bring back rsync -p, but only when git-annex is running on a non-crippled
- file system. This is a better approach to fix #700282 while not
- unncessarily losing file permissions on non-crippled systems.
- * webapp: Start even if the current directory is listed in
- ~/.config/git-annex/autostart but no longer has a git repository in it.
- * findref: New command, like find but shows files in a specified git ref.
- * webapp: Fix UI for removing XMPP connection.
- * When init detects that git is not configured to commit, and sets
- user.email to work around the problem, also make it set user.name.
- * webapp: Support using git-annex on a remote server, which was installed
- from the standalone tarball or OSX app, and so does not have
- git-annex in PATH (and may also not have git or rsync in PATH).
- * standalone tarball, OSX app: Install a ~/.ssh/git-annex-wrapper, which
- can be used to run git-annex, git, rsync, etc."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20140707.mdwn b/doc/news/version_5.20140707.mdwn
new file mode 100644
index 000000000..a00737b3b
--- /dev/null
+++ b/doc/news/version_5.20140707.mdwn
@@ -0,0 +1,23 @@
+git-annex 5.20140707 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * assistant: Fix bug, introduced in last release, that caused the assistant
+ to make many unncessary empty merge commits.
+ * assistant: Fix one-way assistant-&gt;assistant sync in direct mode.
+ * Fix bug in annex.queuesize calculation that caused much more
+ queue flushing than necessary.
+ * importfeed: When annex.genmetadata is set, metadata from the feed
+ is added to files that are imported from it.
+ * Support users who have set commit.gpgsign, by disabling gpg signatures
+ for git-annex branch commits and commits made by the assistant.
+ * Fix memory leak when committing millions of changes to the git-annex
+ branch, eg after git-annex add has run on 2 million files in one go.
+ * Support building with bloomfilter 2.0.0.
+ * Run standalone install process when the assistant is started
+ (was only being run when the webapp was opened).
+ * Android: patch git to avoid fchmod, which fails on /sdcard.
+ * Windows: Got rid of that pesky DOS box when starting the webapp.
+ * Windows: Added Startup menu item so assistant starts automatically
+ on login.
+ * Windows: Fix opening file browser from webapp when repo is in a
+ directory with spaces.
+ * Windows: Assistant now logs to daemon.log."""]] \ No newline at end of file