diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-23 10:40:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-23 10:40:55 -0400 |
| commit | f8b7baa3b1f48e5509fb78e965a457e0f8f45155 (patch) | |
| tree | 0d6b49b264628b148261ae6c9ee2267d8bd396c3 | |
| parent | 311ea71bf5c800cd102f5e7b55ea51b89d1f3f46 (diff) | |
releasing package propellor version 5.1.0
| l--------- | config.hs | 2 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | privdata/relocate | 1 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1 +1 @@ -joeyconfig.hs
\ No newline at end of file +config-simple.hs
\ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 15c058cf..ef3e66ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -propellor (5.1.0) UNRELEASED; urgency=medium +propellor (5.1.0) unstable; urgency=medium + [ Sean Whitton ] * File.isSymlinkedTo now revertable. (minor API change) * Sbuild module changes: - Type of Sbuild.built changed to accept additional properties to be @@ -16,7 +17,7 @@ propellor (5.1.0) UNRELEASED; urgency=medium schroots. - Update documentation. - -- Sean Whitton <spwhitton@spwhitton.name> Sun, 19 Nov 2017 18:18:43 -0700 + -- Joey Hess <id@joeyh.name> Thu, 23 Nov 2017 10:38:16 -0400 propellor (5.0.0) unstable; urgency=medium diff --git a/privdata/relocate b/privdata/relocate deleted file mode 100644 index 271692d8..00000000 --- a/privdata/relocate +++ /dev/null @@ -1 +0,0 @@ -.joeyconfig diff --git a/propellor.cabal b/propellor.cabal index 9bafd2fb..5f9d9ce5 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 5.0.0 +Version: 5.1.0 Cabal-Version: >= 1.20 License: BSD2 Maintainer: Joey Hess <id@joeyh.name> |
