devblog
This commit is contained in:
parent
ded79929bc
commit
c2add53756
1 changed files with 13 additions and 0 deletions
13
doc/devblog/day_180__porting.mdwn
Normal file
13
doc/devblog/day_180__porting.mdwn
Normal file
|
@ -0,0 +1,13 @@
|
|||
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.)
|
||||
|
||||
A nice peice of news: OSX Homebrew now contains git-annex, so it can be
|
||||
easily installed with `brew install git-annex`
|
Loading…
Add table
Reference in a new issue