aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-24 01:00:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-24 01:28:07 -0400
commit387e3dc18fe2c82c0eefc5332f4f458f7f979c96 (patch)
tree8b8e892ed684d3ed06f5bbd4e1629b6fdde85372 /NEWS
parentbccfbd631f23933b52df8701ed1dda2ded728374 (diff)
Updated cabal file explictly lists source files.
The tarball on hackage will include only the files needed for cabal install; it is NOT the full git-annex source tree. While it's totally obnoxious that cabal files need every file listed out when basic wildcard support could avoid hundreds of lines, and have to be maintained when files are added, this does get the tarball size back down to 1 mb. This also stops stack from complaining that it found modules not listed in the cabal file. debian/changelog, debian/NEWS, debian/copyright: Converted to symlinks to CHANGELOG, NEWS, and COPYRIGHT, which used to symlink to these instead. This avoids needing to include debian/ in the hackage tarball. Setup.hs: Build man pages at install time using make and mdwn2man. If it fails, which it probably will on windows, just skip installing them.
Diffstat (limited to 'NEWS')
-rw-r--r--[l---------]NEWS45
1 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 798088bec..1266bae20 120000..100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,44 @@
-debian/NEWS \ No newline at end of file
+git-annex (4.20131002) unstable; urgency=low
+
+ The layout of gcrypt repositories has changed, and
+ if you created one you must manually upgrade it.
+ See /usr/share/doc/git-annex/html/upgrades/gcrypt.html
+
+ -- Joey Hess <joeyh@debian.org> Tue, 24 Sep 2013 13:55:23 -0400
+
+git-annex (3.20120123) unstable; urgency=low
+
+ There was a bug in the handling of directory special remotes that
+ could cause partial file contents to be stored in them. If you use
+ a directory special remote, you should fsck it, to avoid potential
+ data loss.
+
+ Example: git annex fsck --from mydirectory
+
+ -- Joey Hess <joeyh@debian.org> Thu, 19 Jan 2012 15:24:23 -0400
+
+git-annex (3.20110624) experimental; urgency=low
+
+ There has been another change to the git-annex data store.
+ Use `git annex upgrade` to migrate your repositories to the new
+ layout. See <http://git-annex.branchable.com/upgrades/> or
+ /usr/share/doc/git-annex/html/upgrades.html
+
+ The significant change this time is that the .git-annex/ directory
+ is gone; instead there is a git-annex branch that is automatically
+ maintained by git-annex, and encapsulates all its state nicely out
+ of your way.
+
+ You should make sure you include the git-annex branch when
+ git pushing and pulling.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 21 Jun 2011 20:18:00 -0400
+
+git-annex (0.20110316) experimental; urgency=low
+
+ This version reorganises the layout of git-annex's files in your repository.
+ There is an upgrade process to convert a repository from the old git-annex
+ to this version. See <http://git-annex.branchable.com/upgrades/> or
+ /usr/share/doc/git-annex/html/upgrades.html
+
+ -- Joey Hess <joeyh@debian.org> Wed, 16 Mar 2011 15:49:15 -0400