diff --git a/doc/Changelog b/doc/Changelog index 5a05ac372..5d3e911f3 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +10 June 2016: Wouter + - And delete service.conf.shipped on uninstall. + 9 June 2016: Wouter - Trunk is called 1.5.10 (with previous fixes already in there to 2 june). diff --git a/winrc/setup.nsi b/winrc/setup.nsi index 99f2b1794..15735933a 100644 --- a/winrc/setup.nsi +++ b/winrc/setup.nsi @@ -189,6 +189,7 @@ section "un.Unbound" Delete "$INSTDIR\unbound-control-setup.cmd" Delete "$INSTDIR\unbound-website.url" Delete "$INSTDIR\service.conf" + Delete "$INSTDIR\service.conf.shipped" Delete "$INSTDIR\example.conf" Delete "$INSTDIR\Changelog" Delete "$INSTDIR\root.key"