summaryrefslogtreecommitdiff
path: root/doc/devblog/day_33__fsck_on_connect.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devblog/day_33__fsck_on_connect.mdwn')
-rw-r--r--doc/devblog/day_33__fsck_on_connect.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devblog/day_33__fsck_on_connect.mdwn b/doc/devblog/day_33__fsck_on_connect.mdwn
new file mode 100644
index 000000000..36c226008
--- /dev/null
+++ b/doc/devblog/day_33__fsck_on_connect.mdwn
@@ -0,0 +1,9 @@
+Built everything needed to run a fsck when a remote gets connected. Have
+not tested it; only testing is blocking merging the incrementalfsck branch
+now.
+
+Also updated the OSX and Android builds to use a new gpg release (denial of
+service security fix), and updated the Debian backport, and did a small
+amount of bug fixing. I need to do several more days of bug fixing once
+I get this incremental fsck feature wrapped up before moving on to recovery
+of corrupt git repositories.