Skip to content

Commit

Permalink
Release version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Mar 15, 2015
1 parent 90f5d89 commit 0e3c724
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif(APPLE)

cmake_policy(SET CMP0048 NEW)
project(cpu-x
VERSION 2.0.2
VERSION 2.0.3
LANGUAGES C
)

Expand Down
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v2.0.3 (03.15.2015):
* Add verbose mode (for CPU-X, previously Dmidecode only)
* Better support for non-Linux OS
* Colorized messages
* Remove RPATH
* Improve displaying of memory usage in System tab
* Add 'make' target uninstall to allow to properly uninstall CPU-X
* Add 'make' target genpot to generate a pot file
* Add 'make' target updatepo to update a po file from a newer pot file
* Add a 'Run as root' button in GTK GUI
* Fixes:
* Stop spam errors (in Dmidecode)
* Options when built without GTK
* Incomplete possibility for translation
* Output messages (verbose and error)


v2.0.2 (02.08.2015):
* Rebase dmidecode code on 2.12
* Add argument --dmidecode to run (internal) Dmidecode alone
Expand Down

0 comments on commit 0e3c724

Please sign in to comment.