summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-27 17:17:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-27 17:17:25 -0400
commitf8d463b1b76fb5865dfffd5ab4a1205595c1a2b3 (patch)
tree1618cfb0183ef18afb5a1cf87ec704a3de5f6066
parent1493601982f438691985deb8bf0f279f6928fb6e (diff)
add news item for git-annex 0.09
-rw-r--r--doc/news/version_0.04.mdwn23
-rw-r--r--doc/news/version_0.09.mdwn4
2 files changed, 4 insertions, 23 deletions
diff --git a/doc/news/version_0.04.mdwn b/doc/news/version_0.04.mdwn
deleted file mode 100644
index c5a9fd3ea..000000000
--- a/doc/news/version_0.04.mdwn
+++ /dev/null
@@ -1,23 +0,0 @@
-git-annex 0.04 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Add unlock subcommand, which replaces the symlink with a copy of
- the file's content in preparation of changing it. The "edit" subcommand
- is an alias for unlock.
- * Add lock subcommand.
- * Unlocked files will now automatically be added back into the annex when
- committed (and the updated symlink committed), by some magic in the
- pre-commit hook.
- * The SHA1 backend is now fully usable.
- * Add annex.version, which will be used to automate upgrades
- between incompatible versions.
- * Reorganised the layout of .git/annex/
- * The new layout will be automatically upgraded to the first time
- git-annex is used in a repository with the old layout.
- * Note that git-annex 0.04 cannot transfer content from old repositories
- that have not yet been upgraded.
- * Annexed file contents are now made unwritable and put in unwriteable
- directories, to avoid them accidentially being removed or modified.
- (Thanks Josh Triplett for the idea.)
- * Add build dep on libghc6-testpack-dev. Closes: #[603016](http://bugs.debian.org/603016)
- * Avoid using runghc to run test suite as it is not available on all
- architectures. Closes: #[603006](http://bugs.debian.org/603006)"""]] \ No newline at end of file
diff --git a/doc/news/version_0.09.mdwn b/doc/news/version_0.09.mdwn
new file mode 100644
index 000000000..fff8249f7
--- /dev/null
+++ b/doc/news/version_0.09.mdwn
@@ -0,0 +1,4 @@
+git-annex 0.09 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Add copy subcommand.
+ * Fix bug in setkey subcommand triggered by move --to."""]] \ No newline at end of file