aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-05 17:33:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-05 17:33:28 -0400
commit04405c813531effba529d4173c61f4c8101bf286 (patch)
treeb7d7a9b57a80ee26bd47a53105c3882dfee26006
parent0c7e25d5f6af5dfed12201a3ee3cacd37b69624c (diff)
devblog
-rw-r--r--doc/devblog/day_180__porting.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_180__porting.mdwn b/doc/devblog/day_180__porting.mdwn
new file mode 100644
index 000000000..c0e56406b
--- /dev/null
+++ b/doc/devblog/day_180__porting.mdwn
@@ -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`