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 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
|
libpfm4 (4.8.0+git16-g8385268-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Upload to unstable.
-- Andreas Beckmann <anbe@debian.org> Tue, 02 May 2017 14:53:41 +0200
libpfm4 (4.8.0+git14-g71a960d-1) experimental; urgency=medium
* New upstream GIT snapshot, reverting an unintended ABI change.
(Closes: #859524)
* Drop patches that were merged upstream.
* Add proposed s390x patch from William Cohen.
* Add Breaks against libpapi5 (<< 5.5.1-2~), pcp (<< 3.11.10~) that may have
been built against the incompatible ABI.
* Remove PIE workarounds, this now works out-of-the-box.
* Upload to experimental.
-- Andreas Beckmann <anbe@debian.org> Tue, 11 Apr 2017 21:31:50 +0200
libpfm4 (4.8.0-2) unstable; urgency=medium
[ Andreas Beckmann ]
* Cherry-pick event fixes, event additions and RAPL support for newer CPUs.
[ Dimitri John Ledkov ]
* Execute validation tests at build time. LP: #1521969
-- Andreas Beckmann <anbe@debian.org> Sat, 11 Mar 2017 02:47:54 +0100
libpfm4 (4.8.0-1) unstable; urgency=medium
* New upstream release.
* typos.patch: Fix some more typos.
-- Andreas Beckmann <anbe@debian.org> Mon, 07 Nov 2016 15:46:31 +0100
libpfm4 (4.7.0+git30-gd422ba2-2) unstable; urgency=medium
* PIE.patch: New, -fPIC needs to override -fPIE.
* Build with PIE enabled.
-- Andreas Beckmann <anbe@debian.org> Fri, 07 Oct 2016 15:35:12 +0200
libpfm4 (4.7.0+git30-gd422ba2-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Overhaul buildflags usage and enable more hardening.
* Fix i386 (cross-)build with x86_64 uname.
* typos.patch: Fix some more typos.
-- Andreas Beckmann <anbe@debian.org> Mon, 19 Sep 2016 02:21:25 +0200
libpfm4 (4.7.0+git11-gbfb9baf-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Simplify symbols file. The library no longer exposes (arch-specific)
private symbols.
* Bump Standards-Version to 3.9.8. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Sat, 28 May 2016 20:18:35 +0200
libpfm4 (4.7.0-4) unstable; urgency=medium
* Cherry-pick umask encoding fixes.
* use-LDFLAGS-when-linking.patch: Remove, fixed upstream.
* typos.patch: Fix some more typos.
-- Andreas Beckmann <anbe@debian.org> Thu, 25 Feb 2016 12:42:15 +0100
libpfm4 (4.7.0-3) unstable; urgency=medium
* [x32] Use the same symbols as amd64.
* d/copyright: Refresh copyright list from upstream git commit history.
-- Andreas Beckmann <anbe@debian.org> Mon, 15 Feb 2016 16:36:16 +0100
libpfm4 (4.7.0-2) unstable; urgency=medium
* Restrict to Architecture: linux-any.
* [powerpc] Add new symbols from 4.7.0.
* [x32] x32.patch: New, fix printing __time_t.
-- Andreas Beckmann <anbe@debian.org> Mon, 15 Feb 2016 11:27:14 +0100
libpfm4 (4.7.0-1) unstable; urgency=medium
* New upstream release. (Closes: #811924)
* Add new symbols from 4.7.0.
* Drop libpfm4-dbg package in favor of autogenerated -dbgsyms packages.
* man-sections.patch, typos.patch: New, fix some issues found by Lintian.
* Bump Standards-Version to 3.9.7. No changes needed.
* Update Vcs-* URLs.
-- Andreas Beckmann <anbe@debian.org> Mon, 15 Feb 2016 05:00:03 +0100
libpfm4 (4.6.0-4) unstable; urgency=medium
* Cherry-pick Haswell EP RAPL support, Broadwell FPARITH and some bug fixes.
-- Andreas Beckmann <anbe@debian.org> Wed, 03 Jun 2015 15:48:36 +0200
libpfm4 (4.6.0-3) unstable; urgency=medium
* Cherry-pick Broadwell, Airmont support and memory leak fixes.
* Fix hyphenation errors in manpages.
* Upload to unstable.
-- Andreas Beckmann <anbe@debian.org> Mon, 27 Apr 2015 20:43:42 +0200
libpfm4 (4.6.0-2) experimental; urgency=medium
* [mips64, mips64el] Use the same symbols as mips(el). (Closes: #775836)
* Cherry-pick missing MEM_LOAD_UOPS_RETIRED:L1_MISS for IvyBridge, typo
fixes and cgroup fix.
-- Andreas Beckmann <anbe@debian.org> Fri, 13 Feb 2015 13:59:23 +0100
libpfm4 (4.6.0-1) experimental; urgency=medium
* New upstream release.
* Add new symbols from 4.6.0.
* Add Build-Depends: dh-python.
* Cherry-pick missing ICACHE:IFETCH_STALLS for Haswell and SandyBridge.
* Upload to experimental.
-- Andreas Beckmann <anbe@debian.org> Thu, 08 Jan 2015 21:15:49 +0100
libpfm4 (4.5.0+git38-g1ca1338-2) unstable; urgency=medium
* dpkg-gensymbols: Raise check level to 4 - fail on any symbol change.
* [armhf, arm64] Factor out common symbols to .symbols.arm.common.
* [armhf, powerpc] Add new symbols from 4.5.0.
* [armhf, arm64] Add new symbols.
* [arm64] Add a separate symbols file.
* [armel] Use the same symbols as armhf.
* [ppc64, ppc64el] Use the same symbols as powerpc.
* [sparc64] Use the same symbols as sparc.
* d/copyright: Refresh copyright list from upstream git commit history.
-- Andreas Beckmann <anbe@debian.org> Thu, 16 Oct 2014 11:50:47 +0200
libpfm4 (4.5.0+git38-g1ca1338-1) unstable; urgency=medium
* New upstream GIT snapshot.
* [amd64] Add new symbols.
* Bump Standards-Version to 3.9.6. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Wed, 15 Oct 2014 21:33:03 +0200
libpfm4 (4.5.0+git25-g60cdc9b-1) unstable; urgency=medium
* New upstream GIT snapshot.
-- Andreas Beckmann <anbe@debian.org> Wed, 06 Aug 2014 01:09:41 +0200
libpfm4 (4.5.0-1) unstable; urgency=medium
* New upstream release.
* Add new symbols from 4.5.0.
-- Andreas Beckmann <anbe@debian.org> Thu, 06 Mar 2014 22:59:39 +0100
libpfm4 (4.4.0+git47-g71166e2-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Upload to unstable.
-- Andreas Beckmann <anbe@debian.org> Fri, 31 Jan 2014 19:59:52 +0100
libpfm4 (4.4.0+git43-gac7e1ce-1) experimental; urgency=low
* New upstream GIT snapshot.
* Drop typo patches, applied upstream.
* [i386] Inherit common symbols from amd64.
* [amd64] Add new symbols.
* Upload to experimental.
-- Andreas Beckmann <anbe@debian.org> Fri, 10 Jan 2014 03:02:00 +0100
libpfm4 (4.4.0-2) unstable; urgency=low
* debian/*: Cleanup cruft.
* Move misplaced symbols from .symbols.common to .symbols.amd64.
* [armhf, s390x] Add new symbols from 4.4.0.
* [powerpcspe] Use the same symbols as powerpc. (Closes: #730633)
* [i386] Add a separate symbols file.
-- Andreas Beckmann <anbe@debian.org> Wed, 27 Nov 2013 16:46:14 +0100
libpfm4 (4.4.0-1) unstable; urgency=low
* New upstream release.
* Split symbols file and add arch specific symbols. (Closes: #709654)
* [amd64] Add new symbols from 4.4.0.
* Fix more typos detected by lintian.
* Use the canonical Vcs-* URLs.
* Bump Standards-Version to 3.9.5. No changes needed.
* Add myself to Uploaders.
-- Andreas Beckmann <anbe@debian.org> Wed, 27 Nov 2013 03:00:08 +0100
libpfm4 (4.3.0-1) unstable; urgency=low
* First official upload to Debian (Closes: #702242: ITP: libpfm4 -- Library
to program the performance monitoring events)
Expecting FTBFS due to bad symbol file on all but amd64 arch
* Add libpfm4-dbg package
* Upgrade Standard-Version
* Bump Debhelper compat to 9
* Switch to multi-arch
* Add a symbol file
* Add a watch file
* Fix lots of lintian messages (typos, manpage syntax, etc.)
* Remove dependency on dpatch as source "3.0 (quilt)" already include a
support for quilt
* switch debian/copyright to copyright-format 1.0
+ rework copyright list from upstream git commits history
+ debian packaging was said as GPL-v2 in upstream tarball but, after
signaling the fact to upstream, they (with all authors agreement) switch
to the same license as the software itself (see git commit 4875866
in upstream repo). This package already presents this fact.
* fix python compilation
* libpfm4-dev conflicts/replaces the old libpfm3-3.2-dev
-- Vincent Danjean <vdanjean@debian.org> Wed, 06 Mar 2013 10:27:13 +0100
libpfm4 (8.0) unstable; urgency=low
* add Intel Knights Landing support
* add Intel Goldmont support
* update Intel event tables
* allow . as delimiter for event string
* add SQ_MISC:SPLIT_LOCK
* enable Broadwell EP
* various fixes
-- Stephane Eranian <eranian@gmail.com> Sat, 5 Nov 2016 14:38:01 +0200
libpfm4 (7.0) unstable; urgency=low
* add Intel Skylake support
* add Intel Haswell-EP uncore PMU support
* add Broadwell DE support
* updated most Intel x86 event tables to match official tables
* refreshed perf_event.h header to 4.2
* more bug fixes and minor updates
-- Stephane Eranian <eranian@gmail.com> Thu, 11 Feb 2016 16:56:01 +0200
libpfm4 (6.0) unstable; urgency=low
* add Intel Broadwell (desktop) support
* add Intel Haswell-EP support (core)
* add Applied Micro X-Gene processor support
* simplified X86 model detection for Intel processors
* Intel SNB, IVB, HSW event table updates
* IBM Power8 event table updates
* add ARM Cortex A53 support
* more bug fixes and minor updates
-- Stephane Eranian <eranian@gmail.com> Tue, 30 Dec 2014 16:56:01 +0200
libpfm4 (5.0) unstable; urgency=low
* Intel IVB-EP uncore PMU support
* Intel Silvermont support
* Perf raw event syntax support
* Intel RAPL event support
* AMD Fam15h northbridge support
* Qualcomm Krait support
* IBM Power 8 support
* IBM s390 updates
* AMD Fam15h fixes
* various IVB, SNB, HSW event table updates
* more bug fixes
-- Stephane Eranian <eranian@gmail.com> Fri, 21 Feb 2014 18:45:01 +0200
libpfm4 (4.0) unstable; urgency=low
* Intel IVB-EP support
* Intel IVB updates support
* Intel SNB updates support
* Intel SNB-EP uncore support
* ldlat support (PEBS-LL)
* New Intel Atom support
* bug fixes
-- Stephane Eranian <eranian@gmail.com> Fri, 08 Jun 2013 18:45:01 +0200
libpfm4 (3.0) unstable; urgency=low
* ARM Cortex A15 support
* updated Intel Sandy Bridge core PMU events
* Intel Sandy Bridge desktop (model 42) uncore PMU support
* Intel Ivy Bridge support
* full perf_events generic event support
* updated perf_examples
* enabled Intel Nehalem/Westmere uncore PMU support
* AMD LLano processor supoprt (Fam 12h)
* AMD Turion rocessor supoprt (Fam 11h)
* Intel Atom Cedarview processor support
* Win32 compilation support
* perf_events excl attribute
* perf_events generic hw event aliases support
* many bug fixes
-- Stephane Eranian <eranian@gmail.com> Mon, 27 Aug 2012 17:45:22 +0200
libpfm4 (2.0) unstable; urgency=low
* updated event tables for Intel X86 processors
* new AMD Fam15h support
* new MIPS 74k support
* updated ARM Cortex A8/A9 support
* 30% size reduction for Intel/AMD X86 event tables
* bug fixes and other improvements
-- Stephane Eranian <eranian@gmail.com> Fri, 7 Oct 2011 15:55:22 +0200
libpfm4 (1.0) unstable; urgency=low
* Initial Release.
-- Arun Sharma <aruns@google.com> Mon, 21 Jun 2010 15:17:22 -0700
|