Skip to content

Commit 90ee35a

Browse files
committed
Updated version
1 parent f29b6ba commit 90ee35a

File tree

5 files changed

+33
-11
lines changed

5 files changed

+33
-11
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.1
1+
3.14.0

CHANGES.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,35 @@ This is just generated output from commits in [this repository](https://github.c
66

77
### Features:
88

9+
* [`ca45cf`](https://github.com/Oldes/Rebol3/commit/ca45cf2ca598c61f5e3470cb406275f18bec8a13) Allow extension to mark handle's context on free call and so prevent it from releasing
10+
* [`a0ff1b`](https://github.com/Oldes/Rebol3/commit/a0ff1bb7e35b269ce0b0ad8488d34e463fef6923) Allow `write` action on the console port
911
* [`be97ce`](https://github.com/Oldes/Rebol3/commit/be97ceed342043230fe8b0a4f7fd6a3393103b0f) Included link to Rebol/MiniAudio extension version 1.0.0
1012
* [`d4878d`](https://github.com/Oldes/Rebol3/commit/d4878d9a45e50351670337d14506a68db8134fe4) Allow custom `mold` callback for context handles to provide additional handle's info, if wanted
1113
* [`a74b26`](https://github.com/Oldes/Rebol3/commit/a74b261bba1d22f55bd9500d99319c5bf3d6364d) Provide info, when molding a released handle, that it is already released
1214
* [`b048bd`](https://github.com/Oldes/Rebol3/commit/b048bd7e3e240e17fc55922a0697c23b0a225eaa) Allow to pass handle objects to external handle's free function and dispose handle objects before freeing any series
1315

14-
### Fixes:
16+
### Changes:
1517

18+
* [`f5aaa5`](https://github.com/Oldes/Rebol3/commit/f5aaa582896ed192f0cd32ee2281ef331c88f019) Including RXA_UINT64 macro
19+
* [`aab9d4`](https://github.com/Oldes/Rebol3/commit/aab9d4b98beb052a6eb4c3a6c0a6d985cfee7a3d) Extended possible number of extension command arguments to 15
20+
* [`2c4565`](https://github.com/Oldes/Rebol3/commit/2c4565195e33d48d8437d238baa133234bf5f0c0) Extended possible number of extension command arguments from 7 to 11
21+
* [`928761`](https://github.com/Oldes/Rebol3/commit/928761be6d7704952b52249d51514d7bd1e3c0f7) Using lower MiniAudio extension version
22+
* [`b24999`](https://github.com/Oldes/Rebol3/commit/b2499948f88618a90fab055aa2f5c2452e83b4bb) Downloading extensions into `system/options/modules` directory instead of the current dir
23+
* [`3f7972`](https://github.com/Oldes/Rebol3/commit/3f7972a0c3eddc40e309ef69ff9defb15ef5dd4b) Including `uint64` in the RXIARG value union
24+
* [`c87321`](https://github.com/Oldes/Rebol3/commit/c87321e881b7e298fd3eb7fe46e7b497f7fe706e) Deprecated `system/options/module-paths` replaced with `system/options/modules`
25+
26+
### Fixes:
27+
28+
* [`f29b6b`](https://github.com/Oldes/Rebol3/commit/f29b6ba37a0c62248cbadd5e784b5f66f4f54ed2) Using correct module name (not using arch and `.rebx` extension) in case, that url to module contains file name
29+
* [`c7d328`](https://github.com/Oldes/Rebol3/commit/c7d3281ca88865369012b6a8a1d32240f8783e9a) Crash when trying to initialise multi-dimension struct value
30+
* [`9fffc0`](https://github.com/Oldes/Rebol3/commit/9fffc0b4c32892b66a3a790f2ceb03404764b3f5) Invalid function name when used help on function using a path
31+
* [`54bb9d`](https://github.com/Oldes/Rebol3/commit/54bb9d9fd9f8dc233b31978c7976d861aa18e9e3) Properly implemented `List_Func_Types` function
32+
* [`158080`](https://github.com/Oldes/Rebol3/commit/158080a4627575033cad833ac3195b40376aad37) Make the modules directory, if does not exists
33+
* [`db8971`](https://github.com/Oldes/Rebol3/commit/db89718117f2e1cef0d74a6e58e930df34c87bd8) Lower security policy on the application data directory (when running a script)
34+
* [`56eac4`](https://github.com/Oldes/Rebol3/commit/56eac4ef36ca940d599ad58155c2be1100a16670) Missing optional extension handle `mold` callback registration
35+
* [`0837df`](https://github.com/Oldes/Rebol3/commit/0837df62d38f9b7dfbc729626c564e85c291c53f) Warning: pointer type mismatch
36+
* [`48e772`](https://github.com/Oldes/Rebol3/commit/48e7726b668270d5ea65e4b3121f618becd61e10) Using proper type for extension handle mold callback function argument
37+
* [`5413ff`](https://github.com/Oldes/Rebol3/commit/5413ff1b0b221626dcceb09848d08d6cb1ed69e8) `list-dir` stopping its output on symbolic link to not existing file
1638
* [`922ac0`](https://github.com/Oldes/Rebol3/commit/922ac0654ffa3a9b5ce139693a98c1b584094d90) Use handle's context path access only if the handle is still in use (not already released)
1739
* [`41a265`](https://github.com/Oldes/Rebol3/commit/41a26582c0a3fdf54462c292de4761fbc879d349) Correctly check for a handle's context flag on free
1840

make/r3-view.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
101 ICON "icon/r3.ico"
22

33
1 VERSIONINFO
4-
FILEVERSION 3,13,0,0
5-
PRODUCTVERSION 3,13,0,0
4+
FILEVERSION 3,14,0,0
5+
PRODUCTVERSION 3,14,0,0
66
BEGIN
77
BLOCK "StringFileInfo"
88
BEGIN
99
BLOCK "040904E4"
1010
BEGIN
1111
VALUE "FileDescription", "Rebol Console"
12-
VALUE "FileVersion", "3.13"
12+
VALUE "FileVersion", "3.14"
1313
VALUE "InternalName", "Rebol 3 (Oldes branch)"
1414
VALUE "LegalCopyright", "2012 REBOL Technologies"
1515
VALUE "OriginalFilename", "Rebol.exe"
1616
VALUE "ProductName", "Rebol/View"
17-
VALUE "ProductVersion", "3.13"
17+
VALUE "ProductVersion", "3.14"
1818
END
1919
END
2020
BLOCK "VarFileInfo"

make/r3.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
101 ICON "icon/r3.ico"
22

33
1 VERSIONINFO
4-
FILEVERSION 3,13,0,0
5-
PRODUCTVERSION 3,13,0,0
4+
FILEVERSION 3,14,0,0
5+
PRODUCTVERSION 3,14,0,0
66
BEGIN
77
BLOCK "StringFileInfo"
88
BEGIN
99
BLOCK "040904E4"
1010
BEGIN
1111
VALUE "FileDescription", "Rebol Console"
12-
VALUE "FileVersion", "3.13"
12+
VALUE "FileVersion", "3.14"
1313
VALUE "InternalName", "Rebol 3 (Oldes branch)"
1414
VALUE "LegalCopyright", "2012 REBOL Technologies"
1515
VALUE "OriginalFilename", "Rebol.exe"
1616
VALUE "ProductName", "Rebol"
17-
VALUE "ProductVersion", "3.13"
17+
VALUE "ProductVersion", "3.14"
1818
END
1919
END
2020
BLOCK "VarFileInfo"

make/rebol3.nest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ temp: %make/tmp/
1818
stack-size: 4194304 ;= 4MB (4 * 1024 * 1024)
1919
optimize: 2
2020

21-
version: 3.13.1
21+
version: 3.14.0
2222

2323
#if Linux? [ defines: TO_LINUX ]
2424
#if macOS? [ defines: TO_MACOS ]

0 commit comments

Comments
 (0)