summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-09 16:03:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-09 16:03:57 -0400
commit0feee0862c2eacd186a7a43085085313337c4778 (patch)
treef09710e2891fa87d1583780a617eb1ef92fd89a3 /doc/news
parenteaeffa68dbc7cd5a0e8778c69ee4e6d704df9d15 (diff)
add news item for git-annex 4.20130709
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_4.20130516.mdwn29
-rw-r--r--doc/news/version_4.20130709.mdwn35
2 files changed, 35 insertions, 29 deletions
diff --git a/doc/news/version_4.20130516.mdwn b/doc/news/version_4.20130516.mdwn
deleted file mode 100644
index 7e6101aab..000000000
--- a/doc/news/version_4.20130516.mdwn
+++ /dev/null
@@ -1,29 +0,0 @@
-git-annex 4.20130516 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Android: The webapp is ported and working.
- * Windows: There is a very rough Windows port. Do not trust it with
- important data.
- * git-annex-shell: Ensure that received files can be read. Files
- transferred from some Android devices may have very broken permissions
- as received.
- * direct mode: Direct mode commands now work on files staged in the index,
- they do not need to be committed to git.
- * Temporarily add an upper bound to the version of yesod that can be built
- with, since yesod 1.2 has a great many changes that will require extensive
- work on the webapp.
- * Disable building with the haskell threaded runtime when the assistant
- is not built. This may fix builds on s390x and sparc, which are failing
- to link -lHSrts\_thr
- * Avoid depending on regex-tdfa on mips, mipsel, and s390, where it fails
- to build.
- * direct: Fix a bug that could cause some files to be left in indirect mode.
- * When initializing a directory special remote with a relative path,
- the path is made absolute.
- * SHA: Add a runtime sanity check that sha commands output something
- that appears to be a real sha.
- * configure: Better checking that sha commands output in the desired format.
- * rsync special remotes: When sending from a crippled filesystem, use
- the destination's default file permissions, as the local ones can
- be arbitrarily broken. (Ie, ----rwxr-x for files on Android)
- * migrate: Detect if a file gets corrupted while it's being migrated.
- * Debian: Add a menu file."""]] \ No newline at end of file
diff --git a/doc/news/version_4.20130709.mdwn b/doc/news/version_4.20130709.mdwn
new file mode 100644
index 000000000..a78d3a506
--- /dev/null
+++ b/doc/news/version_4.20130709.mdwn
@@ -0,0 +1,35 @@
+git-annex 4.20130709 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * --all: New switch that makes git-annex operate on all data stored
+ in the git annex, including old versions of files. Supported by
+ fsck, get, move, copy.
+ * --unused: New switch that makes git-annex operate on all data found
+ by the last run of git annex unused. Supported by fsck, get, move, copy.
+ * get, move, copy: Can now be run in a bare repository,
+ like fsck already could. --all is enabled automatically in this case.
+ * merge: Now also merges synced/master or similar branches, which
+ makes it useful to put in a post-receive hook to make a repository
+ automatically update its working copy when git annex sync or the assistant
+ sync with it.
+ * webapp: Fix ssh setup with nonstandard port, broken in last release.
+ * init: Detect systems on which git commit fails due to not being able to
+ determine the FQDN, and put in a workaround so committing to the git-annex
+ branch works.
+ * addurl --pathdepth: Fix failure when the pathdepth specified is deeper
+ than the urls's path.
+ * Windows: Look for .exe extension when searching for a command in path.
+ * Pass -f to curl when downloading a file with it, so it propigates failure.
+ * Windows: Fix url to object when using a http remote.
+ * webapp: Fix authorized\_keys line added when setting up a rsync remote
+ on a server that also supports git-annex, to not force running
+ git-annex-shell.
+ * OSX Mountain Lion: Fixed gpg bundled in dmg to not fail due to a missing
+ gpg-agent.
+ * Android: gpg is built without --enable-minimal, so it interoperates
+ better with other gpg builds that may default to using other algorithms
+ for encryption.
+ * dropunused, addunused: Complain when asked to operate on a number that
+ does not correspond to any unused key.
+ * fsck: Don't claim to fix direct mode when run on a symlink whose content
+ is not present.
+ * Make --numcopies override annex.numcopies set in .gitattributes."""]] \ No newline at end of file