Skip to content

Commit

Permalink
Merge pull request #576 from guillep/release/v10.0.4
Browse files Browse the repository at this point in the history
Release v10.0.4
  • Loading branch information
guillep authored Apr 13, 2023
2 parents 59e68d0 + b7a6ca9 commit dc9362d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change log

## v10.0.4

- Composed image format by @PalumboN in https://github.com/pharo-project/pharo-vm/pull/377
- Composed image format: C translation by @PalumboN in https://github.com/pharo-project/pharo-vm/pull/388
- Perm space on image by @PalumboN in https://github.com/pharo-project/pharo-vm/pull/416
- New & old remembered sets by @PalumboN in https://github.com/pharo-project/pharo-vm/pull/418
- Reduce segment files size on move objects to PermSpace by @PalumboN in https://github.com/pharo-project/pharo-vm/pull/508
- Adding Support for PermSpace by @tesonep in https://github.com/pharo-project/pharo-vm/pull/488

- Adding option to not use contant block optimization for test by @StevenCostiou in https://github.com/pharo-project/pharo-vm/pull/573
- Do not use newer CMAKE features by @estebanlm in https://github.com/pharo-project/pharo-vm/pull/572
- Split a method in two to reuse part in espell by @jecisc in https://github.com/pharo-project/pharo-vm/pull/569


## New Contributors
* @StevenCostiou made their first contribution in https://github.com/pharo-project/pharo-vm/pull/573
* @estebanlm made their first contribution in https://github.com/pharo-project/pharo-vm/pull/572
* @jecisc made their first contribution in https://github.com/pharo-project/pharo-vm/pull/569

**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.0.3...v10.0.4

## v10.0.3

- Fix ARM32 by @tesonep in #562
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 0)
set(VERSION_PATCH_NUMBER 3)
set(VERSION_PATCH_NUMBER 4)

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

0 comments on commit dc9362d

Please sign in to comment.