summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-25 15:42:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-25 15:42:52 -0400
commit1e82bfa69e6a5dc2eeff773ee451971f1947e15f (patch)
tree60ce6f13b9e5d7b341e78567d821c5a03766a4c5 /doc
parentec3baa8fda2602f76b5cecd2487670bfe865011f (diff)
devblog
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_66__upgrade_testing.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/devblog/day_66__upgrade_testing.mdwn b/doc/devblog/day_66__upgrade_testing.mdwn
new file mode 100644
index 000000000..741ec494e
--- /dev/null
+++ b/doc/devblog/day_66__upgrade_testing.mdwn
@@ -0,0 +1,17 @@
+Upgrades should be working on OSX Mavericks, Linux, and sort of on Android.
+This needs more testing, so I have temporarily made the daily builds think
+they are an older version than the last git-annex release. So when you
+install a daily build, and start the webapp, it should try to upgrade
+(really downgrade) to the last release. Tests appreciated.
+
+Looking over the whole upgrade code base, it took 700 lines of code
+to build the whole thing, of which 75 are platform specific (and mostly
+come down to just 3 or 4 shell commands). Not bad..
+
+----
+
+Last night, added support for quvi 0.9, which has a completely changed
+command line interface from the 0.4 version.
+
+Plan to spend tomorrow catching up on bug reports etc and then low activity
+for rest of the week.