From db9d70c8ca85723756058e7f606a2c51d6525c57 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 13 Sep 2015 01:13:59 +0200 Subject: * v1.0.1 metadata and packaging --- .gitignore | 2 ++ BUILD.md | 5 ++++- CHANGELOG.md | 10 ++++++++++ bundle/bidding_data-1.0.zip | Bin 6173067 -> 6178848 bytes src/version | 8 ++++---- 5 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitignore b/.gitignore index a261f29..d012784 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ dist/* +build/* +*.log diff --git a/BUILD.md b/BUILD.md index afc594b..5da0516 100644 --- a/BUILD.md +++ b/BUILD.md @@ -100,10 +100,13 @@ Zbudowanie paczki z [`bundle`](bundle): Znane problemy -------------- -* PyInstaller nie lubi ścieżek ze znakami nie-ASCII. `¯\_(ツ)_/¯` * .NET 4.5 to .NET 4.5, nie .NET 4.5 Client Profile. W niepełnej wersji może nie być DLLki z System.IO.Compression.FileSystem importowanej przez skrypt PowerShella. +* 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..748e3ec --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ + +JFR Pary - dane licytacji: lista zmian +====================================== + +1.0.1 (2015-09-13) +* logowanie danych diagnostycznych +* poprawki kodowania protokołów + +1.0.0 (2015-09-01) +* pierwotna wersja programu diff --git a/bundle/bidding_data-1.0.zip b/bundle/bidding_data-1.0.zip index cad4f8e..47ab282 100644 Binary files a/bundle/bidding_data-1.0.zip and b/bundle/bidding_data-1.0.zip differ diff --git a/src/version b/src/version index 0786c91..1233e3f 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'bidding_data'), - StringStruct(u'ProductVersion', u'1, 0, 0, 0'), + StringStruct(u'ProductVersion', u'1, 0, 1, 0'), StringStruct(u'InternalName', u'bidding_data'), StringStruct(u'OriginalFilename', u'bidding_data.exe'), - StringStruct(u'FileVersion', u'1, 0, 0, 0'), + StringStruct(u'FileVersion', u'1, 0, 1, 0'), StringStruct( u'FileDescription', u'Bidding data display for JFR Pary result pages'), -- cgit v1.2.3