Skip to content

Commit

Permalink
Merge pull request #879 from pharo-project/prepare-release-10.3.2
Browse files Browse the repository at this point in the history
Prepare release 10.3.2
  • Loading branch information
guillep authored Dec 4, 2024
2 parents 9f40bdd + 7c2991f commit b8793dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Change log

## What's Changed
* Redo 294 by @guillep in https://github.com/pharo-project/pharo-vm/pull/829
## v10.3.2

* Improving Implementation of CompositeImageFormat and PermanentSpace by @tesonep in https://github.com/pharo-project/pharo-vm/pull/855
* Fixing cygpath conversion for newer version of cmake by @tesonep in https://github.com/pharo-project/pharo-vm/pull/860
* use pharo file server @ inria by @demarey in https://github.com/pharo-project/pharo-vm/pull/867
* compatible with FreeBSD mmap() by @Dieken in https://github.com/pharo-project/pharo-vm/pull/863
* Improving Forwarders in the PermSpace by @tesonep in https://github.com/pharo-project/pharo-vm/pull/861
* 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

**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.3.1...v10.3.2

## v10.3.1
* Making it loadable in P12 by @guillep in https://github.com/pharo-project/pharo-vm/pull/825
* Added test on extended store and pop by @guillep in https://github.com/pharo-project/pharo-vm/pull/520
* Update build version to P12 by @guillep in https://github.com/pharo-project/pharo-vm/pull/826
Expand Down Expand Up @@ -52,9 +62,6 @@
* Adding an implementation of the aio.c using EPOLL in Linux. by @tesonep in https://github.com/pharo-project/pharo-vm/pull/805
* Fixing warnings that are errors in newer versions of clang by @tesonep in https://github.com/pharo-project/pharo-vm/pull/813

## New Contributors
* @RenaudFondeur made their first contribution in https://github.com/pharo-project/pharo-vm/pull/798

**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.2.0...v10.2.1

## v10.2.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 10)
set(VERSION_MINOR 3)
set(VERSION_PATCH_NUMBER 1)
set(VERSION_PATCH_NUMBER 2)

if(BUILD_IS_RELEASE)
set(VERSION_PATCH "${VERSION_PATCH_NUMBER}")
Expand Down

0 comments on commit b8793dd

Please sign in to comment.