prep release
This commit is contained in:
parent
a8a85dab2b
commit
63ce1a4f71
3 changed files with 5 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -152,7 +152,6 @@ docs: $(mans)
|
|||
clean:
|
||||
rm -rf $(GIT_ANNEX_TMP_BUILD_DIR) $(bins) $(mans) test configure *.tix .hpc $(sources) \
|
||||
doc/.ikiwiki html dist $(clibs) build-stamp tags
|
||||
$(MAKE) -C standalone/android clean
|
||||
|
||||
sdist: clean $(mans)
|
||||
./Build/make-sdist.sh
|
||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,12 +1,13 @@
|
|||
git-annex (3.20130208) UNRELEASED; urgency=low
|
||||
git-annex (3.20130216) unstable; urgency=low
|
||||
|
||||
* Now uses the Haskell uuid library, rather than needing a uuid program.
|
||||
* Now uses the Haskell Glob library, rather than pcre-light, avoiding
|
||||
the need to install libpcre. Currently done only for Cabal or when
|
||||
the Makefile is made to use -DWITH_GLOB
|
||||
* Android port now available (command-line only).
|
||||
* New annex.crippledfilesystem setting, allows use of git-annex
|
||||
repositories on FAT and even worse filesystems; avoiding use of
|
||||
hard links and locked down permissions settings.
|
||||
hard links and locked down permissions settings. (Support is incomplete.)
|
||||
* init: Detect when the repository is on a filesystem that does not
|
||||
support hard links, or symlinks, or unix permissions, and set
|
||||
annex.crippledfilesystem, as well as annex.direct.
|
||||
|
@ -15,7 +16,7 @@ git-annex (3.20130208) UNRELEASED; urgency=low
|
|||
if a file was dropped and then got back, it would be stored in indirect
|
||||
mode.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 10 Feb 2013 14:52:01 -0400
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 16 Feb 2013 10:03:26 -0400
|
||||
|
||||
git-annex (3.20130207) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: git-annex
|
||||
Version: 3.20130207
|
||||
Version: 3.20130216
|
||||
Cabal-Version: >= 1.8
|
||||
License: GPL
|
||||
Maintainer: Joey Hess <joey@kitenet.net>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue