From b7509c75c403e0515e1f3b4bf275c7087fc2973e Mon Sep 17 00:00:00 2001 From: Daniel Klaffenbach Date: Sun, 27 Jun 2010 10:11:42 +0200 Subject: [PATCH] Prepared 0.3 release --- debian/changelog | 11 +++++++++++ src/de.ts | 12 ++++++------ src/help_de.html | 2 +- src/help_en.html | 2 +- src/mainwindow.cpp | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 24f33f7..9c0ef9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +qcpufreq (0.3-1) unstable; urgency=low + + * Do not freeze on sudo errors (more robust process handling) + * Unified helper scripts + * Minor UI tweaks + * Help viewer + * Internal cleanup + + -- maintainer Daniel Klaffenbach Sat, 27 Jun 2010 10:02:53 +0200 + + qcpufreq (0.2-2) unstable; urgency=low * Another attempt to clear the sudoers file after uninstallation diff --git a/src/de.ts b/src/de.ts index d51522c..577da8a 100644 --- a/src/de.ts +++ b/src/de.ts @@ -23,8 +23,8 @@ MainWindow - - + + QCPUFreq QCPUFreq @@ -38,7 +38,7 @@ - + Unknown Unbekannt @@ -89,12 +89,12 @@ Hilfe - + There seems to be a problem with your sudo setup! Es liegt offenbar ein Problem bei der sudo Einrichtung vor! - + Could not get information from /sys! Konnte Informationen aus /sys nicht lesen! @@ -103,7 +103,7 @@ Aktiviert - + SmartReflex support is known to be unstable on some devices and may cause random reboots. SmartReflex kann auf einigen Geräten instabil sein und zu zufälligen Neustarts führen. diff --git a/src/help_de.html b/src/help_de.html index f840738..def925b 100644 --- a/src/help_de.html +++ b/src/help_de.html @@ -9,7 +9,7 @@ WICHTIG:
  • Alle Änderungen sind NICHT dauerhaft
    Wenn die CPU Frequenz oder die SmartReflex™ Einstellungen dauerhaft geändert werden sollen, muss die Datei /etc/pmconfig angepasst werden. Ändern Sie diese Datei nur, wenn Sie genau wissen, was Sie machen!
  • -
  • Nachdem das Akku-Ladegerät herausgezogen wird, verwendet die CPU wieder die Systemeinstellung für die maximaler Geschwindigkeit. Verwenden Sie nach dem Aufladen QCPUFreq, um diese wieder herabzusetzen!
  • +
  • Nachdem das Akku-Ladegerät herausgezogen wird, verwendet die CPU wieder die Systemeinstellung für die maximale Geschwindigkeit. Verwenden Sie nach dem Aufladen QCPUFreq, um diese wieder herabzusetzen!
  • SmartReflex™ ist auf einigen Geräten instabil und kann zu zufälligen Neustarts führen.
  • Ab PR 1.2 hat Nokia "VDD2 SR" deaktiviert, um das Gerät stabiler zu machen. Aus diesem Grund aktiviert QCPUFreq auf neueren Firmwareversionen nur VDD1 SmartReflex™.
  • Es kann vorkommen, dass als Wert für die CPU-Temperatur "0" angezeigt wird. Es handelt sich hierbei um ein Kernel-Problem und stellt keine Fehlfunktion dieses Programmes dar.
  • diff --git a/src/help_en.html b/src/help_en.html index c0cd4b0..671d3e2 100644 --- a/src/help_en.html +++ b/src/help_en.html @@ -7,7 +7,7 @@ This might be useful for some applications (like emulators), which cause your CP IMPORTANT:
    • Changes are NON-permanent
      - If you want to permanently change your CPU frequency or SmartReflex™ settings, you need to edit /etc/pmconfig. Only edit this file if you know what you are doing! + If you want to change your CPU frequency or SmartReflex™ settings permanently, you need to edit /etc/pmconfig. Only edit this file if you know what you are doing!
    • After unplugging the charger from your device the CPU will always use the full maximum speed setting. Use QCPUFreq after charging for lowering the speed again!
    • SmartReflex™ is known to be unstable on some devices and may cause random reboots.
    • diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 919292c..201e005 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -29,7 +29,7 @@ #define APPNAME "QCPUFreq" -#define APPVERSION "0.2" +#define APPVERSION "0.3" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), -- 1.7.9.5