-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from pkoutoupis/feature/support_newer_libmicro…
…httpd Feature/support newer libmicrohttpd
- Loading branch information
Showing
15 changed files
with
43 additions
and
15 deletions.
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
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
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,5 +1,5 @@ | ||
Package: rapiddisk | ||
Version: 7.2.0-1 | ||
Version: 7.2.1-1 | ||
Section: base | ||
Priority: optional | ||
Architecture: amd64 | ||
|
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
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
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
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
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
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
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
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,6 +1,6 @@ | ||
Summary: The RapidDisk software defined advanced RAM drive and storage caching solution. | ||
Name: rapiddisk | ||
Version: 7.2.0 | ||
Version: 7.2.1 | ||
Release: 1 | ||
License: General Public License Version 2 | ||
Group: Applications/System | ||
|
@@ -78,6 +78,9 @@ rm -rf %{buildroot} | |
%doc %attr(0444,root,root) /usr/share/man/man1/* | ||
|
||
%changelog | ||
* Sun Jun 13 2021 Petros Koutoupis <[email protected]> | ||
- module: Added support for RHEL 8.4 kernel | ||
- utility: added support for libmicrohttpd v0.9.71 and newer while still supporting legacy versions | ||
* Fri May 28 2021 Petros Koutoupis <[email protected]> | ||
- module: Updated for 5.12 kernels and later (thank you Michael) | ||
- utility: remove unused headers (thank you Marcel Huber) | ||
|
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,6 +1,6 @@ | ||
Summary: The RapidDisk software defined advanced RAM drive and storage caching solution. | ||
Name: rapiddisk | ||
Version: 7.2.0 | ||
Version: 7.2.1 | ||
Release: 1 | ||
License: General Public License Version 2 | ||
Group: Applications/System | ||
|
@@ -79,6 +79,9 @@ rm -rf %{buildroot} | |
%doc %attr(0444,root,root) /usr/share/man/man1/* | ||
|
||
%changelog | ||
* Sun Jun 13 2021 Petros Koutoupis <[email protected]> | ||
- module: Added support for RHEL 8.4 kernel | ||
- utility: added support for libmicrohttpd v0.9.71 and newer while still supporting legacy versions | ||
* Fri May 28 2021 Petros Koutoupis <[email protected]> | ||
- module: Updated for 5.12 kernels and later (thank you Michael) | ||
- utility: remove unused headers (thank you Marcel Huber) | ||
|
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
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
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