Skip to content

Commit b8793dd

Browse files
authored
Merge pull request #879 from pharo-project/prepare-release-10.3.2
Prepare release 10.3.2
2 parents 9f40bdd + 7c2991f commit b8793dd

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Change log
22

3-
## What's Changed
4-
* Redo 294 by @guillep in https://github.com/pharo-project/pharo-vm/pull/829
3+
## v10.3.2
4+
5+
* Improving Implementation of CompositeImageFormat and PermanentSpace by @tesonep in https://github.com/pharo-project/pharo-vm/pull/855
6+
* Fixing cygpath conversion for newer version of cmake by @tesonep in https://github.com/pharo-project/pharo-vm/pull/860
7+
* use pharo file server @ inria by @demarey in https://github.com/pharo-project/pharo-vm/pull/867
8+
* compatible with FreeBSD mmap() by @Dieken in https://github.com/pharo-project/pharo-vm/pull/863
9+
* Improving Forwarders in the PermSpace by @tesonep in https://github.com/pharo-project/pharo-vm/pull/861
10+
* When patching JITed code after become of a class, the class index can look like a negative number by @tesonep in https://github.com/pharo-project/pharo-vm/pull/873
11+
12+
**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.3.1...v10.3.2
13+
14+
## v10.3.1
515
* Making it loadable in P12 by @guillep in https://github.com/pharo-project/pharo-vm/pull/825
616
* Added test on extended store and pop by @guillep in https://github.com/pharo-project/pharo-vm/pull/520
717
* Update build version to P12 by @guillep in https://github.com/pharo-project/pharo-vm/pull/826
@@ -52,9 +62,6 @@
5262
* Adding an implementation of the aio.c using EPOLL in Linux. by @tesonep in https://github.com/pharo-project/pharo-vm/pull/805
5363
* Fixing warnings that are errors in newer versions of clang by @tesonep in https://github.com/pharo-project/pharo-vm/pull/813
5464

55-
## New Contributors
56-
* @RenaudFondeur made their first contribution in https://github.com/pharo-project/pharo-vm/pull/798
57-
5865
**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.2.0...v10.2.1
5966

6067
## v10.2.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)
5353

5454
set(VERSION_MAJOR 10)
5555
set(VERSION_MINOR 3)
56-
set(VERSION_PATCH_NUMBER 1)
56+
set(VERSION_PATCH_NUMBER 2)
5757

5858
if(BUILD_IS_RELEASE)
5959
set(VERSION_PATCH "${VERSION_PATCH_NUMBER}")

0 commit comments

Comments
 (0)