From 25086e58d717c488d8013f3abdfed4690196e12f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 25 Jan 2015 15:22:22 -0400 Subject: update --- doc/interface_stability.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/interface_stability.mdwn b/doc/interface_stability.mdwn index 8ad5dfd8..8bccf67c 100644 --- a/doc/interface_stability.mdwn +++ b/doc/interface_stability.mdwn @@ -1,8 +1,8 @@ Propellor is versioned using the Haskell [Package Version Policy](https://www.haskell.org/haskellwiki/Package_versioning_policy). -This means that propellor 0.10.x contains some changes to its API; -code written for propellor 0.9.x may need to be changed. Conversely, -there are no breaking changes between 0.10.1 and 0.10.2. +This means that propellor 2.10.x contains some changes to its API; +code written for propellor 2.9.x may need to be changed. Conversely, +there are no breaking changes between 2.10.1 and 2.10.2. Whenever possible, breaking changes are made in a way that either changes a data type, or a function name, so that code that used the old API version -- cgit v1.3-2-g0d8e From 54d0d959614b3887199994e477dd720735455aaa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 25 Jan 2015 15:22:45 -0400 Subject: update --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index d0071147..9a430c61 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: native package Files: * -Copyright: © 2010-2014 Joey Hess and contributors +Copyright: © 2010-2015 Joey Hess and contributors License: BSD-2-clause License: BSD-2-clause -- cgit v1.3-2-g0d8e From 27969b2af039b31baf70eb30706de697bcd825fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 25 Jan 2015 15:23:02 -0400 Subject: version --- propellor.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propellor.cabal b/propellor.cabal index 523cf19f..6f4dba2f 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 1.3.2 +Version: 2.0.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e From 32ca4d3af2589d393939e70a0d8cae339c0243b3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 25 Jan 2015 15:24:36 -0400 Subject: prep release --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index abf6bd16..9410a516 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.0.0) UNRELEASED; urgency=medium +propellor (2.0.0) unstable; urgency=medium * Property has been converted to a GADT, and will be Property NoInfo or Property HasInfo. @@ -24,7 +24,7 @@ propellor (2.0.0) UNRELEASED; urgency=medium * Added more network interface configuration properties. * Implemented OS.preserveNetwork. - -- Joey Hess Thu, 15 Jan 2015 20:14:29 -0400 + -- Joey Hess Sun, 25 Jan 2015 15:23:08 -0400 propellor (1.3.2) unstable; urgency=medium -- cgit v1.3-2-g0d8e