summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-20 21:00:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-20 21:00:02 -0400
commit24c4d149ea9ea790100a5cea33425d76a2e44344 (patch)
treeb7d7c4686490ae8c7c78903f3c36e953bf190fa3
parent970c4e4a4d8585e4d3a14817e8332200742be48b (diff)
reorder
-rw-r--r--debian/changelog14
1 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 04dd79fe0..774753157 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,12 +4,6 @@ git-annex (5.20131214) UNRELEASED; urgency=low
* Add plumbing-level lookupkey and examinekey commands.
* find --format: Added hashdirlower, hashdirmixed, keyname, and mtime
format variables.
- * Programs from Linux and OSX standalone builds can now be symlinked
- into a directory in PATH as an alternative installation method, and will
- use readlink to find where the build was unpacked.
- * Include man pages in Linux and OSX standalone builds.
- * Linux standalone build now includes its own glibc and forces the linker to
- use it, to remove dependence on the host glibc.
* assistant: Always batch changes found in startup scan.
* assistant: Fix OSX-specific bug that caused the startup scan to try to
follow symlinks to other directories, and add their contents to the annex.
@@ -17,6 +11,14 @@ git-annex (5.20131214) UNRELEASED; urgency=low
and add it to the configuration for any ssh remotes previously created
by the assistant. This avoids repeated prompts by ssh if the host key
changes, instead syncing with such a remote will fail. Closes: #732602
+ * An armel Linux standalone build is now available, which includes the
+ webapp.
+ * Programs from Linux and OSX standalone builds can now be symlinked
+ into a directory in PATH as an alternative installation method, and will
+ use readlink to find where the build was unpacked.
+ * Include man pages in Linux and OSX standalone builds.
+ * Linux standalone build now includes its own glibc and forces the linker to
+ use it, to remove dependence on the host glibc.
-- Joey Hess <joeyh@debian.org> Sun, 15 Dec 2013 13:32:49 -0400