Skip to content

Commit cfc0420

Browse files
committed
# Conflicts: # src/qt/locale/bitcoin_zh_CN.ts
2 parents bdc38bd + 53703ef commit cfc0420

File tree

3 files changed

+63
-42
lines changed

3 files changed

+63
-42
lines changed

CHANGELOG.md

+57-36
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
718
## [3.5.9.0] - 2017-06-05
819
### Added
920
- Added execute unspentreport (shows proof of unspent coins in wallet).
@@ -18,54 +29,64 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1829
#175 (@fooforever).
1930

2031
### Changed
21-
- Upgraded security on voting system - voting proof of balance and proof of
22-
magnitude.
23-
- Security enhancement (@tomasbrod)
2432
- 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
2634
the recent transactions.
27-
- Displayed DPOR weight should now be accurate, #233 (@skcin).
35+
- Displayed DPOR weight should now be accurate, #233 (@skcin).
2836
- Show as many of the recent transactions as we can fit on the overview page.
2937
- 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)
3644
- Gridcoinstats is now used as block explorer, #308.
3745
- 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.
4046
- 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).
4447
- Code cleanup (@Foggyx420, @TheCharlatan).
48+
49+
### Fixed
4550
- 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.
4663

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

5169
### 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.

gridcoinresearch.pro

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ win32 {
1010
DEFINES += _WIN32_WINNT=0x0501 WINVER=0x0501
1111
lessThan(QT_VERSION, 5.0.0) {
1212
CONFIG += qaxcontainer
13-
}
13+
}
1414
else {
1515
QT += axcontainer
1616
}
@@ -68,15 +68,15 @@ contains(RELEASE, 1) {
6868

6969
!win32 {
7070
# for extra security against potential buffer overflows: enable GCCs Stack Smashing Protection
71-
QMAKE_CXXFLAGS *= -fstack-protector-all --param ssp-buffer-size=1
72-
QMAKE_LFLAGS *= -fstack-protector-all --param ssp-buffer-size=1
71+
QMAKE_CXXFLAGS += -fstack-protector-all --param ssp-buffer-size=1
72+
QMAKE_LFLAGS += -fstack-protector-all --param ssp-buffer-size=1
7373
# We need to exclude this for Windows cross compile with MinGW 4.2.x, as it will result in a non-working executable!
7474
# This can be enabled for Windows, when we switch to MinGW >= 4.4.x.
7575
} else {
7676
# for extra security on Windows: enable ASLR and DEP via GCC linker flags
77-
QMAKE_LFLAGS *= -Wl,--dynamicbase -Wl,--nxcompat
77+
QMAKE_LFLAGS += -Wl,--dynamicbase -Wl,--nxcompat
7878
# on Windows: enable GCC large address aware linker flag
79-
QMAKE_LFLAGS *= -Wl,--large-address-aware
79+
QMAKE_LFLAGS += -Wl,--large-address-aware
8080
}
8181

8282
# use: qmake "USE_QRCODE=1"

src/qt/locale/bitcoin_zh_CN.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ This label turns red, if the priority is smaller than "medium".
22122212
</message>
22132213
<message>
22142214
<location line="+15"/>
2215-
<source>Copy quantity</source>
2215+
<source>Copy quantity</source>
22162216
<translation>复制数额 </translation>
22172217
</message>
22182218
<message>

0 commit comments

Comments
 (0)