@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 3.5.9.1] - 2017-07-03
8
+ ### Changed
9
+ - Neural Network improvements:
10
+ - Don't download stats data that hasn't changed.
11
+ - Use gridcoin.us as a stat mirror to reduce BOINC server loads.
12
+ - Use UTC instead of local time when filtering idle CPIDs.
13
+ - Only include beacons younger than 6 months when calculating mags.
14
+
15
+ ### Security
16
+ - Prevent untauthorized poll and vote deletions.
17
+
7
18
## [ 3.5.9.0] - 2017-06-05
8
19
### Added
9
20
- Added execute unspentreport (shows proof of unspent coins in wallet).
@@ -18,54 +29,64 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
29
#175 (@fooforever ).
19
30
20
31
### Changed
21
- - Upgraded security on voting system - voting proof of balance and proof of
22
- magnitude.
23
- - Security enhancement (@tomasbrod )
24
32
- Wallet overview cleanup, #233 (@skcin )
25
- - The main overview page is now cleaner, more structured and holds more of
33
+ - The main overview page is now cleaner, more structured and holds more of
26
34
the recent transactions.
27
- - Displayed DPOR weight should now be accurate, #233 (@skcin ).
35
+ - Displayed DPOR weight should now be accurate, #233 (@skcin ).
28
36
- Show as many of the recent transactions as we can fit on the overview page.
29
37
- Translation updates
30
- - Portuguese (Miguel Veiga)
31
- - Slovak (@tomasbrod )
32
- - Swedish (@denravonska )
33
- - Afrikaan and Spanish (@philipswift )
34
- - French (@PsiPhiTheta )
35
- - Russian (@rambinho )
38
+ - Portuguese (Miguel Veiga)
39
+ - Slovak (@tomasbrod )
40
+ - Swedish (@denravonska )
41
+ - Afrikaan and Spanish (@philipswift )
42
+ - French (@PsiPhiTheta )
43
+ - Russian (@rambinho )
36
44
- Gridcoinstats is now used as block explorer, #308 .
37
45
- Slight RAM usage reduction.
38
- - Fix a bug where beacons were stored even though none were generated due
39
- to the wallet being locked, #264 .
40
46
- Improve beacon advertise error message, #133 (@comprehendreality ).
41
- - Remove empty "wcgtest" RPC command.
42
- - Fix incorrect WCG URL, #323 (@3ullShark ).
43
- - Fix alt key shortcut order, #326 (@TheCharlatan ).
44
47
- Code cleanup (@Foggyx420 , @TheCharlatan ).
48
+
49
+ ### Fixed
45
50
- Fix numerous beacon issues, #344 , #321 and #334 (@Foggyx420 ).
51
+ - Fix incorrect WCG URL, #323 (@3ullShark ).
52
+ - Fix alt key shortcut order, #326 (@TheCharlatan ).
53
+ - Fix a bug where beacons were stored even though none were generated due
54
+ to the wallet being locked, #264 (@denravonska ).
55
+
56
+ ### Removed
57
+ - Remove empty "wcgtest" RPC command.
58
+
59
+ ### Security
60
+ - Security enhancement (@tomasbrod )
61
+ - Upgraded security on voting system - voting proof of balance and proof of
62
+ magnitude.
46
63
47
64
## [ 3.5.8.9] - 2017-05-15
48
65
### Added
49
66
- Implement voting functionality for Linux and OSX (@skcin ).
67
+ - Add man pages to doc folder, #135 (@caraka ).
50
68
51
69
### Changed
52
- - Windows are now resizable
53
- - Replace Windows voting dialog with the new dialog.
54
- - Update Gridcoin icon on Windows.
55
- - Enable C++11.
56
- - Removed unused link dependencies: librt, boost_chrono, boost_date_time, libz
57
- and libdl.
58
- - Update Hungarian translations (@matthew11 ).
59
- - Update Portuguese translations (Miguel Veiga).
60
- - Update icon set by @Peppernrino .
61
- - Update icon on OSX, #193 (@coagmano ).
62
- - Lossless compression of resources, #227 (@Peppernrino ).
63
- - Reduced memory usage by around 100MB+.
64
- - Improve UI when used with dark themes on Linux, #222 (@skcin ).
65
- - Fix occasional crashes when starting on Linux, #139 .
66
- - Fix freeze when clicking on the "Amount" field under Send Coins when using
67
- KDE, #210 .
68
- - Fix OSX build issues, #174 (@coagmano ).
69
- - Add man pages to doc folder, #135 (@caraka ).
70
- - Remove lots of dead, obsolete code.
71
- - Possible fix for invalid time check in diagnostic.
70
+ - Windows are now resizable
71
+ - Replace Windows voting dialog with the new dialog.
72
+ - Update Gridcoin icon on Windows.
73
+ - Enable C++11.
74
+ - Update Hungarian translations (@matthew11 ).
75
+ - Update Portuguese translations (Miguel Veiga).
76
+ - Update icon set by @Peppernrino .
77
+ - Update icon on OSX, #193 (@coagmano ).
78
+ - Lossless compression of resources, #227 (@Peppernrino ).
79
+ - Reduced memory usage by around 100MB+.
80
+ - Improve UI when used with dark themes on Linux, #222 (@skcin ).
81
+
82
+ ### Fixed
83
+ - Fix OSX build issues, #174 (@coagmano ).
84
+ - Fix occasional crashes when starting on Linux, #139 .
85
+ - Fix freeze when clicking on the "Amount" field under Send Coins when using
86
+ KDE, #210 .
87
+ - Possible fix for invalid time check in diagnostic.
88
+
89
+ ### Removed
90
+ - Remove lots of dead, obsolete code.
91
+ - Removed unused link dependencies: librt, boost_chrono, boost_date_time, libz
92
+ and libdl.
0 commit comments