Skip to content

Commit

Permalink
Release version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Nov 23, 2014
1 parent 6e1f819 commit 46a9461
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v2.0.1 (11.23.2014):
* Better CPU multiplier calculation
* Don't show non-existent banks in tab RAM
* Better compiler detection
* Improve option --help
* Better translation support
* Add possibility to resize terminal with NCurses TUI
* Add more static libraries in portable binary
* Fixes :
** NCurses TUI: correct refresh (when left key/button 3 on mouse are spammed)
** NCurses TUI: segfault when spamming right key
** GTK GUI/NCurses TUI: use timeout instead of new thread to refresh
** Segfault when file '/etc/os-release' could not be open


v2.0.0 (11.16.2014):
* Big changes in core
* Full rewrite GTK GUI
Expand Down
2 changes: 1 addition & 1 deletion src/cpu-x.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define _(str) gettext(str)

#define PRGNAME "CPU-X"
#define PRGVER "2.0.0"
#define PRGVER "2.0.1"
#define PRGAUTH "X0rg"
#define PRGCPYR "Copyright © 2014 Xorg"
#define EXIT_FNO 2 /* Exit when File Not Open */
Expand Down

0 comments on commit 46a9461

Please sign in to comment.