summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-24 13:38:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-24 13:38:50 -0400
commit385abd1fa6ce27f6e389d50b0504bf48a3d3e969 (patch)
tree7ac5af81750bee786e583778df62eaad7ebe7805
parent4e8436a4fec1a77257531f7269c65972b0cc4278 (diff)
add news item for git-annex 4.20131024
-rw-r--r--doc/news/version_4.20130815.mdwn11
-rw-r--r--doc/news/version_4.20131024.mdwn43
2 files changed, 43 insertions, 11 deletions
diff --git a/doc/news/version_4.20130815.mdwn b/doc/news/version_4.20130815.mdwn
deleted file mode 100644
index 3c83b4073..000000000
--- a/doc/news/version_4.20130815.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-git-annex 4.20130815 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * assistant, watcher: .gitignore files and other git ignores are now
- honored, when git 1.8.4 or newer is installed.
- (Thanks, Adam Spiers, for getting the necessary support into git for this.)
- * importfeed: Ignores transient problems with feeds. Only exits nonzero
- when a feed has repeatedly had a problems for at least 1 day.
- * importfeed: Fix handling of dots in extensions.
- * Windows: Added support for encrypted special remotes.
- * Windows: Fixed permissions problem that prevented removing files
- from directory special remote. Directory special remotes now fully usable."""]] \ No newline at end of file
diff --git a/doc/news/version_4.20131024.mdwn b/doc/news/version_4.20131024.mdwn
new file mode 100644
index 000000000..9cd65eb72
--- /dev/null
+++ b/doc/news/version_4.20131024.mdwn
@@ -0,0 +1,43 @@
+git-annex 4.20131024 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * webapp: Fix bug when adding a remote and git-remote-gcrypt
+ is not installed.
+ * The assitant can now run scheduled incremental fsck jobs on the local
+ repository and remotes. These can be configured using vicfg or with the
+ webapp.
+ * repair: New command, which can repair damaged git repositories
+ (even ones not using git-annex).
+ * webapp: When git repository damange is detected, repairs can be
+ done using the webapp UI.
+ * Automatically and safely detect and recover from dangling
+ .git/annex/index.lock files, which would prevent git from
+ committing to the git-annex branch, eg after a crash.
+ * assistant: Detect stale git lock files at startup time, and remove them.
+ * addurl: Better sanitization of generated filenames.
+ * Better sanitization of problem characters when generating URL and WORM
+ keys.
+ * The control socket path passed to ssh needs to be 17 characters
+ shorter than the maximum unix domain socket length, because ssh
+ appends stuff to it to make a temporary filename. Closes: #[725512](http://bugs.debian.org/725512)
+ * status: Fix space leak in local mode, introduced in version 4.20130920.
+ * import: Skip .git directories.
+ * Remove bogus runshell loop check.
+ * addurl: Improve message when adding url with wrong size to existing file.
+ * Fixed handling of URL keys that have no recorded size.
+ * status: Fix a crash if a temp file went away while its size was
+ being checked for status.
+ * Deal with git check-attr -z output format change in git 1.8.5.
+ * Work around sed output difference that led to version containing a newline
+ on OSX.
+ * sync: Fix automatic resolution of merge conflicts where one side is an
+ annexed file, and the other side is a non-annexed file, or a directory.
+ * S3: Try to ensure bucket name is valid for archive.org.
+ * assistant: Bug fix: When run in a subdirectory, files from incoming merges
+ were wrongly added to that subdirectory, and removed from their original
+ locations.
+ * Windows: Deal with strange msysgit 1.8.4 behavior of not understanding
+ DOS formatted paths for --git-dir and --work-tree.
+ * Removed workaround for bug in git 1.8.4r0.
+ * Added git-recover-repository command to git-annex source
+ (not built by default; this needs to move to someplace else).
+ * webapp: Move sidebar to the right hand side of the screen."""]] \ No newline at end of file