~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Iain Lane
  • Date: 2019-08-01 12:34:01 UTC
  • Revision ID: iain.lane@canonical.com-20190801123401-dd5pfj314b3t55hk
Make livepatch_get_num_fixes (private API) return 'ssize_t' instead of
'gssize', which will allow us to use the '%zd' format string to print its
value. That in turn allows the string to be extracted into the .pot file
for translation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
update-notifier (3.192.25) UNRELEASED; urgency=medium
 
2
 
 
3
  * Make livepatch_get_num_fixes (private API) return 'ssize_t' instead of
 
4
    'gssize', which will allow us to use the '%zd' format string to print its
 
5
    value. That in turn allows the string to be extracted into the .pot file
 
6
    for translation.
 
7
 
 
8
 -- Iain Lane <iain.lane@canonical.com>  Thu, 01 Aug 2019 13:32:48 +0100
 
9
 
1
10
update-notifier (3.192.24) eoan; urgency=medium
2
11
 
3
12
  * Fix E117 over-indented pep issues.