Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phatina committed Aug 6, 2015
1 parent d2f6be2 commit 6b05bbc
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
--------------
storaged 2.1.1
--------------

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

Changes since 2.1.0:

Marius Vollmer (1):
MDRaid: Add 'Running' property.

Martin Pitt (3):
Backport: UDF: Drop umask=0077 default
Backport: Fix crash on inaccessible RAID member "state" attribute
Backport: udev rules: Stop hardcoding sed path

Michael Catanzaro (1):
Backport: Install storaged into a libexecdir

Ondrej Holy (1):
Backport: Fail before formatting if partition contains a partition table

Peter Hatina (8):
Merge pull request #13 from mvollmer/mdraid-running-property
Remove deprecated g_io_scheduler_* calls
TODO: add new features
TODO: mkswap already supported
Build: make all rules silent by default
Tests: build storaged with all modules
Build: rename yum_dependencies to rpm_dependencies
TODO: update possible features

Ross Lagerwall (5):
Backport: Add support for creating f2fs filesystems
Backport: Don't ignore isohybrid udf filesystems
Backport: integration-tests: Add a wrapper to write and flush stderr
Backport: integration-tests: Don't fail if a SMART test was aborted
Backport: integration-tests: Settle while waiting for property change

Simon McVittie (1):
Backport: Decide whether devices are on the same seat by uid, not pid

Tomas Bzatek (1):
Backport: StoragedSpawnedJob: Retrieve uid/gid info before forking

Thanks to all our contributors.

Peter Hatina
2015-07-02

--------------
storaged 2.1.0
--------------
Expand Down
2 changes: 1 addition & 1 deletion 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], [0])
m4_define([storaged_micro_version], [1])

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

Expand Down

0 comments on commit 6b05bbc

Please sign in to comment.