summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-14 16:40:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-14 16:40:30 -0400
commit6ecd0415485f3c3544f73ed13ec64114a1c66405 (patch)
tree2ae4dacb3bab151b7043fe4d3880a569e9c61225 /doc
parent44bf781bc894bf5dc33d8297f90b05a6d45587a8 (diff)
add news item for git-annex 3.20130114
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/blog/day_170__bugfixes_and_release.mdwn8
-rw-r--r--doc/news/version_3.20121127.mdwn8
-rw-r--r--doc/news/version_3.20121211.mdwn32
-rw-r--r--doc/news/version_3.20130114.mdwn23
4 files changed, 31 insertions, 40 deletions
diff --git a/doc/design/assistant/blog/day_170__bugfixes_and_release.mdwn b/doc/design/assistant/blog/day_170__bugfixes_and_release.mdwn
new file mode 100644
index 000000000..251ee7636
--- /dev/null
+++ b/doc/design/assistant/blog/day_170__bugfixes_and_release.mdwn
@@ -0,0 +1,8 @@
+Fixed a goodly amount of bugs today.
+
+The most interesting change was that in direct mode, files using the same
+key are no longer hardlinked, as that could cause a surprising behavior if
+modifying one, where the other would also change.
+
+Made a release, which is almost entirely bug fixes. Debian amd64 build
+included this time. :)
diff --git a/doc/news/version_3.20121127.mdwn b/doc/news/version_3.20121127.mdwn
deleted file mode 100644
index a7ab60fba..000000000
--- a/doc/news/version_3.20121127.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-git-annex 3.20121127 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix dirContentsRecursive, which had missed some files in deeply nested
- subdirectories. Could affect various parts of git-annex.
- * rsync: Fix bug introduced in last release that broke encrypted rsync
- special remotes.
- * The standalone builds now unset their special path and library path
- variables before running the system web browser."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20121211.mdwn b/doc/news/version_3.20121211.mdwn
deleted file mode 100644
index 9ec40840e..000000000
--- a/doc/news/version_3.20121211.mdwn
+++ /dev/null
@@ -1,32 +0,0 @@
-git-annex 3.20121211 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * webapp: Defaults to sharing box.com account info with friends, allowing
- one-click enabling of the repository.
- * Fix broken .config/git-annex/program installed by standalone tarball.
- * assistant: Retrival from glacier now handled.
- * Include ssh in standalone tarball and OSX app.
- * watch: Avoid leaving hard links to files behind in .git/annex/tmp
- if a file is deleted or moved while it's being quarantined in preparation
- to being added to the annex.
- * Allow `git annex drop --from web`; of course this does not remove
- any file from the web, but it does make git-annex remove all urls
- associated with a file.
- * webapp: S3 and Glacier forms now have a select list of all
- currently-supported AWS regions.
- * webdav: Avoid trying to set props, avoiding incompatability with
- livedrive.com. Needs DAV version 0.3.
- * webapp: Prettify error display.
- * webapp: Fix bad interaction between required fields and modals.
- * webapp: Added help buttons and links next to fields that require
- explanations.
- * webapp: Encryption can be disabled when setting up remotes.
- * assistant: Avoid trying to drop content from remotes that don't have it.
- * assistant: Allow periods in ssh key comments.
- * get/copy --auto: Transfer data even if it would exceed numcopies,
- when preferred content settings want it.
- * drop --auto: Fix dropping content when there are no preferred content
- settings.
- * webapp: Allow user to specify the port when setting up a ssh or rsync
- remote.
- * assistant: Fix syncing to just created ssh remotes.
- * Enable WebDAV support in Debian package. Closes: #[695532](http://bugs.debian.org/695532)"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20130114.mdwn b/doc/news/version_3.20130114.mdwn
new file mode 100644
index 000000000..ab8e0dd43
--- /dev/null
+++ b/doc/news/version_3.20130114.mdwn
@@ -0,0 +1,23 @@
+git-annex 3.20130114 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Now handles the case where a file that's being transferred to a remote
+ is modified in place, which direct mode allows. When this
+ happens, the transfer now fails, rather than allow possibly corrupt
+ data into the remote.
+ * fsck: Better checking of file content in direct mode.
+ * drop: Suggest using git annex move when numcopies prevents dropping a file.
+ * webapp: Repo switcher filters out repos that do not exist any more
+ (or are on a drive that's not mounted).
+ * webapp: Use IP address, rather than localhost, since some systems may
+ have configuration problems or other issues that prevent web browsers
+ from connecting to the right localhost IP for the webapp.
+ * webapp: Adjust longpoll code to work with recent versions of
+ shakespeare-js.
+ * assistant: Support new gvfs dbus names used in Gnome 3.6.
+ * In direct mode, files with the same key are no longer hardlinked, as
+ that would cause a surprising behavior if modifying one, where the other
+ would also change.
+ * webapp: Avoid illegal characters in hostname when creating S3 or
+ Glacier remote.
+ * assistant: Avoid committer crashing if a file is deleted at the wrong
+ instant."""]] \ No newline at end of file