git-annex/doc/devblog/day_180__porting.mdwn

14 lines
685 B
Text
Raw Normal View History

2014-06-05 21:33:28 +00:00
Did work on Windows porting today. First, fixed a reversion in the last
release, that broke the git-annex branch pretty badly on Windows, causing
\r to be written to files on that branch that should never have DOS line
endings. Second, fixed a long-standing bug that prevented getting a file
from a local bare repository on Windows.
Also refreshed all autobuilders to deal with the gnutls and openssl
security holes-of-the-week. (git-annex uses gnutls only for XMPP,
and does not use openssl itself, but a few programs bundled with it,
like curl, do use openssl.)
2014-06-07 12:57:35 +00:00
A nice piece of news: OSX Homebrew now contains git-annex, so it can be
2014-06-05 21:33:28 +00:00
easily installed with `brew install git-annex`