From f35ef9d6975710f2d77c2ea708c66500861d92d1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Apr 2015 13:04:39 -0400 Subject: API change: Added User and Group newtypes, and Properties that used to use the type UserName = String were changed to use them. Note that UserName is kept and PrivData still uses it in its sum type. This is to avoid breaking PrivData serialization. --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 95e3805d..15777cda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.2.2) UNRELEASED; urgency=medium +propellor (2.3.0) UNRELEASED; urgency=medium * Make propellor resistent to changes to shared libraries, such as libffi, which might render the propellor binary unable to run. This is dealt with @@ -9,6 +9,8 @@ propellor (2.2.2) UNRELEASED; urgency=medium * Added hasLoginShell and shellEnabled. * debCdn changed to new httpredir.debian.org official replacement for http.debian.net. + * API change: Added User and Group newtypes, and Properties that + used to use the type UserName = String were changed to use them. -- Joey Hess Thu, 02 Apr 2015 10:09:46 -0400 -- cgit v1.2.3 From fb598feeac9dbbbd913689f3b8e571b56277aea3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Apr 2015 13:49:00 -0400 Subject: propellor spin --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 15777cda..80c03652 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.3.0) UNRELEASED; urgency=medium +propellor (2.3.0) unstable; urgency=medium * Make propellor resistent to changes to shared libraries, such as libffi, which might render the propellor binary unable to run. This is dealt with @@ -12,7 +12,7 @@ propellor (2.3.0) UNRELEASED; urgency=medium * API change: Added User and Group newtypes, and Properties that used to use the type UserName = String were changed to use them. - -- Joey Hess Thu, 02 Apr 2015 10:09:46 -0400 + -- Joey Hess Wed, 22 Apr 2015 13:46:24 -0400 propellor (2.2.1) unstable; urgency=medium -- cgit v1.2.3