From 795595dec501716a9e3b1274a45ff398d953d6a0 Mon Sep 17 00:00:00 2001 From: mpl Date: Mon, 4 Aug 2014 17:15:59 +0200 Subject: [PATCH] website: small typo in 0.8 notes Change-Id: Ib98c4e5148b483fd80288e98ae135d5753b4eabe --- website/content/docs/release/0.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/release/0.8 b/website/content/docs/release/0.8 index 3a73326be..548cfcd41 100644 --- a/website/content/docs/release/0.8 +++ b/website/content/docs/release/0.8 @@ -94,6 +94,6 @@ $ PREV=0.7; echo "$(git shortlog -e -s $PREV..HEAD | sed -e 's/^.*.*$//'
  • kv: all the kv verifydb flags are on by default in dev mode, to help with detecting corruption. One known kv corruption bug remains.
  • -
  • devcam --makethings pre-populates your dev server with fake importer content to aid in UI development work
  • +
  • devcam server --makethings pre-populates your dev server with fake importer content to aid in UI development work
  • Photos with GPS location in the EXIF but no timezone information (most cameraphone photos) now map the latitude and longitude to a timezone using the latlong package so they sort properly with respect to other events in your stream (e.g. Tweets, Foursquare checkins, etc.) Useful for anybody who travels or doesn't live in UTC..