Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
box86-pyra
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
packages
box86-pyra
Commits
3c98cbcc
Commit
3c98cbcc
authored
4 years ago
by
Sebastien Chevalier
Browse files
Options
Downloads
Patches
Plain Diff
Bumped to v0.1.8
parent
3a5c6751
No related branches found
Branches containing commit
Tags
v0.1.8
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+13
-2
13 additions, 2 deletions
CHANGELOG.md
src/box86version.h
+1
-1
1 addition, 1 deletion
src/box86version.h
with
14 additions
and
3 deletions
CHANGELOG.md
+
13
−
2
View file @
3c98cbcc
Current version
v0.1.8
======
*
Fixes on some float to int x87 convertions opcodes
*
Reworked all callback mecanisms
*
Added libturbojpeg wrapping (and a hack for zoom to force using native one)
*
Added BOX86_SAFEMMAP env. var.
*
Reworked dynarec memory manager
*
Added a few opcodes
*
Improve elfloader to not force PltResolver all the time (fixing SuperHexagon and maybe other)
*
Reworked Exet and Cancel Thread mecanism
*
Added wrapped libldap_r and liblber library (used by wine)
*
Reworked Dynarec block handling, and remove the "AddMark" mecanism that wasn't efficient enough
*
Added TokiTori 2+ detection and runtime patch on PI
*
Fixes on elfloader with TLS object
v0.1.6
======
...
...
This diff is collapsed.
Click to expand it.
src/box86version.h
+
1
−
1
View file @
3c98cbcc
...
...
@@ -3,6 +3,6 @@
#define BOX86_MAJOR 0
#define BOX86_MINOR 1
#define BOX86_REVISION
7
#define BOX86_REVISION
8
#endif //__BOX86_VERSION_H_
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment