Skip to content

Commit

Permalink
1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Oct 29, 2024
1 parent c454a91 commit 788a125
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).




## [1.15.2 / 5.70.2] - 2024-10-

### Fixed
- fixed Sign the .tmp file that gets dropped when installing or updating Sandboxie Plus [#2643](https://github.com/sandboxie-plus/Sandboxie/issues/2643)




## [1.15.1 / 5.70.1] - 2024-10-29

### Fixed
Expand Down
1 change: 1 addition & 0 deletions Installer/Sandboxie-Plus.iss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ UsedUserAreasWarning=no
VersionInfoCopyright=Copyright (C) 2020-2024 by David Xanatos (xanasoft.com)
VersionInfoVersion={#MyAppVersion}
SetupIconFile=SandManInstall.ico
SignTool=sha256

; Handled in code section as always want DirPage for portable mode.
DisableDirPage=no
Expand Down
2 changes: 1 addition & 1 deletion Sandboxie/common/my_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define VERSION_MJR 5
#define VERSION_MIN 70
#define VERSION_REV 1
#define VERSION_REV 2
#define VERSION_UPD 0

#if VERSION_UPD > 0
Expand Down
2 changes: 1 addition & 1 deletion SandboxiePlus/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define VERSION_MJR 1
#define VERSION_MIN 15
#define VERSION_REV 1
#define VERSION_REV 2
#define VERSION_UPD 0

#ifndef STR
Expand Down

0 comments on commit 788a125

Please sign in to comment.