Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatina committed Aug 25, 2015
1 parent 5815019 commit 497152b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
31 changes: 26 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,18 +1,39 @@
---------------------------
storaged 2.1.3 (unreleased)
---------------------------
--------------
storaged 2.2.0
--------------

The storaged project provides a daemon, tools and libraries to access
and manipulate disks, storage devices and technologies.

Changes since 2.1.2:

(TODO: git shortlog)
Marius Vollmer (2):
lvm2: Properly monitor fstab and crypttab.
Do the wipe before returning for a 'no-block' Format.

Peter Hatina (14):
BTRFS: add missing sources to POTFILES.in
ISCSI: add missing sources to POTFILES.in
BTRFS: add additional options passed also to policy kit
ISCSI: add additional options passed also to policy kit
Core: rename properties to options in STORAGED_DAEMON_CHECK_AUTHORIZATION
ISCSI: add missing doc strings for /o/s/S/iscsi/sessionX Logout(Interface) methods
BTRFS: Fix DBus SetLabel() doc string
BTRFS: introduce snapshots API
BTRFS: introduce subvolumes API
ISCSI: refactor discovery utility functions
ISCSI: introduce /o/s/S/iscsi/sessionX Logout method
ISCSI: add missing policy checks
ISCSI: fix typo in StoragedLinuxISCSISession documentation
BTRFS: introduce module

Stef Walter (1):
lvm2: Minor DBus interface doc fix

Thanks to all our contributors.

Peter Hatina
(TODO: date)
2015-08-24

--------------
storaged 2.1.2
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

m4_define([storaged_major_version], [2])
m4_define([storaged_minor_version], [1])
m4_define([storaged_micro_version], [3])
m4_define([storaged_minor_version], [2])
m4_define([storaged_micro_version], [0])

m4_define([storaged_version], [storaged_major_version.storaged_minor_version.storaged_micro_version])

Expand Down

0 comments on commit 497152b

Please sign in to comment.