github.com/ubuntu/ubuntu-report@v1.7.4-0.20240410144652-96f37d845fac/debian/changelog (about)

     1  ubuntu-report (1.7.3) noble; urgency=medium
     2  
     3    * Use regex to capature all crosscall symbols in libsysmetrics1. (LP: #2055528)
     4      These are internal symbols from cgo. Fix FTBFS with golang-1.22.
     5  
     6   -- Shengjing Zhu <shengjing.zhu@canonical.com>  Fri, 01 Mar 2024 15:47:58 +0800
     7  
     8  ubuntu-report (1.7.2) mantic; urgency=medium
     9  
    10    * Fix FTBFS with golang-1.21. (LP: #2032594)
    11      Missing x_crosscall2_ptr symbols in libsysmetrics1.
    12    * Add missing tzdata to Build Depends
    13  
    14   -- Shengjing Zhu <shengjing.zhu@canonical.com>  Tue, 22 Aug 2023 15:15:56 +0800
    15  
    16  ubuntu-report (1.7.1) jammy; urgency=medium
    17  
    18    * Fix builder golang version which tried to ship internal/ alongside
    19      pkg/. Ignore it too.
    20  
    21   -- Didier Roche <didrocks@ubuntu.com>  Mon, 14 Mar 2022 20:52:58 +0100
    22  
    23  ubuntu-report (1.7) jammy; urgency=medium
    24  
    25    * Remove golang-github-ubuntu-ubuntu-report-dev package
    26      This package is not used anyway by any third parties, so deleting it.
    27  
    28   -- Didier Roche <didrocks@ubuntu.com>  Mon, 14 Mar 2022 20:45:28 +0100
    29  
    30  ubuntu-report (1.6.5) impish; urgency=medium
    31  
    32    * Fix building on RISC-V (LP: #1943146)
    33      - Bump github.com/sirupsen/logrus to v1.8.2-0.20210422133436-b50299cfaaa1
    34  
    35   -- Heinrich Schuchardt <heinrich.schuchardt@canonical.com>  Sat, 24 Jul 2021 03:26:18 +0200
    36  
    37  ubuntu-report (1.6.4) hirsute; urgency=medium
    38  
    39    * Add new metric for glibc hwcaps (LP: #1922712)
    40  
    41   -- William 'jawn-smith' Wilson <william.wilson@canonical.com>  Wed, 07 Apr 2021 16:52:26 -0500
    42  
    43  ubuntu-report (1.6.3) hirsute; urgency=medium
    44  
    45    * Don't build with lto for now.
    46  
    47   -- Matthias Klose <doko@ubuntu.com>  Sat, 03 Apr 2021 11:18:04 +0200
    48  
    49  ubuntu-report (1.6.2) hirsute; urgency=medium
    50  
    51    * Fix tests failing due to invalid casting
    52      This is spotted by go 1.15.
    53    * Updated README.
    54  
    55   -- Didier Roche <didrocks@ubuntu.com>  Tue, 10 Nov 2020 10:12:57 +0100
    56  
    57  ubuntu-report (1.6.1) focal; urgency=medium
    58  
    59    * Update for removed symbol on armhf/arm64:
    60      - This symbol was removed by gcc go in 1.13 but was not used by its
    61        reverse dependencies (private one). (LP: #1870084)
    62  
    63   -- Didier Roche <didrocks@ubuntu.com>  Thu, 02 Apr 2020 10:27:44 +0200
    64  
    65  ubuntu-report (1.6.0) eoan; urgency=medium
    66  
    67    * Add product_family to OEM information (LP: #1833555)
    68    * Various test fixes
    69  
    70   -- Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com>  Mon, 24 Jun 2019 11:10:02 +0200
    71  
    72  ubuntu-report (1.5.1) eoan; urgency=medium
    73  
    74    * Unbreak autopkgtests with golang-go 1.11 by default.
    75  
    76   -- Dimitri John Ledkov <xnox@ubuntu.com>  Thu, 02 May 2019 09:14:56 +0100
    77  
    78  ubuntu-report (1.5.0) eoan; urgency=medium
    79  
    80    * Fix CPU record not present in virtualbox (LP: #1819129)
    81      Virtualbox is having a special lspcu syntax without spaces between
    82      fields and values. Fix the regexp and tests to cover that use-case.
    83    * Fix go ineffassign warning
    84    * Fix golint false positive
    85    * Fix invalid tests comparison which was passing by chance. Ensure we
    86      can rerun commands in multiple runs tests.
    87    * Fix documentation vet error
    88    * Refresh go modules files with go 1.12. Prune uneeded indirect dep list
    89      now that more modules ships with go.mod.
    90    * Various typos fix
    91  
    92   -- Didier Roche <didrocks@ubuntu.com>  Fri, 26 Apr 2019 08:18:24 +0200
    93  
    94  ubuntu-report (1.4.1) disco; urgency=medium
    95  
    96    * Ship go modules files for -dev now that distro moved to 1.11.
    97      (LP: #1823440)
    98  
    99   -- Didier Roche <didrocks@ubuntu.com>  Tue, 09 Apr 2019 15:16:07 +0200
   100  
   101  ubuntu-report (1.4.0) cosmic; urgency=medium
   102  
   103    * Send updated report on distribution upgrade based on previous user's
   104      choice (opt-in or opt-out) (LP: #1794930)
   105    * go.*: refresh vendor directory (same dependency version though) based
   106      on go 1.11 module filters.
   107    * debian/rules:
   108      - build vendor/ directory when building the source package.
   109  
   110   -- Didier Roche <didrocks@ubuntu.com>  Fri, 28 Sep 2018 09:18:46 +0200
   111  
   112  ubuntu-report (1.3.0) cosmic; urgency=medium
   113  
   114    * Include optional DCD OEM file (LP: #1786432)
   115    * Collect number of disks and their sizes (LP: #1784383)
   116    * Misc grammar updates, thanks Robin Hood
   117  
   118   -- Didier Roche <didrocks@ubuntu.com>  Thu, 30 Aug 2018 10:05:54 +0200
   119  
   120  ubuntu-report (1.2.0) cosmic; urgency=medium
   121  
   122    * Add more information to determine CPU (LP: #1777651)
   123    * Refactor some test helpers to enable running lscpu command instead
   124      of looking at /proc/cpuinfo
   125    * Fix some typos and increase some timeouts in tests.
   126  
   127   -- Didier Roche <didrocks@ubuntu.com>  Wed, 20 Jun 2018 12:22:34 +0200
   128  
   129  ubuntu-report (1.1.0cosmic) cosmic; urgency=medium
   130  
   131    * debian/gbp.conf: remove prebuild hook as exported in build-already now
   132  
   133   -- Didier Roche <didrocks@ubuntu.com>  Tue, 12 Jun 2018 10:49:37 +0200
   134  
   135  ubuntu-report (1.1.0) bionic; urgency=medium
   136  
   137    * Delay reporting of system metrics when there is no network.
   138      A service then kicks in and try to report with exponential
   139      backoff until success (LP: #1774354)
   140    * Ensure that LANG is the user's language reported even in OEM
   141      mode (LP: #1765672)
   142    * Collect physical screen size (LP: #1771976)
   143    * Incorrect regex for GPU info (LP: #1765614)
   144  
   145   -- Didier Roche <didrocks@ubuntu.com>  Thu, 31 May 2018 09:58:03 +0200
   146  
   147  ubuntu-report (1.0.11) bionic; urgency=medium
   148  
   149    * Use sys_vendor to determine vendor (LP: #1765400)
   150      After a discussion with Entroware, the SMBIOS spec infer that we should
   151      prefer sys_vendor to chassis_vendor for collecting Vendor information.
   152      Use that field and update tests thus.
   153      Thanks to Michael Wilson for pointing it out.
   154  
   155   -- Didier Roche <didrocks@ubuntu.com>  Thu, 19 Apr 2018 15:00:16 +0200
   156  
   157  ubuntu-report (1.0.10) bionic; urgency=medium
   158  
   159    * Fix failing autopktests: ensure we do use vendored dependencies
   160      as we dropped distro build-deps.
   161  
   162   -- Didier Roche <didrocks@ubuntu.com>  Thu, 19 Apr 2018 09:40:42 +0200
   163  
   164  ubuntu-report (1.0.9) bionic; urgency=medium
   165  
   166    * Use vendoring instead of relying on build-deps (LP: #1764961):
   167      - ship vendor as part of the source package and remove build-deps
   168      - update debian/copyright to list vendored deps.
   169      - ensure that golang-github-ubuntu-ubuntu-report-dev is still
   170        depending on the packages deps and don't ship vendor deps to avoid
   171        nested vendoring: we want developers using the bindings to have
   172        the choice between distro version or their own vendored version.
   173  
   174   -- Didier Roche <didrocks@ubuntu.com>  Wed, 18 Apr 2018 10:03:35 +0200
   175  
   176  ubuntu-report (1.0.8) bionic; urgency=medium
   177  
   178    * Handle complex screen config with multiple frequencies (LP: #1764427)
   179    * Configure timeout to client for https POST request (LP: #1764655)
   180    * List architecture as part of POST data (LP: #1764673)
   181    * All 3 items above are covered by new tests
   182  
   183   -- Didier Roche <didrocks@ubuntu.com>  Tue, 17 Apr 2018 10:31:49 +0200
   184  
   185  ubuntu-report (1.0.7) bionic; urgency=medium
   186  
   187    * Add crosscall_s390x@Base in symbols file for s390x
   188  
   189   -- Didier Roche <didrocks@ubuntu.com>  Tue, 10 Apr 2018 16:07:47 +0200
   190  
   191  ubuntu-report (1.0.6) bionic; urgency=medium
   192  
   193    * Fix typo in package description
   194    * Remove vendor directory from source tarball. Adjust d/copyright and
   195      d/rules.
   196    * Add symbols files, filtering private symbols.
   197  
   198   -- Didier Roche <didrocks@ubuntu.com>  Tue, 10 Apr 2018 09:23:33 +0200
   199  
   200  ubuntu-report (1.0.5) bionic; urgency=medium
   201  
   202    * dh_golang is using DEB_HOST_GNU_TYPE for build dir
   203  
   204   -- Didier Roche <didrocks@ubuntu.com>  Wed, 04 Apr 2018 13:17:32 +0200
   205  
   206  ubuntu-report (1.0.4) bionic; urgency=medium
   207  
   208    * use DEB_HOST_MULTIARCH instead of DEB_HOST_GNU_TYPE for installing
   209      .pc and lib to correct dir on x86
   210  
   211   -- Didier Roche <didrocks@ubuntu.com>  Wed, 04 Apr 2018 13:08:54 +0200
   212  
   213  ubuntu-report (1.0.3) bionic; urgency=medium
   214  
   215    * Some C API refinement (splitting send to send_report and send_decline)
   216      as suggested by the consumer side.
   217    * Move header to subdirectory and point .pc file to include it.
   218  
   219   -- Didier Roche <didrocks@ubuntu.com>  Tue, 03 Apr 2018 09:51:07 +0200
   220  
   221  ubuntu-report (1.0.2) bionic; urgency=medium
   222  
   223    * Remove symbols file:
   224      - internal generated symbol contains a hash depending on source file
   225        content, and differ betweens archs.
   226  
   227   -- Didier Roche <didrocks@ubuntu.com>  Thu, 29 Mar 2018 12:20:46 +0200
   228  
   229  ubuntu-report (1.0.1) bionic; urgency=medium
   230  
   231    * namespace C API release:
   232      before tagging officially 1.*, use feedback on the C API to
   233      adjust it.
   234    * add sysmetrics_send new API to ensure we report what we have shown
   235      to the user.
   236  
   237   -- Didier Roche <didrocks@ubuntu.com>  Thu, 29 Mar 2018 12:12:04 +0200
   238  
   239  ubuntu-report (1.0.0) bionic; urgency=medium
   240  
   241    * Initial release (LP: #1755456)
   242  
   243   -- Didier Roche <didrocks@ubuntu.com>  Wed, 28 Mar 2018 12:23:32 +0200