Skip to content

Commit

Permalink
Release 0.97 (#140)
Browse files Browse the repository at this point in the history
Ledmon 0.97 release.

Signed-off-by: Pawel Piatkowski <[email protected]>
  • Loading branch information
pawpiatko authored May 16, 2023
1 parent 38a1314 commit b0edae1
Show file tree
Hide file tree
Showing 57 changed files with 84 additions and 58 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
### v0.97 / 2023-05-16

[Commit list](https://github.com/intel/ledmon/compare/v0.96...v0.97)

Enhancements

* ledctl: add support to empty slots blinking
* ledmon license change to LGPLv2
* ledctl: Add SES get/set/list slot support
* Update NPEM wait command
* Remove exclusionary language
* ledmon: Define ONESHOT_NORMAL for VMD

Bug fixes

* ipmi: avoid error messages on non-dell platforms
* vmdssd: define normal pattern
* ledctl: clear unsupported params from config
* block.c: get_block_device_from_sysfs_path modification
* fix ibpi_value lists getter
* amd_ipmi: Allow to _enable_smbus_control
* ledmon.c: allocate memory for ignore
* sysfs: add only vmd devices to slots_list
* Rename --controller parameter
* Slots list implementations and fixes

### v0.96 / 2022-05-26

[Commit list](https://github.com/intel/ledmon/compare/v0.95...v0.96)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Intel(R) Enclosure LED Utilities
# Copyright (C) 2009-2022 Intel Corporation.
# Copyright (C) 2009-2023 Intel Corporation.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This package contains the Enclosure LED Utilities, version 0.96
# This package contains the Enclosure LED Utilities, version 0.97

Copyright (C) 2009-2022 Intel Corporation.
Copyright (C) 2009-2023 Intel Corporation.

All files in this package can be freely distributed and used according
to the terms of the GNU General Public License, version 2.
Expand Down
2 changes: 1 addition & 1 deletion config/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

AC_PREREQ([2.69])
AC_INIT([ledmon], [0.96])
AC_INIT([ledmon], [0.97])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([PACKAGE_DATE], "May 2022")
AC_SUBST([PACKAGE_DATE], "May 2023")
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

# Checks for programs.
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Intel(R) Enclosure LED Utilities
# Copyright (C) 2009-2022 Intel Corporation.
# Copyright (C) 2009-2023 Intel Corporation.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
Expand Down
2 changes: 1 addition & 1 deletion doc/ledmon.conf.pod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Intel(R) Enclosure LED Utilities
# Copyright (C) 2009-2017 Intel Corporation.
# Copyright (C) 2009-2023 Intel Corporation.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
Expand Down
2 changes: 1 addition & 1 deletion doc/ledmon.pod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Intel(R) Enclosure LED Utilities
# Copyright (C) 2009-2022 Intel Corporation.
# Copyright (C) 2009-2023 Intel Corporation.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Intel(R) Enclosure LED Utilities
# Copyright (C) 2009-2022 Intel Corporation.
# Copyright (C) 2009-2023 Intel Corporation.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/ahci.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/ahci.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/amd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD LED control
* Copyright (C) 2022, Advanced Micro Devices, Inc.
* Copyright (C) 2023, Advanced Micro Devices, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/amd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD LED control
* Copyright (C) 2022, Advanced Micro Devices, Inc.
* Copyright (C) 2023, Advanced Micro Devices, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/amd_ipmi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD IPMI LED control
* Copyright (C) 2022, Advanced Micro Devices, Inc.
* Copyright (C) 2023, Advanced Micro Devices, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/amd_ipmi.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD IPMI LED control
* Copyright (C) 2022, Advanced Micro Devices, Inc.
* Copyright (C) 2023, Advanced Micro Devices, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/amd_sgpio.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD SGPIO LED control
* Copyright (C) 2022, Advanced Micro Devices, Inc.
* Copyright (C) 2023, Advanced Micro Devices, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/amd_sgpio.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD SGPIO LED control
* Copyright (C) 2022, Advanced Micro Devices, Inc.
* Copyright (C) 2023, Advanced Micro Devices, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/block.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/block.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/cntrl.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/cntrl.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/config_file.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Intel(R) Enclosure LED Utilities
*
* Copyright (C) 2017-2022 Intel Corporation.
* Copyright (C) 2017-2023 Intel Corporation.
* Copyright (C) 2009 Karel Zak <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion src/config_file.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Intel(R) Enclosure LED Utilities
*
* Copyright (C) 2017-2019 Intel Corporation.
* Copyright (C) 2017-2023 Intel Corporation.
* Copyright (C) 2009 Karel Zak <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion src/dellssd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Dell Backplane LED control
* Copyright (C) 2022, Dell Inc.
* Copyright (C) 2023, Dell Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/dellssd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Dell Backplane LED control
* Copyright (C) 2022, Dell Inc.
* Copyright (C) 2023, Dell Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/enclosure.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/enclosure.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/ibpi.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/ipmi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Generic IPMI Interface
* Copyright (C) 2022, Dell Inc.
* Copyright (C) 2023, Dell Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/ledctl.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2022 Intel Corporation.
* Copyright (C) 2009-2023 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/ledmon.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2022 Intel Corporation.
* Copyright (C) 2009-2023 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/list.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/list.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/npem.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/npem.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/pci_slot.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/pci_slot.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/pidfile.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2022 Intel Corporation.
* Copyright (C) 2009-2023 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/pidfile.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2017 Intel Corporation.
* Copyright (C) 2009-2023 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/raid.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/raid.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/scsi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/scsi.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/ses.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/ses.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/slave.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2022-2022 Intel Corporation.
* Copyright (C) 2022-2023 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
Loading

0 comments on commit b0edae1

Please sign in to comment.