summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-09-13 01:13:59 +0200
committeremkael <emkael@tlen.pl>2015-09-13 01:13:59 +0200
commitdb9d70c8ca85723756058e7f606a2c51d6525c57 (patch)
tree74d24b05c18a4d524c01e194401023e4a7719e2c
parentad104e7d8edcc77274f37014650e0d19ec50ddef (diff)
* v1.0.1 metadata and packaging1.0.1
-rw-r--r--.gitignore2
-rw-r--r--BUILD.md5
-rw-r--r--CHANGELOG.md10
-rw-r--r--bundle/bidding_data-1.0.zipbin6173067 -> 6178848 bytes
-rw-r--r--src/version8
5 files changed, 20 insertions, 5 deletions
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
--- a/bundle/bidding_data-1.0.zip
+++ b/bundle/bidding_data-1.0.zip
Binary files 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'),