Skip to content

Debian Changelog cpufrequtils (005-1)

2009

cpufrequtils (005-1) unstable; urgency=low

   * New upstream version
   * Always load acpi-cpufreq on Intel CPUs with the est flag (Closes: #502431)
   * Load the powenow-k8 module for AMD family 17, Laszlo Kajan
     <kajla76@gmail.com> (Closes: 523839)
   * Removed libsysfs dependency, not needed anymore

 -- Mattia Dongili <malattia@debian.org>  Sun, 26 Apr 2009 15:15:11 +0900

2008

cpufrequtils (004-2) unstable; urgency=low

   * Load powernow-k8 for Phenom AMD CPUs (Closes: #491299)

 -- Mattia Dongili <malattia@debian.org>  Sat, 19 Jul 2008 15:10:07 +0900

cpufrequtils (004-1) unstable; urgency=low

   * New upstream version
   * Ack previous NMUs (Closes: #470062) (Closes: #464636) (Closes: #468483)
     (Closes: #468655)
   * removed dependency on libsysfs as the upstream code doesn't need
     it anymore

 -- Mattia Dongili <malattia@debian.org>  Wed, 16 Jul 2008 20:54:15 +0900

cpufrequtils (002-7.2) unstable; urgency=low

   * Non-maintainer upload with consent from Mattia Dongili.
   * Fix typo in call to dh_installinit (Closes: #470062)

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 8 Mar 2008 23:32:26 +0100

cpufrequtils (002-7.1) unstable; urgency=low

   * Non-maintainer upload with consent from Mattia Dongili.
   * Fix bashism in init.d/loadcpufreq (Closes: #464636)
   * Make sure update-rc.d is called in dependency order to
     work with insserv.  Depend on debhelper >= 6 for this to work
     properly (Closes: #468483)
   * Correct LSB dependnecy information (Closes: #468655)

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 8 Mar 2008 11:44:08 +0100

2007

cpufrequtils (002-7) unstable; urgency=low

   * Set ENABLE=true by default in loadcpufreq.init (Closes: #457753)
   * use /proc/stat to get the list of cpus for which we need to set the
     default governor/limits at boot in cpufrequtils.init (Closes: #457931)

 -- Mattia Dongili <malattia@debian.org>  Sun, 30 Dec 2007 11:39:18 +0900

cpufrequtils (002-6) unstable; urgency=low

   * in loadcpufreq.init:
     - Support VIA C7 (model_id 10) (Closes: #429269)
     - Redirect to stderr correclty (Closes: #431690)
     - Only check for sysfs file existence as we don't know exactly which
       governors are really available (Closes: 431922)
     - redirect stderr on modprobe and say that no module has been loaded if
       that is the case, patch from Kel Modderman (Closes: #428248)
   * set policy earlier to avoid overriding policy daemons (Closes: #433202)
   * use cpufreq-info to determine the available CPUs, patch from Kel Modderman
     (Closes: #449307)
   * document ordering of init.d scripts in LSB header, patch from Petter
     Reinholdtsen (Closes: #451482)
   * handle DEB_BUILD_OPTIONS=nostrip in debian/rules (Closes: #436673)
   * allow disabling and/or overriding loadcpufreq (Closes: #440915)
   * clarify the package description stating this package also enable active
     cpu control at boot time (Closes: #433203)
   * bump Standards-Version to 3.7.3
   * unignore $(MAKE) clean errors as it actually should never fail in normal
     conditions for this package (lintian warning)
   * describe the usage of /etc/default/loadcpufreq in README.Debian

 -- Mattia Dongili <malattia@debian.org>  Mon, 24 Dec 2007 14:15:47 +0900

cpufrequtils (002-5) unstable; urgency=low

   * fix loadcpufreq script to avoid using laptop-detect as the result
     of its invocation was not used (Closes: #428172).
   * output the name of the driver used at startup.

 -- Mattia Dongili <malattia@debian.org>  Sun, 10 Jun 2007 11:30:31 +0900

cpufrequtils (002-4) unstable; urgency=low

   * Enable by default if cpufreq kernel module is loaded thanks
     to Peter Reinholdtsen for the base code/idea (Closes: #426138)

 -- Mattia Dongili <malattia@debian.org>  Thu, 31 May 2007 00:29:39 +0900

cpufrequtils (002-3) unstable; urgency=low

   * Acknowledge NMUs (Closes: #412184) (Closes: #423991)
   * Fix typo in loadcpufreq (Closes: #426067)
   * Add a sample /etc/default/cpufrequtils for the user reference.

 -- Mattia Dongili <malattia@debian.org>  Sat, 26 May 2007 10:55:52 +0900

cpufrequtils (002-2.2) unstable; urgency=low

   * Non-maintainer upload with maintainers approval.
   * Correct debconf value name used in previous changelog.  The
     preseed template name is cpufrequtils/enable, not
     cpufrequtils/active-on-boot.
   * Add a small section in README.Debian on how to use it.

 -- Petter Reinholdtsen <pere@debian.org>  Fri, 25 May 2007 15:43:32 +0200

cpufrequtils (002-2.1) unstable; urgency=low

   * Non-maintainer upload with maintainers approval.
   * Add init.d/loadcpufreq to detect and load the needed kernel
     modules.  Based on code from powernowd in Ubuntu, combined into
     one script and slightly modified to prefer acpi-cpufreq over
     speedstep-centrino with kernels 2.6.20->. (Closes: #423991)
   * Improve wording in README.Debian.  Based on suggestion from Pete
     Boyd. (Closes: #412184)
   * Make init.d script accept the same speed values in
     default/cpufrequtils as cpufreq-set.  Patch from Bernd Feige.
     (Closes: #392572)
   * Move default values for init.d/cpufrequtils into the script, and
     drop /etc/default/cpufrequtils as a conffile to ease
     autoconfiguration and upgrades when the default values changes.
   * Add hidden boolean debconf value cpufrequtils/enable to
     enable the ondemand governor during installation.  Add lintian
     overrides to ignore lintian warnings about hidden debconf
     questions.
   * Add provides line to the LSB header in init.d/cpufrequtils to keep
     lintian and insserv happy.
   * Remove runlevels from the LSB header default-stop, as the init.d
     script do not stop anything.

 -- Petter Reinholdtsen <pere@debian.org>  Fri, 25 May 2007 14:52:20 +0200

2006

cpufrequtils (002-2) unstable; urgency=low

   * Be Sarge's sed compliant, thanks to Peter Palfrader. (Closes: #378482)

 -- Mattia Dongili <malattia@debian.org>  Fri, 11 Aug 2006 13:34:09 +0200

cpufrequtils (002-1) unstable; urgency=low

   * New upstream release.
   * Set cpufreq values for all available cpus. (Closes: #364547)
   * Bump Standards-Version to latest (3.7.2).

 -- Mattia Dongili <malattia@debian.org>  Thu, 01 Jun 2006 20:05:06 +0200

cpufrequtils (001-2) unstable; urgency=low

   * Fix libcpufreq.la braindamaged rpath.

 -- Mattia Dongili <malattia@debian.org>  Sun, 09 Apr 2006 09:31:01 +0200

cpufrequtils (001-1) unstable; urgency=low

   * New upstream release.
   * Fix orthographical error in README.Debian (closes: #348549).
   * Fix lack of newline on an error message (closes: #352601).

 -- Mattia Dongili <malattia@debian.org>  Mon, 27 Mar 2006 22:04:37 +0200

cpufrequtils (0.4-2) unstable; urgency=low

   * Build against libsysfs2 (closes: #347630).
   * Fix wording in README.Debian (closes: #348549).

 -- Mattia Dongili <malattia@debian.org>  Sun, 12 Feb 2006 14:09:49 +0100

2005

cpufrequtils (0.4-1) unstable; urgency=low

   * New upstream release.
   * changed '==' to '=' to make dash happy (and the init script
     POSIX compliant) (closes: #323429).
   * Upstream applied the po correction (closes: #314134).

 -- Mattia Dongili <malattia@debian.org>  Tue, 20 Dec 2005 21:47:38 +0100

cpufrequtils (0.3-2) unstable; urgency=low

   * Added init and default scripts to allow the user set a governor
     on boot (closes: #311604).

 -- Mattia Dongili <malattia@debian.org>  Sat, 02 Jul 2005 00:27:34 +0200

cpufrequtils (0.3-1) unstable; urgency=low

   * New upstream release.

 -- Mattia Dongili <malattia@debian.org>  Tue, 10 May 2005 19:52:14 +0200

cpufrequtils (0.2-1) unstable; urgency=low

   * New upstream release.
   * Changed maintainer's address to the @d.o one.

 -- Mattia Dongili <malattia@debian.org>  Sun, 20 Mar 2005 12:03:39 +0100

2004

cpufrequtils (0.1-1) unstable; urgency=low

   * Initial Release. (closes: #278767)

 -- Mattia Dongili (ma.d.) <dongili@supereva.it>  Sun, 28 Nov 2004 17:26:30 +0100