From eb0d9c58bbae91804550f91c8e745a916f7d4dd5 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Tue, 27 Nov 2012 00:38:52 +0000 Subject: [PATCH] . --- CHANGELIST | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELIST b/CHANGELIST index 9c8ac81f68..ea4262f778 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,8 @@ +0.4.23 (November 26, 2012) + - The --directories flag is now recursive when the output package is rpm. + This makes all directories under a given path as owned by the package + so they'll be removed when the package is uninstalled. + 0.4.22 (November 15, 2012) - Add --no-depends flag for creating packages with no dependencies listed (#289, patch by Brett Gailey)