2017-08-07 Fran Dieguez <
[email protected]>
Update Galician translation
2017-07-30 Marek Cernocky <
[email protected]>
Updated Czech translation
2017-07-27 Piotr Drąg <
[email protected]>
Add Polish help translation
2017-07-25 Pawan Chitrakar <
[email protected]>
Update Nepali translation
2017-07-25 Daniel Mustieles <
[email protected]>
Update Spanish translation
2017-07-09 Robert Roth <
[email protected]>
Implemented disk io monitoring
2017-06-26 Benoît Dejean <
[email protected]>
Instead of using an Iterator adaptor as in f8761542 to avoid the use of the deleted copy-constructor of ProcInfo by g++ 5.4, use piecewise_construct version of std::emplace.
I still don't understand if the normal emplace is valid or not, although it
is accepted by g++ >= 6 and clang++ >= 3.4.
2017-06-26 Benoît Dejean <
[email protected]>
Revert "After 35d69c72, std::map<pid_t, ProcInfo> requires ProcInfo to be"
This reverts commit f876154239d2ac92381c40cf5ed1e68362000717.
2017-06-22 Benoît Dejean <
[email protected]>
After 35d69c72, std::map<pid_t, ProcInfo> requires ProcInfo to be CopyConstructible for older compiler like gcc 5.4. Make it a std::map<pid_t, std::shared_ptr<ProcInfo>> and implement a wrapper to minimize code change.
https://bugzilla.gnome.org/show_bug.cgi?id=783993
2017-06-22 Isak Östlund <
[email protected]>
Update Swedish translation
2017-06-20 Robert Roth <
[email protected]>
Prepared release 3.25.3