Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Ledmon release 1.1.0.

Signed-off-by: Anna Sztukowska <anna.sztukowska@intel.com>
  • Loading branch information
asztukow committed Nov 4, 2024
1 parent a8b320d commit 64f774d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
*.yapf
COPYING*
*/*.md
CHANGELOG.md
README.md
- name: Run license review
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### v1.1.0

[Commit list](https://github.com/intel/ledmon/compare/v1.0.0...v1.1.0)

Enhancements

* Various enhancements in tests, licensing and deployment
* Add --default-controller command to ledctl

Bug fixes

* ledctl: add error message for missing devices
* ledctl: fix musl build failure by replacing on_exit() by atexit()
* Improve error handling for unsupported patters by falling back to normal
* Fix incorrect conversion of large integer values
* Fix compilation warnings
* Fix incorrect array index usage for block device and SES slot lookup

### v1.0.0 / 2024-02-28

[Commit list](https://github.com/intel/ledmon/compare/v0.97...v1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This package contains the Enclosure LED Utilities, version 1.0.0
# This package contains the Enclosure LED Utilities, version 1.1.0

Copyright (C) 2009-2024 Intel Corporation.

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ AC_PREREQ([2.69])


m4_define([MAJOR_VERSION], 1)
m4_define([MINOR_VERSION], 0)
m4_define([MINOR_VERSION], 1)
m4_define([MICRO_VERSION], 0)

AC_INIT([ledmon],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([PACKAGE_DATE], "March 2024")
AC_SUBST([PACKAGE_DATE], "2024")
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])

# If CFLAGS was not set, do not set default compiler flags, leave it empty.
Expand Down

0 comments on commit 64f774d

Please sign in to comment.