File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 11## master
22
3+ ## 1.0.4, 9./10/23
4+
5+ * change default buildtype to debugoptimized [ jcupitt]
6+ * fix readthedocs integration [ jcupitt]
7+
38## 1.0.3, 7/10/23
49
5- - improve handling of OV and OL [ jcupitt]
6- - better frame data print [ jcupitt]
7- - improve ExtendedOffsetTable handling [ jcupitt]
10+ * improve handling of OV and OL [ jcupitt]
11+ * better frame data print [ jcupitt]
12+ * improve ExtendedOffsetTable handling [ jcupitt]
813
914## 1.0.2, 5/10/23
1015
11- - fix a crash and some error pileups [ bgilbert]
12- - fix some retun values [ bgilbert]
16+ * fix a crash and some error pileups [ bgilbert]
17+ * fix some return values [ bgilbert]
1318
1419## 1.0.1, 3/10/23
1520
16- - fix MSVC compiler warnings [ jcupitt]
17- - only use ` __attribute__((constructor)) ` if supported [ bgilbert]
21+ * fix MSVC compiler warnings [ jcupitt]
22+ * only use ` __attribute__((constructor)) ` if supported [ bgilbert]
1823
1924## 1.0.0, 2/10/23
2025
21- - first release!
26+ * first release!
2227
Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ project(
55 # turn off asserts etc. in release mode
66 ' b_ndebug=if-release' ,
77 ' warning_level=2' ,
8+ # do a release (optimised) build by default
9+ ' buildtype=debugoptimized' ,
810 ],
911 license : ' MIT' ,
1012 meson_version : ' >=0.50' ,
11- version : ' 1.0.3 '
13+ version : ' 1.0.4 '
1214)
1315if not meson .is_subproject()
1416 meson .add_dist_script(
You can’t perform that action at this time.
0 commit comments