Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
Changes since 1.0.0:
- Use a pipe instead of an eventfd on non-Linux platforms, so it might work
  on other kernels.
- Proper command line argument parsing - pass --help to see the available
  options.
- Optimized startup.
- Added an option to make the process a system process under Wine.
  This doesn't do anything anymore since conhost got added to Wine, but it
  used to function like the service mode, where the process would not block
  prefix shutdown.
- The process priority is now automatically lowered to "Below Normal".
- The executable was split into two parts, a .exe and a .dll.so, to separate
  the Windows and *nix parts.
- The service mode got fixed - Wine now waits for the proxy to finish starting
  up before running anything else.
- Many other small fixes and improvements. Look at the commit log to see the
  boring details.
  • Loading branch information
openglfreak committed Jul 31, 2021
1 parent 8730298 commit 12f4f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# E-Mail address: openglfreak@googlemail.com
# PGP key fingerprint: 0535 3830 2F11 C888 9032 FAD2 7C95 CD70 C9E8 438D

/.version
/obj/.version
/obj/version.h
/obj/version.res
Expand Down
3 changes: 3 additions & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
major_version=2
minor_version=0
patch_version=0

0 comments on commit 12f4f53

Please sign in to comment.