Skip to content

Commit 525e77a

Browse files
committed
Improve changelog.
1 parent d1e16e4 commit 525e77a

File tree

1 file changed

+54
-39
lines changed

1 file changed

+54
-39
lines changed

CHANGELOG.md

+54-39
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [3.5.9.1] - 2017-07-03
88
### Changed
9-
- Voting system security enhancement.
10-
- Neural Network upgrade (allows us to come to a consensus, reduces ddos on
11-
project servers).
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.
1217

1318
## [3.5.9.0] - 2017-06-05
1419
### Added
@@ -24,54 +29,64 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2429
#175 (@fooforever).
2530

2631
### Changed
27-
- Upgraded security on voting system - voting proof of balance and proof of
28-
magnitude.
29-
- Security enhancement (@tomasbrod)
3032
- Wallet overview cleanup, #233 (@skcin)
31-
- 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
3234
the recent transactions.
33-
- Displayed DPOR weight should now be accurate, #233 (@skcin).
35+
- Displayed DPOR weight should now be accurate, #233 (@skcin).
3436
- Show as many of the recent transactions as we can fit on the overview page.
3537
- Translation updates
36-
- Portuguese (Miguel Veiga)
37-
- Slovak (@tomasbrod)
38-
- Swedish (@denravonska)
39-
- Afrikaan and Spanish (@philipswift)
40-
- French (@PsiPhiTheta)
41-
- Russian (@rambinho)
38+
- Portuguese (Miguel Veiga)
39+
- Slovak (@tomasbrod)
40+
- Swedish (@denravonska)
41+
- Afrikaan and Spanish (@philipswift)
42+
- French (@PsiPhiTheta)
43+
- Russian (@rambinho)
4244
- Gridcoinstats is now used as block explorer, #308.
4345
- Slight RAM usage reduction.
44-
- Fix a bug where beacons were stored even though none were generated due
45-
to the wallet being locked, #264.
4646
- Improve beacon advertise error message, #133 (@comprehendreality).
47-
- Remove empty "wcgtest" RPC command.
48-
- Fix incorrect WCG URL, #323 (@3ullShark).
49-
- Fix alt key shortcut order, #326 (@TheCharlatan).
5047
- Code cleanup (@Foggyx420, @TheCharlatan).
48+
49+
### Fixed
5150
- 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.
5263

5364
## [3.5.8.9] - 2017-05-15
5465
### Added
5566
- Implement voting functionality for Linux and OSX (@skcin).
67+
- Add man pages to doc folder, #135 (@caraka).
5668

5769
### Changed
58-
- Windows are now resizable
59-
- Replace Windows voting dialog with the new dialog.
60-
- Update Gridcoin icon on Windows.
61-
- Enable C++11.
62-
- Removed unused link dependencies: librt, boost_chrono, boost_date_time, libz
63-
and libdl.
64-
- Update Hungarian translations (@matthew11).
65-
- Update Portuguese translations (Miguel Veiga).
66-
- Update icon set by @Peppernrino.
67-
- Update icon on OSX, #193 (@coagmano).
68-
- Lossless compression of resources, #227 (@Peppernrino).
69-
- Reduced memory usage by around 100MB+.
70-
- Improve UI when used with dark themes on Linux, #222 (@skcin).
71-
- Fix occasional crashes when starting on Linux, #139.
72-
- Fix freeze when clicking on the "Amount" field under Send Coins when using
73-
KDE, #210.
74-
- Fix OSX build issues, #174 (@coagmano).
75-
- Add man pages to doc folder, #135 (@caraka).
76-
- Remove lots of dead, obsolete code.
77-
- 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

Comments
 (0)