Updated config file format version to: c5a3f86418b5.
diff --git a/infocalypse/config.py b/infocalypse/config.py
--- a/infocalypse/config.py
+++ b/infocalypse/config.py
@@ -39,7 +39,7 @@ else:
DEFAULT_CFG_PATH = '~/%s' % CFG_NAME
# hg version that the format last changed in.
-FORMAT_VERSION = '8c1f129b1df3'
+FORMAT_VERSION = 'c5a3f86418b5'
def normalize(usk_or_id):
""" Returns a USK hash. """
diff --git a/infocalypse/devnotes.txt b/infocalypse/devnotes.txt
--- a/infocalypse/devnotes.txt
+++ b/infocalypse/devnotes.txt
@@ -1,3 +1,11 @@
+djk20090502
+I added an explicit format_version field to the config file
+and added code to automatically re-write the config file
+when the version changes.
+
+Disregard the note about fms* config variables below.
+They will appear 'automagically'.
+
djk20090501
I added fn-fmsread and fn-fmsnotify to support sending and
receiving repo update notifications via fms. They are