propellor 3.1.0 → 3.1.1
raw patch · 4 files changed
+16/−2 lines, 4 files
Files
- CHANGELOG +7/−0
- debian/changelog +7/−0
- propellor.cabal +1/−1
- src/Propellor/Property/Ccache.hs +1/−1
CHANGELOG view
@@ -1,3 +1,10 @@+propellor (3.1.1) unstable; urgency=medium++ * Haddock build fix.+ Thanks, Sean Whitton++ -- Joey Hess <id@joeyh.name> Thu, 23 Jun 2016 08:12:57 -0400+ propellor (3.1.0) unstable; urgency=medium * Architecture changed from String to an ADT. (API Change)
debian/changelog view
@@ -1,3 +1,10 @@+propellor (3.1.1) unstable; urgency=medium++ * Haddock build fix.+ Thanks, Sean Whitton++ -- Joey Hess <id@joeyh.name> Thu, 23 Jun 2016 08:12:57 -0400+ propellor (3.1.0) unstable; urgency=medium * Architecture changed from String to an ADT. (API Change)
propellor.cabal view
@@ -1,5 +1,5 @@ Name: propellor-Version: 3.1.0+Version: 3.1.1 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>
src/Propellor/Property/Ccache.hs view
@@ -100,7 +100,7 @@ , groupWriteMode , setGroupIDMode ]) `onChange` fixSetgidBit- -- ^ we use onChange to catch upgrades from+ -- here, we use onChange to catch upgrades from -- 3.0.5 where the setGroupIDMode line was not -- present & hasLimits path limit