summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-18 22:54:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-18 22:54:16 -0400
commit7dd12095c97515a38cff4c3197a8a43117765ba0 (patch)
treec268bf96e1664da124ba3c54077729516684c42b
parent13c5c527b68cdcb80cd0ac320ac9eead61208f93 (diff)
devblog
-rw-r--r--doc/devblog/day_187__release_prep.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_187__release_prep.mdwn b/doc/devblog/day_187__release_prep.mdwn
new file mode 100644
index 000000000..a5207c373
--- /dev/null
+++ b/doc/devblog/day_187__release_prep.mdwn
@@ -0,0 +1,10 @@
+Last night, got logging to daemon.log working on Windows. Aside from XMPP
+not working (but it's near to being deprecated anyway), and some possible
+issues with unicode characters in filenames, the Windows port now seems in
+pretty good shape for a beta release.
+
+Today, mostly worked on fixing the release process so the metadata
+accurarely reflects the version from the autobuilder that is included in
+the release. Turns out there was version skew in the last release (now
+manually corrected). This should avoid that happening again, and also
+automates more of my release process.