Skip to content

Commit a6ad10a

Browse files
committed
updated changelog and version
1 parent 216bb0a commit a6ad10a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

build/batch/postbuild.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
${PYTHON_EXECUTABLE} postbuild.py

changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2015-02-04 Michael Medin
2+
* Tweaked build a bit to resuse some code
3+
* added postbuild.bat to work around using the wrong python.exe
4+
* Fixed so specified python is found before path python (i.e 32-bit python on 64 bit machines)
5+
* #100 Fixed check_pdh not picking up warn short hand options.
6+
* Added option to rebuild without bumping version
7+
* Changed symbol paths
8+
* bumped versions and updated docs
9+
* Fixed crash upload properties to work with new collector
10+
* Fixed crash upload configuration
11+
* Added support for creating github releases
12+
* Added documentation for chiper strings
13+
* Fixed some issues with crash reporter
14+
* Fixed crashdump folder
15+
116
2015-01-31 Michael Medin
217
* Fixed check_process issues
318
* Fixed all check_always_xxx commands so they work again...

version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version=0.4.3
2-
build=124
3-
date=2015-02-01
2+
build=128
3+
date=2015-02-04

0 commit comments

Comments
 (0)