File: changelog

package info (click to toggle)
idlestat 0.8-8
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 480 kB
  • sloc: ansic: 6,539; makefile: 56
file content (169 lines) | stat: -rw-r--r-- 6,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
idlestat (0.8-8) unstable; urgency=medium

  * debian/copyright: update copyright year
  * debian/rules: improve hardening rules
  * debian/rules: remove some debug echo statements

 -- Colin Ian King <colin.i.king@gmail.com>  Fri, 12 Jan 2024 12:53:57 +0000

idlestat (0.8-7) unstable; urgency=medium

  * debian/copyright: update copyright year
  * debian/control: update standands version to 4.6.2
  * Fix fails to build source after successful build (Closes: #1048473)

 -- Colin Ian King <colin.i.king@gmail.com>  Mon, 14 Aug 2023 09:39:21 +0100

idlestat (0.8-6) unstable; urgency=medium

  * Debian/control: update standards version to 4.6.1
  * Debian/control: update maintainer email address
  * Debian/copyright: fix trace.h pattern in copyright file pattern
  * Add EOF check on a fgets calls
    patches/0006-tracefile_tracecmd-add-null-return-from-fgets-when-E.patch
    patches/0007-tracefile_idlestat-EOF-checks-while-parsing-file-wit.patch

 -- Colin Ian King <colin.i.king@gmail.com>  Tue, 13 Dec 2022 16:38:47 +0000

idlestat (0.8-5) unstable; urgency=medium

  * Debian/control: update Homepage URL (Closes: #984435)

 -- Colin King <colin.king@canonical.com>  Wed, 3 Mar 2021 18:29:52 +0000

idlestat (0.8-4) unstable; urgency=medium

  * Debian/control: update compat to 13, remove compat file
  * Debian/control: add Rules-Requires-Root

 -- Colin King <colin.king@canonical.com>  Sat, 4 Jul 2020 15:30:22 +0100

idlestat (0.8-3) unstable; urgency=medium

  * Pull in some fixes to issues found with static analysis:
    - comparison_report: fix diff.late_wakings calculation,
      late_wakings calculation is always zero because of a typo, fix
      this.
    - csv_report: print unsigned int using %u specifier instead of %d
    - energy_model: print and scan unsigned ints using %u
    - idlestat: fix -t with negative values
    - idlestat: fix number of cpus check
  * Remove empty line from debian/control

 -- Colin King <colin.king@canonical.com>  Sun, 21 Jul 2019 18:16:14 +1000

idlestat (0.8-2) unstable; urgency=medium

  * Update Standards-Version to 11
  * Fix Lintian warning on dep5 copyright ordering
  * Remove a couple of trailing whitespaces from buildlog
  * Fix nsecure-copyright-format-uri in copyright file

 -- Colin King <colin.king@canonical.com>  Tue, 6 Mar 2018 03:37:13 +0000

idlestat (0.8-1) unstable; urgency=medium

  * Sync with 0.8 upstream release
  * Remove debian patches that are now in 0.8 release

 -- Colin King <colin.king@canonical.com>  Mon, 24 Apr 2017 13:59:41 +0100

idlestat (0.7-2) unstable; urgency=medium

  [ Lisa Nguyen ]
  * Pull in 3 upstream changes:
    - Update documentation for idlestat
    - Fix resource leak in output_cstate_info() and build_cstate_info()
    - Fix resource leak in energy_model.c

 -- Colin King <colin.king@canonical.com>  Fri, 9 Dec 2016 11:03:02 +0000

idlestat (0.7-1) unstable; urgency=medium

  * Sync with 0.7 upstream release (Closes: #839891)
  * Remove debian patches that are now in 0.7 release

 -- Colin King <colin.king@canonical.com>  Thu, 6 Oct 2016 9:24:52 +0100

idlestat (0.6-1) unstable; urgency=medium

  * Sync with 0.6 upstream release
  * Remove debian patches that are now in 0.6 release
  * Update Standards-Version to 3.9.8

 -- Colin King <colin.king@canonical.com>  Wed, 31 Aug 2016 07:59:11 +0100

idlestat (0.5-4) unstable; urgency=medium

  * initialise return status ret to 0, fixes an error found by static analysis

 -- Colin King <colin.king@canonical.com>  Wed, 9 Sep 2015 11:05:00 +0100

idlestat (0.5-3) unstable; urgency=medium

  * Fix deb5-copyright-licence-name-not-unique
  * Update debian/compat to 9
  * Reformat description in debian/control

 -- Colin King <colin.king@canonical.com>  Sun, 16 Aug 2015 04:30:02 -0700

idlestat (0.5-2) unstable; urgency=medium

  * Topology: Fix loop bound
  * Energy model: Check for error from idlestat_load correctly
  * Energy model: Do not exit() with a negative status code
  * Utils: Add missing va_start macros
  * Idlestat: Suppress static analysis false positives
  * Idlestat: Check return value in cpuidle_get_target_residency
  * Idlestat: Fix core/cluster cstates
  * Idlestat: Add command line options for managing trace buffer
  * Idlestat: P-state calculations for cores and clusters
  * Energy_model: Don't add phony frequency to template
  * Energy_model: Add cluster P-state calculation based on trace data
  * Energy model: Make energy file parsing work for TC2
  * Energy model: Take out the wakeup energy from the energy calculation
  * Idlestat: Add energy model for arm TC2
  * Fix alignment for verbose energy model data
  * Fix P-state calculations
  * Energy model: Remove unused parameter options
  * Remove unused parameter cpu from write_cstate_info
  * Simplify event counting while loading a trace
  * Add -Wunused-parameter to CFLAGS
  * Re-enable compile and run on Android platform
  * Utils: Add missing va_end macros to verbose_(f)printf
  * Energy_model: calculate number of cap and C states correctly
  * Topology: Match cpu names only if they begin with "cpu"
  * Make read_cpu_topo_info more robust
  * Topology: Remove unused structure member
  * Handle offline cpus gracefully
  * Fix merge_pstates
  * Add idlestat manual page (LP: #1334758)

 -- Colin King <colin.king@canonical.com>  Tue, 12 May 2015 10:14:00 +0100

idlestat (0.5-1) unstable; urgency=medium

  * Re-sync to upstream version 0.5

 -- Colin King <colin.king@canonical.com>  Fri, 9 Jan 2015 18:00:00 +0100

idlestat (0.3-3) unstable; urgency=medium

  * Remove buggy memory leak on cstates fix

 -- Colin King <colin.king@canonical.com>  Thu, 21 Aug 2014 10:34:31 +0100

idlestat (0.3-2) unstable; urgency=medium

  * Fix memory leak on cstates
  * Correctly parse older versions of trace output
  * CPUs may be offline during setup, so avoid asserts
  * Correct copyright

 -- Colin King <colin.king@canonical.com>  Mon, 30 Jun 2014 21:53:22 +0100

idlestat (0.3-1) unstable; urgency=medium

  * Initial Debian release (Closes: #752158)

 -- Colin King <colin.king@canonical.com>  Thu, 26 Jun 2014 16:16:23 +0100