Skip to content

Commit ea51540

Browse files
committed
Updated version and changes
1 parent be97cee commit ea51540

File tree

5 files changed

+33
-10
lines changed

5 files changed

+33
-10
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.2
1+
3.13.0

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@
22

33
This is just generated output from commits in [this repository](https://github.com/Oldes/Rebol3). For full log use [GitHub commits](https://github.com/Oldes/Rebol3/commits/master).
44

5+
## 2023 September
6+
7+
### Features:
8+
9+
* [`be97ce`](https://github.com/Oldes/Rebol3/commit/be97ceed342043230fe8b0a4f7fd6a3393103b0f) Included link to Rebol/MiniAudio extension version 1.0.0
10+
* [`d4878d`](https://github.com/Oldes/Rebol3/commit/d4878d9a45e50351670337d14506a68db8134fe4) Allow custom `mold` callback for context handles to provide additional handle's info, if wanted
11+
* [`a74b26`](https://github.com/Oldes/Rebol3/commit/a74b261bba1d22f55bd9500d99319c5bf3d6364d) Provide info, when molding a released handle, that it is already released
12+
* [`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
13+
14+
### Fixes:
15+
16+
* [`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)
17+
* [`41a265`](https://github.com/Oldes/Rebol3/commit/41a26582c0a3fdf54462c292de4761fbc879d349) Correctly check for a handle's context flag on free
18+
519
## 2023 August
620

721
### Features:
822

23+
* [`93e07d`](https://github.com/Oldes/Rebol3/commit/93e07d61304cbbe019dbb19e713811a7e2cc0602) Added possibility to register extension handles with custom setters/getters
24+
* [`3e53cf`](https://github.com/Oldes/Rebol3/commit/3e53cfde4efb308dffddb3a7bf638041309ed987) Handle SHIFT and CONTROL flags with arrow keys on Posix for char based terminal input
925
* [`4bcc98`](https://github.com/Oldes/Rebol3/commit/4bcc98d23b65223ceb215e815940e572b68161db) Simple `wait-for-key` function test file
1026
* [`e1c7da`](https://github.com/Oldes/Rebol3/commit/e1c7da7f86ba72806381ae98c98772ac74e0e57c) Using `poll` instead of `select` to query events on Posix
1127
* [`37145b`](https://github.com/Oldes/Rebol3/commit/37145b00d9729a6ed7bfe2b1a13571d54ceb60c0) Code reduction
@@ -15,11 +31,18 @@ This is just generated output from commits in [this repository](https://github.c
1531

1632
### Changes:
1733

34+
* [`2f7998`](https://github.com/Oldes/Rebol3/commit/2f799831f83d21066cbc5e85230bea825af5badf) Debug print function `??` not throwing an error on invalid paths
35+
36+
resolves: https://github.com/Oldes/Rebol-issues/issues/2565
37+
* [`f4dd93`](https://github.com/Oldes/Rebol3/commit/f4dd931060cf459eeb74df976c078c9f79560b9a) Restrict `value?` to word arguments only
1838
* [`ea3cd4`](https://github.com/Oldes/Rebol3/commit/ea3cd49398f22f40d080acd56274964457672410) Moved `wait-list` from `system/ports` to `system/state`
1939
* [`efbfa4`](https://github.com/Oldes/Rebol3/commit/efbfa4e3c1d5447d7d0a278810862b68983b0bff) Moved `event-keys` and `event-types` from `system/view` to `system/catalog`, because these are used not only in GUI
2040

2141
### Fixes:
2242

43+
* [`ba824b`](https://github.com/Oldes/Rebol3/commit/ba824b1a789bab1a7a26f137fed4e0f99a873ed7) Allow extension context handles to reference other Rebol resources and so keep it safe from GC
44+
* [`ad9863`](https://github.com/Oldes/Rebol3/commit/ad986332f018a15e39329267c24c32e4e7d0f327) Incorrectly molded NBSP char
45+
* [`639ad7`](https://github.com/Oldes/Rebol3/commit/639ad74ad391668b156b9cb95c989510fb2f4edb) LOAD can't open JSON over HTTP
2346
* [`511a4e`](https://github.com/Oldes/Rebol3/commit/511a4eab39a4f6d3f16619130c648482c89f751b) Unspecified calling convention fails in 32 bit build
2447
* [`2cde09`](https://github.com/Oldes/Rebol3/commit/2cde09b0d160011b54c53712a7b75233d6e30e6f) Not all control paths return a value warning
2548
* [`90fabd`](https://github.com/Oldes/Rebol3/commit/90fabdac2efdeaa2db663d8b0632cd4c48ca777d) Signed/unsigned mismatch

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,12,1,0
5-
PRODUCTVERSION 3,12,1,0
4+
FILEVERSION 3,13,0,0
5+
PRODUCTVERSION 3,13,0,0
66
BEGIN
77
BLOCK "StringFileInfo"
88
BEGIN
99
BLOCK "040904E4"
1010
BEGIN
1111
VALUE "FileDescription", "Rebol Console"
12-
VALUE "FileVersion", "3.12"
12+
VALUE "FileVersion", "3.13"
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.12"
17+
VALUE "ProductVersion", "3.13"
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,12,1,0
5-
PRODUCTVERSION 3,12,1,0
4+
FILEVERSION 3,13,0,0
5+
PRODUCTVERSION 3,13,0,0
66
BEGIN
77
BLOCK "StringFileInfo"
88
BEGIN
99
BLOCK "040904E4"
1010
BEGIN
1111
VALUE "FileDescription", "Rebol Console"
12-
VALUE "FileVersion", "3.12"
12+
VALUE "FileVersion", "3.13"
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.12"
17+
VALUE "ProductVersion", "3.13"
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.12.2
21+
version: 3.13.0
2222

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

0 commit comments

Comments
 (0)