aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-16 18:47:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-16 18:47:04 -0400
commit3a020e599ef3f3dcc8cd0c0baab95f60c95ffda4 (patch)
tree0ebe711b86a7cadbeb78fe0a63e1600237a0b5ef
parent63360f776783d2527af8c8ed9a4dd79d3159b9a1 (diff)
parent40652e0eaf019ce076fcee24c25fb1f8c950ac5d (diff)
Merge branch 'master' into reorg
Conflicts: debian/changelog
-rw-r--r--debian/changelog11
-rw-r--r--doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_3_a46080fbe82adf0986c5dc045e382501._comment8
-rw-r--r--doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_4_760437bf3ba972a775bb190fb4b38202._comment8
-rw-r--r--doc/news/version_0.19.mdwn17
-rw-r--r--doc/news/version_0.24.mdwn12
-rw-r--r--doc/todo/object_dir_reorg_v2/comment_7_42501404c82ca07147e2cce0cff59474._comment12
6 files changed, 50 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog
index c71c5ee25..47a914812 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,15 @@ git-annex (0.20110316) experimental; urgency=low
directory would contain fewer than 1024 files.)
* The setkey, fromkey, and dropkey subcommands have changed how
the key is specified. --backend is no longer used with these.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 16 Mar 2011 16:20:23 -0400
+
+git-annex (0.24) unstable; urgency=low
+
+ Branched the 0.24 series, which will be maintained for a while to
+ support v1 git-annex repos, while main development moves to the 0.2011
+ series, with v2 git-annex repos.
+
* Add Suggests on graphviz. Closes: #618039
* When adding files to the annex, the symlinks pointing at the annexed
content are made to have the same mtime as the original file.
@@ -20,7 +29,7 @@ git-annex (0.20110316) experimental; urgency=low
like metastore to be used with annexed files.
(Currently this is only done on systems supporting POSIX 200809.)
- -- Joey Hess <joeyh@debian.org> Wed, 16 Mar 2011 16:20:23 -0400
+ -- Joey Hess <joeyh@debian.org> Wed, 16 Mar 2011 18:35:13 -0400
git-annex (0.23) unstable; urgency=low
diff --git a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_3_a46080fbe82adf0986c5dc045e382501._comment b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_3_a46080fbe82adf0986c5dc045e382501._comment
new file mode 100644
index 000000000..7e79dea88
--- /dev/null
+++ b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_3_a46080fbe82adf0986c5dc045e382501._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joey.kitenet.net/"
+ nickname="joey"
+ subject="comment 3"
+ date="2011-03-16T17:46:40Z"
+ content="""
+Alright, I've added #idefs and the symlink timestamp mirroring feature will be unavailable on OSX until I get a version that works there.
+"""]]
diff --git a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_4_760437bf3ba972a775bb190fb4b38202._comment b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_4_760437bf3ba972a775bb190fb4b38202._comment
new file mode 100644
index 000000000..6b1e03b02
--- /dev/null
+++ b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_4_760437bf3ba972a775bb190fb4b38202._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
+ nickname="Jimmy"
+ subject="comment 4"
+ date="2011-03-16T20:32:01Z"
+ content="""
+Just tried it out on my mac and it's working again. I guess this issue could be closed for now.
+"""]]
diff --git a/doc/news/version_0.19.mdwn b/doc/news/version_0.19.mdwn
deleted file mode 100644
index 5d6ab47be..000000000
--- a/doc/news/version_0.19.mdwn
+++ /dev/null
@@ -1,17 +0,0 @@
-git-annex 0.19 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * configure: Support using the uuidgen command if the uuid command is
- not available.
- * Allow --exclude to be specified more than once.
- * There are now three levels of repository trust.
- * untrust: Now marks the current repository as untrusted.
- * semitrust: Now restores the default trust level. (What untrust used to do.)
- * fsck, drop: Take untrusted repositories into account.
- * Bugfix: Files were copied from trusted remotes first even if their
- annex.cost was higher than other remotes.
- * Improved temp file handling. Transfers of content can now be resumed
- from temp files later; the resume does not have to be the immediate
- next git-annex run.
- * unused: Include partially transferred content in the list.
- * Bugfix: Running a second git-annex while a first has a transfer in
- progress no longer deletes the first processes's temp file."""]] \ No newline at end of file
diff --git a/doc/news/version_0.24.mdwn b/doc/news/version_0.24.mdwn
new file mode 100644
index 000000000..2d94a0e9b
--- /dev/null
+++ b/doc/news/version_0.24.mdwn
@@ -0,0 +1,12 @@
+Branched the 0.24 series, which will be maintained for a while to
+support v1 git-annex repos, while main development moves to the 0.2011
+series, with v2 git-annex repos.
+
+git-annex 0.24 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+* Add Suggests on graphviz. Closes: #[618039](http://bugs.debian.org/618039)
+* When adding files to the annex, the symlinks pointing at the annexed
+ content are made to have the same mtime as the original file.
+ While git does not preserve that information, this allows a tool
+ like metastore to be used with annexed files.
+ (Currently this is only done on systems supporting POSIX 200809.)"""]]
diff --git a/doc/todo/object_dir_reorg_v2/comment_7_42501404c82ca07147e2cce0cff59474._comment b/doc/todo/object_dir_reorg_v2/comment_7_42501404c82ca07147e2cce0cff59474._comment
new file mode 100644
index 000000000..fc866c57a
--- /dev/null
+++ b/doc/todo/object_dir_reorg_v2/comment_7_42501404c82ca07147e2cce0cff59474._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U"
+ nickname="Richard"
+ subject="comment 7"
+ date="2011-03-16T21:05:38Z"
+ content="""
+Ah, OK. I assumed the metadata would be attached to a key, not part of the key. This seems to make upgrades/extensions down the line harder than they need to be, but you are right that this way, merges are not, and never will be, an issue.
+
+Though with the SHA1 backend, changing files can be tracked. This means that tracking changes in mtime or other is possible. It also means that there are potential merge issues. But I won't argue the point endlessly. I can accept design decisions :)
+
+The prefix at work is from a university netblock so yes, it might be on a few hundred proxy lists etc.
+"""]]