From 3e429822019cb498c3c8a0d28508220655f71bfd Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 10 Mar 2009 17:24:53 -0700 Subject: [PATCH] update history --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 390b26b9..0b9690ce 100644 --- a/History.txt +++ b/History.txt @@ -10,6 +10,7 @@ * Use block syntax of popen4 to ensure that subprocesses are properly disposed [github.com/jqr] * Close open4 streams to prevent zombies [github.com/rtomayko] * Only query required fields from the WP Database [github.com/ariejan] + * Prevent _posts from being copied to the destination directory [github.com/bdimcheff] * Refactors * Factored the filtering code into a method [github.com/Chrononaut]