Skip to content

Commit c861178

Browse files
committed
v2.2 -> v2.3
1 parent 8f02e03 commit c861178

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 fritz-hh from Github
1+
Copyright (c) 2023 fritz-hh from Github
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Hi all,
22

3-
I am a happy Freenas7/Nas4Free user since more than 2 years.
3+
I am a happy Freenas7/Nas4Free/Xigmanas user since 2010.
44
Time to give something back to the community!!!
55

6-
During the last 2 years I developped various scripts to complement missing functions of Freenas7/Nas4free (The scripts can probably be used on other FreeBSD distributions like FreeNAS8, but it was not tested)
6+
Since 2011 I developped various scripts to complement missing functions of Freenas7/Nas4free (The scripts can probably be used on other FreeBSD distributions like FreeNAS8, but it was not tested)
77

88
These scripts will probably be usefull for many users having a similar usage profile as myself:
99
- NAS access from several computers in a home network

RELEASE_NOTES.md

+26
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ Please always read this file before installing the package
55

66
Download software here: https://github.com/fritz-hh/scripts_NAS4Free/tags
77

8+
v2.3 (2023-10-03):
9+
====
10+
11+
New features
12+
------------
13+
14+
- None
15+
16+
Changes
17+
-------
18+
19+
- None
20+
21+
Fixes
22+
-----
23+
24+
- checkPools.sh: Silence warnings related to an incorrectly configured block size (ashift)
25+
Rationale: This configuration issue has a negative impact on the performance of the pool, but does not require any immediate action.
26+
Therefore, it shall not trigger a an email warning
27+
- checkTemp.sh: Fix regex to extract CPU core temperature as an integer value (lead to a crash under Xigmanas 13.2.0.5)
28+
29+
Tested with
30+
-----------
31+
32+
- Xigmanas (formerly NAS4Free) 13.2.0.5 - Heighliner (revision 9876)
33+
834
v2.2 (2018-11-03):
935
====
1036

config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CFG_LOG_FOLDER="./log" # Folder containing all log files
3838
# Version of the package
3939
################################################
4040

41-
CFG_VERSION="v2.2"
41+
CFG_VERSION="v2.3"
4242

4343
# Paths to specific temp files / folders ...
4444
################################################

0 commit comments

Comments
 (0)