linux-namespaces 0.1.0.0 → 0.1.1.0
raw patch · 3 files changed
+10/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ System.Linux.Namespaces: GroupMapping :: GroupID -> GroupID -> Int -> GroupMapping
+ System.Linux.Namespaces: UserMapping :: UserID -> UserID -> Int -> UserMapping
Files
- ChangeLog +3/−0
- System/Linux/Namespaces.hsc +2/−2
- linux-namespaces.cabal +5/−2
+ ChangeLog view
@@ -0,0 +1,3 @@+v0.1.1.0++ * Export data constructors for UserMapping & GroupMapping.
System/Linux/Namespaces.hsc view
@@ -34,8 +34,8 @@ , NamespaceID , getNamespaceID -- * User/Group mappings- , UserMapping- , GroupMapping+ , UserMapping(..)+ , GroupMapping(..) , writeUserMappings , writeGroupMappings ) where
linux-namespaces.cabal view
@@ -1,5 +1,5 @@ name: linux-namespaces-version: 0.1.0.0+version: 0.1.1.0 synopsis: Create new or enter an existing linux namespaces description: This library provides bindings to the @unshare(2)@ and @setns(2)@ linux@@ -10,9 +10,12 @@ license-file: LICENSE author: Marios Titas <rednebΑΤgmxDΟΤcom> maintainer: Marios Titas <rednebΑΤgmxDΟΤcom>-category: System, Filesystem+category: System build-type: Simple cabal-version: >=1.10++extra-source-files:+ ChangeLog source-repository head type: git