Skip to content

Commit

Permalink
Release 0.96
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Grzonka <[email protected]>
  • Loading branch information
mgrzonka authored May 31, 2022
1 parent 6e2b90d commit b849a91
Show file tree
Hide file tree
Showing 26 changed files with 45 additions and 31 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v0.96 / 2022-05-26

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

Bug fixes

* Manual updates, clarify --listed-only option
* Fix cache indexing of ATA port
* Fixes in regard to macros
* Fix memory leak in amd_ipmi.c
* Fix NULL pointer dereferences in sysfs.c
* Make messages appear in service log immediately
* Other minor fixes

### v0.95 / 2021-01-15

[Commit list](https://github.com/intel/ledmon/compare/v0.94...v0.95)
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-2021 Intel Corporation.
# Copyright (C) 2009-2022 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.95
# This package contains the Enclosure LED Utilities, version 0.96

Copyright (C) 2009-2021 Intel Corporation.
Copyright (C) 2009-2022 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
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.95])
AC_INIT([ledmon], [0.96])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([PACKAGE_DATE], "January 2021")
AC_SUBST([PACKAGE_DATE], "May 2022")
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-2021 Intel Corporation.
# Copyright (C) 2009-2022 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 doc/ledctl.pod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Intel(R) Enclosure LED Utilities
# Copyright (C) 2009-2021 Intel Corporation.
# Copyright (C) 2009-2022 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 Expand Up @@ -388,7 +388,7 @@ different devices at the same time. It uses the both formats of device list.

=head1 LICENSE

Copyright (c) 2009-2021 Intel Corporation.
Copyright (c) 2009-2022 Intel Corporation.

This program is distributed under the terms of the GNU General Public License
as published by the Free Software Foundation. See the built-in help for
Expand Down
4 changes: 2 additions & 2 deletions 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-2021 Intel Corporation.
# Copyright (C) 2009-2022 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 Expand Up @@ -183,7 +183,7 @@ switch.

=head1 LICENSE

Copyright (c) 2009-2021 Intel Corporation.
Copyright (c) 2009-2022 Intel Corporation.

This program is distributed under the terms of the GNU General Public License
as published by the Free Software Foundation. See the build-in help for details
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-2021 Intel Corporation.
# Copyright (C) 2009-2022 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/amd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD LED control
* Copyright (C) 2021, Advanced Micro Devices, Inc.
* Copyright (C) 2022, Advanced Micro Devices, Inc.
*
* 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/amd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD LED control
* Copyright (C) 2021, Advanced Micro Devices, Inc.
* Copyright (C) 2022, Advanced Micro Devices, Inc.
*
* 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/amd_ipmi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AMD IPMI LED control
* Copyright (C) 2021, Advanced Micro Devices, Inc.
* Copyright (C) 2022, Advanced Micro Devices, Inc.
*
* 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/block.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/cntrl.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/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-2021 Intel Corporation.
* Copyright (C) 2017-2022 Intel Corporation.
* Copyright (C) 2009 Karel Zak <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0
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) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/enclosure.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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 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-2021 Intel Corporation.
* Copyright (C) 2009-2022 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 Expand Up @@ -96,7 +96,7 @@ const char *ibpi_str[] = {
* information about the version of ledctl utility.
*/
static char *ledctl_version = "Intel(R) Enclosure LED Control Application %s %s\n"
"Copyright (C) 2009-2021 Intel Corporation.\n";
"Copyright (C) 2009-2022 Intel Corporation.\n";

/**
* Internal variable of monitor service. It is used to help parse command line
Expand Down
4 changes: 2 additions & 2 deletions 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-2021 Intel Corporation.
* Copyright (C) 2009-2022 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 Expand Up @@ -119,7 +119,7 @@ const char *ibpi_str[] = {
* information about the version of monitor service.
*/
static char *ledmon_version = "Intel(R) Enclosure LED Monitor Service %s %s\n"
"Copyright (C) 2009-2021 Intel Corporation.\n";
"Copyright (C) 2009-2022 Intel Corporation.\n";

/**
* Internal variable of monitor service. It is used to help parse command line
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-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/scsi.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/scsi.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/ses.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/ses.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/slave.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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/smp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2011-2021 Intel Corporation.
* Copyright (C) 2011-2022 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/utils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2021 Intel Corporation.
* Copyright (C) 2009-2022 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

0 comments on commit b849a91

Please sign in to comment.