From 497152ba93945bc4802103b1c58c3624dbb92b73 Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Mon, 24 Aug 2015 15:08:52 +0200 Subject: [PATCH] Version 2.2.0 --- NEWS | 31 ++++++++++++++++++++++++++----- configure.ac | 4 ++-- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 7a719bd7db..7270e5119f 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index 09c031e0ce..e706793bff 100644 --- a/configure.ac +++ b/configure.ac @@ -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])