Commit 2297f83 1 parent 2987c05 commit 2297f83 Copy full SHA for 2297f83
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.12.1] - 2021-02-06
6
+ ### Fixed
7
+ - Fixed bug causing libnssfix to be built incorrectly under
8
+ SCons v4.1.0 ([ #168 ] )
9
+
10
+
5
11
## [ 0.12.0] - 2020-09-29
6
12
### Added
7
13
- Added support for native 32-bit builds of bootloader ([ #149 ] )
@@ -148,7 +154,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
148
154
Initial release
149
155
150
156
151
- [ Unreleased ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.0...HEAD
157
+ [ Unreleased ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.1...HEAD
158
+ [ 0.12.1 ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.0...v0.12.1
152
159
[ 0.12.0 ] : https://github.com/JonathonReinhart/staticx/compare/v0.11.0...v0.12.0
153
160
[ 0.11.0 ] : https://github.com/JonathonReinhart/staticx/compare/v0.10.0...v0.11.0
154
161
[ 0.10.0 ] : https://github.com/JonathonReinhart/staticx/compare/v0.9.1...v0.10.0
@@ -210,3 +217,4 @@ Initial release
210
217
[ #153 ] : https://github.com/JonathonReinhart/staticx/pull/153
211
218
[ #154 ] : https://github.com/JonathonReinhart/staticx/pull/154
212
219
[ #157 ] : https://github.com/JonathonReinhart/staticx/pull/157
220
+ [ #168 ] : https://github.com/JonathonReinhart/staticx/pull/168
Original file line number Diff line number Diff line change 9
9
PROJPATH = dirname (PACKAGEPATH )
10
10
11
11
# Base version, which will be augmented with Git information
12
- BASE_VERSION = '0.12.0 '
12
+ BASE_VERSION = '0.12.1 '
13
13
14
14
# This string will be replaced by `git-archive`
15
15
# with the abbreviated commit hash
You can’t perform that action at this time.
0 commit comments