summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-15 18:44:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-15 18:44:06 -0400
commitd792024e37895b25f8a00916c97b5cd133582eee (patch)
tree1765706b80a6edfb789194082d5badab457a1aaf
parent2b7203c5d2a5a22832778d3b3b16bcd8fd7242f1 (diff)
add news item for git-annex 0.07
-rw-r--r--doc/news/version_0.02.mdwn18
-rw-r--r--doc/news/version_0.07.mdwn8
2 files changed, 8 insertions, 18 deletions
diff --git a/doc/news/version_0.02.mdwn b/doc/news/version_0.02.mdwn
deleted file mode 100644
index 689124ab4..000000000
--- a/doc/news/version_0.02.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-git-annex 0.02 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Can scp annexed files from remote hosts, and check remote hosts for
- file content when dropping files.
- * New move subcommand, that makes it easy to move file contents from
- or to a remote.
- * New fromkey subcommand, for registering urls, etc.
- * git-annex init will now set up a pre-commit hook that fixes up symlinks
- before they are committed, to ensure that moving symlinks around does not
- break them.
- * More intelligent and fast staging of modified files; git add coalescing.
- * Add remote.annex-ignore git config setting to allow completly disabling
- a given remote.
- * --from/--to can be used to control the remote repository that git-annex
- uses.
- * --quiet can be used to avoid verbose output
- * New plumbing-level dropkey and addkey subcommands.
- * Lots of bug fixes."""]] \ No newline at end of file
diff --git a/doc/news/version_0.07.mdwn b/doc/news/version_0.07.mdwn
new file mode 100644
index 000000000..29b4736b9
--- /dev/null
+++ b/doc/news/version_0.07.mdwn
@@ -0,0 +1,8 @@
+git-annex 0.07 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * find: New subcommand.
+ * unused: New subcommand, finds unused data. (Split out from fsck.)
+ * dropunused: New subcommand, provides for easy dropping of unused keys
+ by number, as listed by the unused subcommand.
+ * fsck: Print warnings to stderr; --quiet can now be used to only see
+ problems."""]] \ No newline at end of file