-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
82 lines (82 loc) · 4.04 KB
/
Copy pathCHANGES.txt
File metadata and controls
82 lines (82 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
2015-04-12 -- v0.0.1 -- Initial release.
2015-04-12 -- v0.1.0 -- First code push:wq
2015-04-12 -- v0.2.0 -- First code push
2015-04-12 -- v0.3.0 -- First code push
2015-04-12 -- v0.3.1 -- Added bin
2015-04-13 -- v0.4.0 -- Various Changes
2015-04-13 -- v0.4.1 -- Updated install for Windows
2015-04-13 -- v0.4.2 -- Updated install script for windows
2015-04-13 -- v0.4.3 -- Install script update for Windows
2015-04-13 -- v0.5.0 -- Misc changes
2015-04-14 -- v0.5.1 -- Small fix
2015-04-17 -- v0.5.2 -- Micro fix
2015-06-19 -- v0.5.3 -- Added callback logging.
2015-11-12 -- v0.5.4-stable -- Changed default config for master / stable branch
2015-11-12 -- v0.5.4a-stable -- build tools update
2015-11-13 -- v0.5.4b-stable -- build script for windows
2015-11-13 -- v0.5.4c-stable -- linux config
2015-11-13 -- v0.5.5-stable -- Updated packaging scripts
2015-11-14 -- v0.6.0-stable -- Debian packaging and startup script
2015-11-14 -- v0.6.0a-stable -- fix:wq
2015-11-16 -- v0.6.1-stable -- init script update
2015-11-16 -- v0.6.2-stable -- Misc fixes
2015-11-16 -- v0.6.3-stable -- fix
2015-11-16 -- v0.6.4-stable -- fix
2015-11-16 -- v0.6.4a-stable -- config fix
2015-11-16 -- v0.6.4a-stable -- config fix
2015-11-17 -- v0.7.0-stable -- Debconf setup for deb install
2015-11-17 -- v0.7.0-stable -- Debconf update
2015-11-19 -- v0.7.0a-stable -- fix
2015-11-19 -- v0.7.1-stable -- version bump
2015-11-25 -- v0.7.2-stable -- fix
2015-11-25 -- v0.7.3-stable -- fix
2015-11-25 -- v0.7.4-stable -- Exception catcher
2016-02-11 -- v0.8.0-stable -- Major overhaul - no more process pool. Timeout features. TTL/retry features.. Bugfix: Don't consume more job than slot available.
2016-02-12 -- v0.8.1 -- Bugfixes + Client Status update
2016-02-23 -- v0.8.2 -- fix
2016-02-23 -- v0.8.3 -- Fix
2016-02-25 -- v0.8.4 -- fix
2016-02-25 -- v0.8.5 -- bugfix on DB connection
2016-02-25 -- v0.8.6 -- Small fix on prerm
2016-03-22 -- v0.9.0 -- Added Client UUID and Hostname to job table + system status upload with various stats
2016-03-22 -- v0.9.1 -- Fix
2016-05-02 -- v0.9.2 -- minor fix for windows + requirements update
2016-05-02 -- v0.9.3 -- fix
2016-05-02 -- v0.9.4 -- Bugfix on dependencies
2016-05-02 -- v0.9.5 -- fix
2016-07-08 -- v0.9.6 -- Small improvement to avoid changing config with new version
2016-07-08 -- v0.9.7 -- reworked previous commit
2016-07-08 -- v0.9.8 -- Reworked previous commit
2016-07-21 -- v0.9.9 -- Small improvments
2016-09-29 -- v0.9.10 -- Fixes for mac
2016-12-17 -- v0.10.0 -- Numerous enhancements, new status, new logging, etc.
2016-12-17 -- v0.10.1 -- Debian package requirements
2016-12-23 -- v0.10.2 -- Packaging fix
2016-12-23 -- v0.10.3 -- Fix on debian packaging
2016-12-23 -- v0.10.4 -- Fix on psutil.cpu_stat not know on linux version
2016-12-23 -- v0.10.5 -- Deb packaging fix
2017-01-03 -- v0.10.6 -- Fixes and logging enhancements.
2017-01-09 -- v0.10.7 -- Small fixes on requirements
2018-03-28 -- v0.13.0 -- Big refactoring. New command line based configuration, with env and file setting capabilities. Also allows slots control and imports. Works with Docker now.
2018-04-16 -- v0.13.1 -- Added template for testing
2018-04-17 -- v0.13.2 -- Added coveralls feature
2018-04-17 -- v0.13.3 -- Added PyPI Travis build
2018-04-17 -- v0.13.4 -- Changed git hook to add a git tag when commiting
2018-04-17 -- v0.13.5 -- Added minor enhancement to travis build
2018-04-17 -- v0.13.6 -- Test
2018-04-17 -- v0.13.7 -- test travis build
2018-04-17 -- v0.13.8 -- Test travis CI build
2018-04-17 -- v0.13.9 -- Testing travis CI build
2018-04-17 -- v0.13.10 -- Testing Travis CI
2018-04-17 -- v0.13.11 -- Added badges to README: travis and coverage
2018-07-06 -- v0.13.12 -- Fixed VERSION file not installed on windows builgs
2018-07-06 -- v0.13.13 -- Fix
2018-07-06 -- v0.13.14 -- Windows fix
2018-07-06 -- v0.13.15 -- Fix
2018-07-10 -- v0.13.16 -- Added debug job feature
2018-07-10 -- v0.13.17 -- Fix for Windows
2018-07-10 -- v0.13.18 -- Fix for Windows
2018-07-11 -- v0.14.0 -- Working version on windows.
2018-07-11 -- v0.14.1 -- Fixed logging issue
2018-07-11 -- v0.14.2 -- Fix
2018-07-25 -- v0.14.3 -- iFix