-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Damien Le Moal <[email protected]>
- Loading branch information
1 parent
197fddc
commit 1b3e552
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# SPDX-FileCopyrightText: 2020 Western Digital Corporation or its affiliates. | ||
|
||
AC_INIT([libzbd], [1.1.0], | ||
AC_INIT([libzbd], [1.2.0], | ||
[[email protected], [email protected]], | ||
[libzbd], [https://github.com/westerndigitalcorporation/libzbd]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
libzbd (1.2.0) unstable; urgency=medium | ||
|
||
* Add support for building Debian packages | ||
* Fix compilation errors due to missing ioctls with older kernel versions | ||
* Fix a bug in zbd_report_zones() | ||
* Improved function documentation in header file | ||
|
||
-- Damien Le Moal <[email protected]> Sat, 09 Jan 2021 09:33:00 +0900 | ||
|
||
libzbd (1.1.0) unstable; urgency=medium | ||
|
||
* Add support for zone capacity, max open and max active limits | ||
|