From 007cca9db52c8b436d7c71144a7c2bdd9bcda5fa Mon Sep 17 00:00:00 2001 From: bbruns Date: Wed, 13 Oct 2010 21:42:56 +0000 Subject: [PATCH] Misc small changes --- INSTALL | 6 ++++++ Makefile | 3 +++ 2 files changed, 9 insertions(+) diff --git a/INSTALL b/INSTALL index 3c2c544..377e1af 100644 --- a/INSTALL +++ b/INSTALL @@ -29,3 +29,9 @@ This is a script in progress, and is nowhere near complete. If you find obvious bugs or have a patch to add new features/remove bugs, please send them to me. + +[Update 10/13/2010] - 0.9.9 +!!! IMPORTANT !!! +If you are upgrading from pre 0.9.9 config, please either run 'make config_update' +or 'tools/convert-config' to update your config file with the variable changes for IPV6 +options. diff --git a/Makefile b/Makefile index c52403f..d96d055 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,6 @@ tarball: upgrade: mv -f blocked ipv4-blocked &>/dev/null + +config_update: + tools/convert-config