diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-22 11:49:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-22 11:49:53 -0400 |
commit | 806a793497c94a247571c72f459e1b82fa799c37 (patch) | |
tree | bb3c6a19708a8f86d58dbc4f532cf0380a754023 | |
parent | ae8d76698220afe450192e3a73545b398c8b48c4 (diff) |
releasing version 0.59
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | etckeeper.spec | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 70e3a2d..2bc2cbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -etckeeper (0.59) UNRELEASED; urgency=low +etckeeper (0.59) unstable; urgency=low * Add /etc/cups/subscriptions.conf to default ignores, as the content of this file does not normally contain configuration and it changes frequently. Closes: #651168 + * Shell quoting fix. Thanks, Daniel Hahler - -- Joey Hess <joeyh@debian.org> Tue, 06 Dec 2011 15:26:18 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 22 Dec 2011 11:48:50 -0400 etckeeper (0.58) unstable; urgency=low diff --git a/etckeeper.spec b/etckeeper.spec index ea2c13a..0e178f2 100644 --- a/etckeeper.spec +++ b/etckeeper.spec @@ -1,5 +1,5 @@ Name: etckeeper -Version: 0.58 +Version: 0.59 Release: 4%{?dist} Summary: store /etc in git, mercurial, bzr or darcs |