-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to latest ReGa community and normal version
- Loading branch information
Wolfgang Willinghöfer
committed
Aug 26, 2017
1 parent
98edf2a
commit f5fddc6
Showing
12 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -2,6 +2,13 @@ | |
ReGaHss ChangeLog | ||
----------------- | ||
|
||
2017-08-25 Jens Maus <[email protected]> | ||
|
||
* implemented "HttpListenerMaxConnections" rega.conf config option to be | ||
able to raise the default number of 6 parallel http connections. | ||
|
||
#### BETA17-2017-08-08 (d5ff468) Release #################################### | ||
|
||
2017-08-07 Jens Maus <[email protected]> | ||
|
||
* fixed bug where using escaping control characters strings like "\t" | ||
|
@@ -71,6 +78,8 @@ ReGaHss ChangeLog | |
|
||
2017-06-01 Jens Maus <[email protected]> | ||
|
||
* stable-2.29.x: reverted opcode overlapping optimizations. | ||
* stable-2.29.x: reverted strict foreach()/while() expression checking. | ||
* added some verbose error output to more easily identify incorrect uses | ||
of foreach()/while() expressions. | ||
|
||
|
@@ -159,11 +168,6 @@ ReGaHss ChangeLog | |
|
||
2017-05-17 Jens Maus <[email protected]> | ||
|
||
* fixed a bug where Type() and VarType() was not available for all | ||
possible variable types. Now 'var', 'idarray' and 'object' can also | ||
be queried for their types. Note, however, that for actual objects | ||
only VarType() will be unique since Type() will then return the | ||
actual object type instead of the variable type name. | ||
* fixed a bug in while() and foreach() not raising any error if the | ||
specified condition isn't valid. | ||
* increased maximum number of iterations for foreach()/while() to 50000 | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -2,6 +2,13 @@ | |
ReGaHss ChangeLog | ||
----------------- | ||
|
||
2017-08-25 Jens Maus <[email protected]> | ||
|
||
* implemented "HttpListenerMaxConnections" rega.conf config option to be | ||
able to raise the default number of 6 parallel http connections. | ||
|
||
#### BETA17-2017-08-08 (d5ff468) Release #################################### | ||
|
||
2017-08-07 Jens Maus <[email protected]> | ||
|
||
* fixed bug where using escaping control characters strings like "\t" | ||
|
@@ -71,6 +78,8 @@ ReGaHss ChangeLog | |
|
||
2017-06-01 Jens Maus <[email protected]> | ||
|
||
* stable-2.29.x: reverted opcode overlapping optimizations. | ||
* stable-2.29.x: reverted strict foreach()/while() expression checking. | ||
* added some verbose error output to more easily identify incorrect uses | ||
of foreach()/while() expressions. | ||
|
||
|
@@ -159,11 +168,6 @@ ReGaHss ChangeLog | |
|
||
2017-05-17 Jens Maus <[email protected]> | ||
|
||
* fixed a bug where Type() and VarType() was not available for all | ||
possible variable types. Now 'var', 'idarray' and 'object' can also | ||
be queried for their types. Note, however, that for actual objects | ||
only VarType() will be unique since Type() will then return the | ||
actual object type instead of the variable type name. | ||
* fixed a bug in while() and foreach() not raising any error if the | ||
specified condition isn't valid. | ||
* increased maximum number of iterations for foreach()/while() to 50000 | ||
|
Binary file modified
BIN
+1.41 KB
(100%)
X86_32_Debian_Wheezy/packages-eQ-3/WebUI/bin/ReGaHss.community
Binary file not shown.
Binary file modified
BIN
+1.06 KB
(100%)
X86_32_Debian_Wheezy/packages-eQ-3/WebUI/bin/ReGaHss.normal
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -2,6 +2,13 @@ | |
ReGaHss ChangeLog | ||
----------------- | ||
|
||
2017-08-25 Jens Maus <[email protected]> | ||
|
||
* implemented "HttpListenerMaxConnections" rega.conf config option to be | ||
able to raise the default number of 6 parallel http connections. | ||
|
||
#### BETA17-2017-08-08 (d5ff468) Release #################################### | ||
|
||
2017-08-07 Jens Maus <[email protected]> | ||
|
||
* fixed bug where using escaping control characters strings like "\t" | ||
|
@@ -71,6 +78,8 @@ ReGaHss ChangeLog | |
|
||
2017-06-01 Jens Maus <[email protected]> | ||
|
||
* stable-2.29.x: reverted opcode overlapping optimizations. | ||
* stable-2.29.x: reverted strict foreach()/while() expression checking. | ||
* added some verbose error output to more easily identify incorrect uses | ||
of foreach()/while() expressions. | ||
|
||
|
@@ -159,11 +168,6 @@ ReGaHss ChangeLog | |
|
||
2017-05-17 Jens Maus <[email protected]> | ||
|
||
* fixed a bug where Type() and VarType() was not available for all | ||
possible variable types. Now 'var', 'idarray' and 'object' can also | ||
be queried for their types. Note, however, that for actual objects | ||
only VarType() will be unique since Type() will then return the | ||
actual object type instead of the variable type name. | ||
* fixed a bug in while() and foreach() not raising any error if the | ||
specified condition isn't valid. | ||
* increased maximum number of iterations for foreach()/while() to 50000 | ||
|
Binary file not shown.
Binary file not shown.