File: changelog

package info (click to toggle)
user-session-migration 0.5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: python: 281; ansic: 279; perl: 27; sh: 15; makefile: 11
file content (202 lines) | stat: -rw-r--r-- 7,426 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
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
user-session-migration (0.5.1) unstable; urgency=medium

  * debian/control: Add myself to uploaders
  * tests: Add test dependency on user-session-migration binary
  * debian/tests: Add autopkgtests

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 23 Oct 2025 02:58:34 +0200

user-session-migration (0.5.0) unstable; urgency=medium

  [ Guido Berhoerster ]
  * Add optional rpm support
  * Modernize CMake
  * Do not hardcode directories
  * Make systemd support optional and do not hardcode path
  * Remove g_type_init()
  * Use CMake testing facilities and detect dependencies
  * Make debhelper tests pass on Ubuntu 20.04
  * Update Debian packaging

  [ Mike Gabriel ]
  * debian/control: Add to B-D: pkgconf.
  * debian/control: Bump Standards-Version: to 4.7.2. No changes needed.
  * debian/control: Add Multi-Arch: foreign declaration. Thanks, Multi-Arch
    Hinter.

  [ Marco Trevisan (Treviño) ]
  * tests/cmake: Use correct file names for test files
  * tests: Use assets paths relative to test files
  * user-session-migrations: Prefer using XDG_CURRENT_DESKTOP
  * user-session-migration: Free some errors on cleanup
  * user-session-migration: Handle the wait status with GLib utilities
  * user-session-migration: Add support for SKIP exit code
  * cleanup: remove trailing space
  * clieanup: use EXIT{SUCCESS,FAILURE}
  * user-session-migration: Improve logging on key file parsing
  * user-session-migration: Do not leak stdout and stderr
  * user-session-migration: Use autopointer to handle allocated data
  * user-session-migration: Use the hash table as a set
  * user-session-migration: Improve logging on spawn failures
  * user-session-migration: Use GPtrArray instead of unefficient slist
  * user-session-migration: Use G_UNLIKELY to check for verbose case
  * user-session-migration: Use likely macros for dry run too
  * user-session-migration: Use native function to write a string list to ini
  * user-session-migration: Save the state file in a data dir path

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 28 Aug 2025 08:56:55 +0200

user-session-migration (0.4.3) unstable; urgency=medium

  [ Guido Berhoerster ]
  * unit tests:
    - Fix compatibility with Python >= 3.12. (Closes: #1074645).

  [ Mike Gabriel ]
  * tests/:
    - Stop using nosetests3, use Python standard library's unittest module
      instead.
  * debian/control:
    + Drop from B-D: python3-nose. (Closes: #1071840).
    + Bump Standards-Version to 4.7.0. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 12 Aug 2024 09:44:58 +0200

user-session-migration (0.4.2) unstable; urgency=medium

  * CMakeLists.txt:
    - Modernize CMake, only require C compiler, define upstream version in
      CMake.
  * tests/debhelper_tests.py:
    - Ignore missing env variables DEB_BUILD_OPTIONS and DH_INTERNAL_OPTIONS.
  * tests/migration_tests.py:
    - RegExp-escape search strings. Don't fail on tests if build directory
      contains regexp-special-characters (such as '+') in the path name.
      (Closes: #1061084).
  * src/user-session-migration.c:
    - Fix FTBFS on architectures affected by t64 transition. (Closes: #1067203).
  * debian/control:
    + Bump Standards-Version: to 4.6.2. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 25 Mar 2024 12:17:55 +0100

user-session-migration (0.4.1) unstable; urgency=medium

  * Release to unstable

 -- Jeremy Bícha <jbicha@ubuntu.com>  Sun, 09 Apr 2023 14:06:15 -0400

user-session-migration (0.4.0) experimental; urgency=medium

  * Initial release to Debian (Closes: #1013992)
  * Rename to user-session-migration per debian-devel feedback.
    This means the dh helper is now user-session-migration and you
    can Build-Depend on dh-sequence-user-session-migration to use it.
  * Drop obsolete upstart support; there's already a systemd user service
  * Update debian/copyright

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 05 Apr 2023 16:38:41 -0400

session-migration (0.3.6) jammy; urgency=medium

  * Have dh-migrations Provide dh-sequence-migrations
  * Build-Depend on debhelper-compat 13

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 17 Mar 2022 10:19:20 -0400

session-migration (0.3.5build1) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Oct 2021 12:24:13 +0200

session-migration (0.3.5) focal; urgency=medium

  * tests/debhelper_tests.py:
    - updated test_build_with_missing_script to the format changes in the
      debhelper error string, fixes the build (lp: #1870081)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 02 Apr 2020 15:18:57 +0200

session-migration (0.3.4) disco; urgency=medium

  * Fix failing tests due to keyfiles get from stdlib not keeping tuple
    order. (LP: #1823435)

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 09 Apr 2019 15:38:19 +0200

session-migration (0.3.3) bionic; urgency=medium

  * src/session-migration.c:
    fix default permission when creating unexisting parent directories
    to be 700. (LP: #1735929)

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 23 Jan 2018 10:31:30 +0100

session-migration (0.3.2) artful; urgency=medium

  * tests/debhelper_tests.py: Unset $DH_INTERNAL_OPTIONS from the environment
    when building packages for the tests. When we do an arch-only build, this
    contains '-a', which causes the test packages to not build since they are
    arch: any. (LP: #1704238)

 -- Iain Lane <iain.lane@canonical.com>  Fri, 14 Jul 2017 10:51:03 +0100

session-migration (0.3.1) artful; urgency=medium

  * src/session-migration.c: Set the locale, so we can get unicode output.
  * tests/migration_tests.py, debian/control, CMakeLists.txt: Expect “ and ”
    as quote marks from GLib - as of 2.51, this is what it outputs. Require
    this version of glib at build-time.
  * debian/rules: Run the tests in C.UTF-8 so we can actually get those
    characters.

 -- Iain Lane <iain.lane@canonical.com>  Thu, 13 Jul 2017 16:44:57 +0100

session-migration (0.3) yakkety; urgency=medium

  * Add systemd user units, which are used if the user session is launched
    under systemd.

 -- Iain Lane <iain.lane@canonical.com>  Fri, 22 Jul 2016 12:08:48 +0100

session-migration (0.2.3) wily; urgency=low

  * debian/patches/fix-typo-in-package-desc.dff: fix typo in package
    description. The word 'packaged' was replaced with 'packages'.
    (LP: #1193822)

 -- Gayan Weerakutti <gayan@reversiblean.com>  Wed, 06 May 2015 11:39:12 +0530

session-migration (0.2.2) vivid; urgency=medium

  [ Justin McPherson ]
  * Fix spelling in doc

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 15 Apr 2015 12:37:15 +0200

session-migration (0.2.1) trusty; urgency=low

  [ Didier Roche ]
  * add more info to the manpage

  [ Iain Lane ]
  * Add an upstart user session script, so we can run session-migration under
    more types of session.

 -- Iain Lane <iain.lane@canonical.com>  Thu, 09 Jan 2014 11:27:26 +0000

session-migration (0.2) quantal; urgency=low

  * dh_migrations adds a dependency using ${misc:Depends} on the packages
    using a migration
  * add a second binary packages for test and making additional checks
  * fix a typo in the man

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 19 Jul 2012 16:50:49 +0200

session-migration (0.1) quantal; urgency=low

  * Initial release

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 12 Jul 2012 18:41:19 +0200