summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-09-05 13:01:16 +0200
committeremkael <emkael@tlen.pl>2015-09-05 13:01:16 +0200
commit9486036adff7799267e36f5bfa4d6936624f25cb (patch)
tree1733a03b1c4d6fa7d3e9057ac42f7008b7f7e2f3
parentfdcbca74967dea276455519d7a52bbba3c2eaef4 (diff)
* 1.0.1 version
-rw-r--r--BUILD.md5
-rw-r--r--CHANGELOG.md10
-rw-r--r--dist/virtual_table.exebin6033276 -> 6040729 bytes
-rw-r--r--src/version8
4 files changed, 18 insertions, 5 deletions
diff --git a/BUILD.md b/BUILD.md
index 1413b1d..ccca24e 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -68,7 +68,10 @@ Kompilacja do EXE:
Znane problemy
--------------
-* PyInstaller nie lubi ścieżek ze znakami nie-ASCII. `¯\_(ツ)_/¯`
+* PyInstaller nie lubi kompilować ze ścieżek ze znakami nie-ASCII. `¯\_(ツ)_/¯`
+* co więcej, wersja stabilna produkuje .exe, które nie odpala się z niektórych
+ścieżek nie-ASCII: https://github.com/pyinstaller/pyinstaller/issues/1396
+(.exe dostarczane w `dist` powinno działać)
Kod żródłowy
------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..cdeb351
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+
+JFR Pary - wirtualne stoliki: lista zmian
+=========================================
+
+1.0.1 (2015-09-03)
+* raportowanie działania narzędzia (logi)
+* poprawki kodowania wejścia / plików protokołów
+
+1.0.0 (2015-09-01)
+* pierwotna wersja programu
diff --git a/dist/virtual_table.exe b/dist/virtual_table.exe
index 071b4fd..e331ca4 100644
--- a/dist/virtual_table.exe
+++ b/dist/virtual_table.exe
Binary files differ
diff --git a/src/version b/src/version
index 38b12be..1493af7 100644
--- a/src/version
+++ b/src/version
@@ -1,8 +1,8 @@
# UTF-8
VSVersionInfo(
ffi=FixedFileInfo(
- filevers=(1, 0, 0, 0),
- prodvers=(1, 0, 0, 0),
+ filevers=(1, 0, 1, 0),
+ prodvers=(1, 0, 1, 0),
# Contains a bitmask that specifies the valid bits 'flags'
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -26,10 +26,10 @@ VSVersionInfo(
u'040904b0', # 0x0409(1033)= English, 0x04b0(1200)= UTF-8
[StringStruct(u'CompanyName', u'emkael.info'),
StringStruct(u'ProductName', u'virtual_table'),
- StringStruct(u'ProductVersion', u'1, 0, 0, 0'),
+ StringStruct(u'ProductVersion', u'1, 0, 1, 0'),
StringStruct(u'InternalName', u'virtual_table'),
StringStruct(u'OriginalFilename', u'virtual_table.exe'),
- StringStruct(u'FileVersion', u'1, 0, 0, 0'),
+ StringStruct(u'FileVersion', u'1, 0, 1, 0'),
StringStruct(
u'FileDescription',
u'Virtual table display for JFR Pary result pages'),