Change logs for cpustat source package in Cosmic

  • cpustat (0.02.06-1) unstable; urgency=medium
    
      * Makefile: bump version
      * Makefile: add .travis.yml to make dist rule
      * debian/watch: change .gz to .xz
      * Makefile: remove .xz tarball on make dist rule
      * Makefile: generate .xz tarball and not .gz as it compresses better
      * Makefile: rename snapcraft to snap in make dist rule
      * Don't show CPU frequency if it cannot be read
      * Rename snapcraft directory to snap
      * Add travis yaml file
    
     -- Colin King <email address hidden>  Thu, 6 Sep 2018 08:42:45 +0100
  • cpustat (0.02.05-1) unstable; urgency=medium
    
      * Makefile: bump version
      * debian/copyright: use secure URI
      * debian/control: remove empty line at end of file
      * debian/compat: set to 11
      * debian/control: set debhelper version >= 11
      * voidify function returns
      * constify cpu_freq_scale
      * Minor code clean ups
      * Add more constifcations to functions and arrays
      * Fix the time scaling, use base 60 where necessary
      * Fix leading zeros on time data
    
     -- Colin King <email address hidden>  Thu, 14 Jun 2018 18:46:12 +0100
  • cpustat (0.02.04-1build1) cosmic; urgency=medium
    
      * No-change rebuild for ncurses soname changes.
    
     -- Matthias Klose <email address hidden>  Thu, 03 May 2018 14:14:11 +0000
  • cpustat (0.02.04-1) unstable; urgency=medium
    
      * Makefile: bump version
      * debian/control: update Standards-Version to 4.1.2
      * Remove redundant initialization of pointer 'str'
      * Use sizeof on object
      * Make array index variables size_t
      * Use SIZEOF_ARRAY on cpu_freq_scale rather than a terminator marker
      * Update copyright year
    
     -- Colin King <email address hidden>  Wed, 31 Jan 2018 10:49:22 +0000