~smoser/ubuntu/maverick/cloud-init/lp942961-apt-pipeline

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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
cloud-init (0.5.12-0ubuntu6) maverick; urgency=low

  * fix installation error
  * add quilt-setup rule for package development 

 -- Scott Moser <smoser@ubuntu.com>  Tue, 13 Jul 2010 12:04:21 -0400

cloud-init (0.5.12-0ubuntu5) maverick; urgency=low

  * sync with upstream r226.
  * fix bug where nfs/network mounts could not be specified (LP: #603329)
  * manage hostname setting better (LP: #596993)
  * add legacy-grub-ec2 package.

 -- Scott Moser <smoser@ubuntu.com>  Thu, 08 Jul 2010 22:24:59 -0400

cloud-init (0.5.12-0ubuntu4) maverick; urgency=low

  * handle hostname managing better with ebs root. (LP: #596993)

 -- Scott Moser <smoser@ubuntu.com>  Wed, 07 Jul 2010 11:54:10 -0400

cloud-init (0.5.12-0ubuntu3) maverick; urgency=low

  * fix cloud-boothook input type (LP: #600799)
  * sync with upstream.

 -- Scott Moser <smoser@ubuntu.com>  Thu, 01 Jul 2010 21:19:13 -0400

cloud-init (0.5.12-0ubuntu2) maverick; urgency=low

  * fix cloud config 'apt-update-upgrade' failure due to missing import

 -- Scott Moser <smoser@ubuntu.com>  Mon, 21 Jun 2010 15:08:32 -0400

cloud-init (0.5.12-0ubuntu1) maverick; urgency=low

  * New upstream release.
  * fix cloud-init-run-module to allow 'always' (LP: #568139)
  * add support for setting debconf selections 
  * add cloud-config support for debconf selections (LP: #582667),
    byobu enablement, and ssh-import-lp-id

 -- Scott Moser <smoser@ubuntu.com>  Fri, 18 Jun 2010 15:48:14 -0400

cloud-init (0.5.11-0ubuntu2) maverick; urgency=low

  * handle renaming sem/markers for config items to avoid
    running per-instance again after package upgrade
  * pull 'config-' prefix on sem/ items for cloud-config modules from
    0.5.12

 -- Scott Moser <smoser@ubuntu.com>  Fri, 18 Jun 2010 12:52:10 -0400

cloud-init (0.5.11-0ubuntu1) maverick; urgency=low

  * New upstream release.
  * remove ec2-get-info.  It is replaced by cloudutils ec2metadata
  * use python logging
  * reduce number of upstart jobs
  * add "boothook" user data type
  * Switch to dpkg-source 3.0 (quilt) format

 -- Scott Moser <smoser@ubuntu.com>  Fri, 18 Jun 2010 01:04:58 -0400

cloud-init (0.5.10-0ubuntu1) lucid; urgency=low

  * New upstream release.
  * ec2-get-info: fix for python traceback
  * ephemeral mount will show up in /etc/mtab or df on first boot
    LP: #527825

 -- Scott Moser <smoser@ubuntu.com>  Fri, 26 Mar 2010 00:57:28 -0400

cloud-init (0.5.9-0ubuntu1) lucid; urgency=low

  * New upstream release.
  * rename apt list files. 'ubuntu-bug' now works without update (LP: #513060)
  * replace 'cloudconfig' entries in fstab rather than appending (LP: #524562)
  * fix to fstab writing on ebs-root instances

 -- Scott Moser <smoser@ubuntu.com>  Mon, 08 Mar 2010 13:07:02 -0500

cloud-init (0.5.8-0ubuntu1) lucid; urgency=low

  * New upstream release.
  * cache data from metadata service, LP: #527364
  * fix format of cron entry in cron.d/cloudinit-updates
  * package egg-info file

 -- Scott Moser <smoser@ubuntu.com>  Tue, 02 Mar 2010 15:48:04 -0500

cloud-init (0.5.7-0ubuntu4) lucid; urgency=low

  * fix empty package previous package was emptpy for cloud-init
    due to adding the ec2-init package

 -- Scott Moser <smoser@ubuntu.com>  Fri, 26 Feb 2010 17:06:05 -0500

cloud-init (0.5.7-0ubuntu3) lucid; urgency=low

  * debian/control:
    - recommend ssh-import, such that the ssh-import-lp-id
      utility is available in UEC images for convenient importing of
      ssh public keys stored in Launchpad, LP: #524101
    - build a transitional ec2-init package to handle the rename
      gracefully on upgrades, LP: #527187

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 25 Feb 2010 16:22:10 -0600

cloud-init (0.5.7-0ubuntu2) lucid; urgency=low

  * fix packaging but that put the message-of-the-day hook file
    into a subdir of etc/update-motd.d, remove old file (LP: #524999)

 -- Scott Moser <smoser@ubuntu.com>  Fri, 19 Feb 2010 21:02:10 -0500

cloud-init (0.5.7-0ubuntu1) lucid; urgency=low

  * New upstream release.
  * run cloud-init early in boot process (LP: #504883, #524516)

 -- Scott Moser <smoser@ubuntu.com>  Fri, 19 Feb 2010 18:27:45 -0500

cloud-init (0.5.6-0ubuntu1) lucid; urgency=low

  * New upstream release.
  * supports 'runcmd' in cloud-config
  * enable the update check code (LP: #524258)
  * fix retry_url in boto_utils.py when metadata service not around
    (LP: #523832)
  * run cloud-config-puppet.conf later (LP: #523625)
  [ Scott Moser 0.5.5 ]
  * New upstream release, supports checking for updates

 -- Scott Moser <smoser@ubuntu.com>  Fri, 19 Feb 2010 03:13:22 -0500

cloud-init (0.5.4-0ubuntu1) lucid; urgency=low

  * New upstream release.
  * fix broken user-data scripts
  * merge mathiaz work for cloud-config-puppet
  * fix bug causing apt update to fail
  * rename EC2Init class to CloudInit
  * only set hostname once per instance. (LP: #514492)

 -- Scott Moser <smoser@ubuntu.com>  Wed, 17 Feb 2010 09:40:30 -0500

cloud-init (0.5.3-0ubuntu2) lucid; urgency=low

  * divert ureadahead.conf in postinst (LP: #499520)
  * lintian cleanups

 -- Scott Moser <smoser@ubuntu.com>  Fri, 05 Feb 2010 15:48:21 -0500

cloud-init (0.5.3-0ubuntu1) lucid; urgency=low

  * Rename ec2-init to cloud-init.  New upstream release.
  * set hostname to ip-u.x.y.z if local-hostname provides a ip addr
    (LP: #475354)

 -- Scott Moser <smoser@ubuntu.com>  Thu, 04 Feb 2010 03:00:05 -0500

ec2-init (0.5.2-0ubuntu1) lucid; urgency=low

  * new upstream release

 -- Scott Moser <smoser@ubuntu.com>  Fri, 29 Jan 2010 13:30:52 -0500

ec2-init (0.5.1-0ubuntu1) lucid; urgency=low

  * new upstream release

 -- Scott Moser <smoser@ubuntu.com>  Fri, 22 Jan 2010 16:19:30 -0500

ec2-init (0.5.0-0ubuntu4) lucid; urgency=low

  * add an upstart job to get ssh keys regenerated and written
    to console (LP: #506599, LP: #507070)

 -- Scott Moser <smoser@ubuntu.com>  Thu, 14 Jan 2010 13:10:55 -0500

ec2-init (0.5.0-0ubuntu3) lucid; urgency=low

  * work around difference in uec/ec2 metadata service (LP:506332)

 -- Scott Moser <smoser@ubuntu.com>  Tue, 12 Jan 2010 11:33:11 -0500

ec2-init (0.5.0-0ubuntu2) lucid; urgency=low

  * pull changes from devel branch to get functional on ec2

 -- Scott Moser <smoser@ubuntu.com>  Mon, 11 Jan 2010 12:03:45 -0500

ec2-init (0.5.0-0ubuntu2) lucid; urgency=low

  * new upstream release

 -- Scott Moser <smoser@ubuntu.com>  Thu, 07 Jan 2010 22:00:38 -0500

ec2-init (0.4.999-0ubuntu8) lucid; urgency=low

  * fix mirror selection for us-west-1 (LP: #494185)

 -- Scott Moser <smoser@ubuntu.com>  Fri, 11 Dec 2009 15:12:19 -0500

ec2-init (0.4.999-0ubuntu7) karmic; urgency=low

  * work around differences in eucalyptus ephemeral mounts (LP: #458850)
  * get 'ec2:' prefix on ssh public key fingerprint (LP: #458576)

 -- Scott Moser <smoser@ubuntu.com>  Mon, 26 Oct 2009 16:18:06 -0400

ec2-init (0.4.999-0ubuntu6) karmic; urgency=low

  * make sources.list components for 'karmic-security' the same as
    'karmic' and 'karmic-updates' (main, restricted) (LP: #457866)

 -- Scott Moser <smoser@ubuntu.com>  Thu, 22 Oct 2009 08:55:58 -0400

ec2-init (0.4.999-0ubuntu5) karmic; urgency=low

  * write regenerate_ssh_host_keys output directly to /dev/console
    to ensure that it gets there. (LP: #451881)

 -- Scott Moser <smoser@ubuntu.com>  Wed, 21 Oct 2009 17:23:38 -0400

ec2-init (0.4.999-0ubuntu4) karmic; urgency=low

  * set locale to en_US.UTF-8 if get_location_from_availability_zone 
    doesn't have a match (LP: #407949)

 -- Scott Moser <smoser@ubuntu.com>  Tue, 20 Oct 2009 09:57:49 -0400

ec2-init (0.4.999-0ubuntu3) karmic; urgency=low

  * split running of user-data out of ec2-init into ec2-init-user-data
    run this at S99. (LP : #431255)

 -- Scott Moser <smoser@ubuntu.com>  Fri, 25 Sep 2009 14:17:17 -0400

ec2-init (0.4.999-0ubuntu2) karmic; urgency=low

  * remove rightscale-init from package (see LP: #434181, LP: #434693)
  * fix lintian warning, specify path to GPL-3
  * replace multiple '| logger' in regenerate_ssh_host_keys single one
  * add ec2-is-compat-env, and disable init script by default.  it can be
    enabled by setting 'compat=1' in /etc/ec2-init/is-compat-env

 -- Scott Moser <smoser@ubuntu.com>  Thu, 24 Sep 2009 16:32:42 -0400

ec2-init (0.4.999-0ubuntu1) karmic; urgency=low

  * New upstream release

 -- Soren Hansen <soren@ubuntu.com>  Wed, 26 Aug 2009 01:23:52 +0200

ec2-init (0.4.99-0ubuntu3) karmic; urgency=low

  * Also update /etc/default/locale when setting the locale based on
    locality.

 -- Soren Hansen <soren@ubuntu.com>  Tue, 11 Aug 2009 21:49:33 +0200

ec2-init (0.4.99-0ubuntu2) karmic; urgency=low

  * Consolidate build-dependencies a bit.
  * Sync default configuration with code.
  * Create /var/lib/ec2 in package.
  * Make ec2-get-info more robust in testing environments.
  * Handle missing public keys more gracefully.
  * Set proper ownership of user's authorized_keys.

 -- Soren Hansen <soren@ubuntu.com>  Tue, 11 Aug 2009 09:54:16 +0200

ec2-init (0.4.99-0ubuntu1) karmic; urgency=low

  * Massive rewrite. (LP: #407871, #407919, #308530, #407949, #407950, #407892
    and probably many others)
  * First Ubuntu version with the upstream tarball split out.
  * Switch to arch: all. There is no arch specific code here.

 -- Soren Hansen <soren@ubuntu.com>  Tue, 11 Aug 2009 08:33:33 +0200

ec2-init (0.3.4ubuntu9) karmic; urgency=low

  * Really include the action id in the semaphore filename.

 -- Soren Hansen <soren@ubuntu.com>  Sat, 11 Jul 2009 09:50:31 +0200

ec2-init (0.3.4ubuntu8) karmic; urgency=low

  * Add Vcs-Bzr header to debian/control.
  * Include the action id in the semaphore filename.

 -- Soren Hansen <soren@ubuntu.com>  Sat, 11 Jul 2009 02:35:43 +0200

ec2-init (0.3.4ubuntu7) karmic; urgency=low

  * Re-add accidentally removed locale template.
  * Fix indentation in init script.

 -- Soren Hansen <soren@ubuntu.com>  Fri, 10 Jul 2009 23:47:27 +0200

ec2-init (0.3.4ubuntu6) karmic; urgency=low

  * Replace calls to ec2-get-data with calls to ec2-get-info.
  * Make this package arch: all.

 -- Soren Hansen <soren@ubuntu.com>  Fri, 10 Jul 2009 23:16:35 +0200

ec2-init (0.3.4ubuntu5) karmic; urgency=low

  * debian/init: Move instance reboot detection out of python 
    scripts and move them to the init script.
  * debian/ec2-set-defaults.py: 
    - Point to the right location for locate (LP: #387611)
    - Default to UTC (LP: #341060)
  * debian/ec2-set-apt-sources.py: If you cant contact EC2 then use the
    regular archive (LP: #387027)
  * debian/ec2-setup-hostname.py: Use the local hostname in /etc/hosts
    and dont change once rebooted. (LP: #352745)

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 08 Jul 2009 09:48:49 -0400

ec2-init (0.3.4ubuntu4) karmic; urgency=low

  * debian/init: Run update-motd regardless whether its a firstboot or not.
  * debian/init: Fix comments (LP: #373057)
  * debian/control: Add update-motd as a depends.
  * ec2-set-defaults.py: Wait for network to become available. (LP: #308530)

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 28 May 2009 05:04:31 -0400

ec2-init (0.3.4ubuntu3) karmic; urgency=low

  * debian/init: Move init script to run before ssh and regenerate the ssh
    host kes in the init script rather than /etc/rc.local (LP: #370628)
  * ec2-set-apt-sources.py: 
    - Move sources.list to /var/ec2 so it doesnt get removed after user
    reboots.
  * ec2-set-defaults.py:
    - Move locale to /var/ec2/ so it doesnt get remove after user reboots.
  * ec2-set-hostname.py
    - Create an /etc/hostname as well.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 14 May 2009 11:11:49 -0400

ec2-init (0.3.4ubuntu2) karmic; urgency=low

  * Really change the locale when setting up an instance. (LP: #341066) 
  * Run ec2-run-user-data script last. (LP: #373055)
  * Minor comment tweaks. (LP: #373057)

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 13 May 2009 13:41:35 -0400

ec2-init (0.3.4ubuntu1) karmic; urgency=low

  * Add more smarts to ec2 instance bring up. (LP: #371936)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 05 May 2009 08:59:54 -0400

ec2-init (0.3.3ubuntu12) jaunty; urgency=low

  * ec2-run-user-data.py: Fix error. 

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 07 Apr 2009 08:14:07 -0400

ec2-init (0.3.3ubuntu11) jaunty; urgency=low

  * debian/control:
    - Add python-cheetah and python-apt as a dependency.
  * debian/ec2-config.cfg:
    - Remove distro due to the change in ec2-set-apt-sources.py
  * debian/inistall
    - Install the templates in the right place.
  * ec2-set-apt-sources.py:
    - Use python-apt to update the sources.list.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 01 Apr 2009 13:58:43 -0400

ec2-init (0.3.3ubuntu10) jaunty; urgency=low

  * ec2-set-hostname.py:
    - Use template for /etc/hosts creation.
    - Dont use public_hostname in /etc/hosts. (LP: #352745) 

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 01 Apr 2009 08:48:05 -0400

ec2-init (0.3.3ubuntu9) jaunty; urgency=low

  * ec2-set-apt-sources.py:
    - Use a template to generate the sources.list and generate it based on the lsb_release. 

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 31 Mar 2009 15:15:55 -0400

ec2-init (0.3.3ubuntu8) jaunty; urgency=low

  * ec2-set-apt-sources.py:
    - Add the ubuntu-on-ec2 ppa. 

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 31 Mar 2009 09:37:13 -0400

ec2-init (0.3.3ubuntu7) jaunty; urgency=low

  * debian/rules: Fix typo. 

 -- Chuck Short <zulcss@ubuntu.com>  Sun, 22 Mar 2009 17:14:16 -0400

ec2-init (0.3.3ubuntu6) jaunty; urgency=low

  * Set the configuration file to jaunty.
  * ec2-fetch-credentials: Fix typo.
  * ec2-set-defaults.py: 
    - Remove timezone change when booting the instance.
    - Redirect output to /dev/null.
  * ec2-set-apt-sources.py:
    - Run apt-get update after the /etc/apt/sources.list and
      redirect the output to /dev/null.
  * rightscale-init: Updated rightscale-init

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 19 Mar 2009 20:52:59 -0400

ec2-init (0.3.3ubuntu5) jaunty; urgency=low

  * debian/ec2-config.cfg:
    - Add disable root option.
  * debian/ec2-init.rightscale-init.init:
    - Add rightscale detection script.
  * ec2-get-info.py:
    - Display the information about an AMI instance.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 16 Mar 2009 08:54:49 -0400

ec2-init (0.3.3ubuntu4) jaunty; urgency=low

  * ec2-fetch-credentials.py:
    - Allow user to choose which user they wish to configure for.
    - Allow user to disable root user if they wish to.
  * ec2-set-defaults.py:
    - Set default timezone to UTC.
    - Set locale depending on zone.
  * debian/init:
    - Removed nash plugin.
    - Add ec2-set-defaults.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 04 Mar 2009 08:33:01 -0500

ec2-init (0.3.3ubuntu3~intrepid4) intrepid; urgency=low

  * set distro to intrepid.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 26 Feb 2009 10:28:06 -0500

ec2-init (0.3.3ubuntu3) jaunty; urgency=low

  * debian/ec2-init: Log results of ec2-run-user-data to syslog.
  * ec2-run-user-data.py :Dont leave files around and log the 
    output to syslog. 

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 26 Feb 2009 10:24:35 -0500

ec2-init (0.3.3ubuntu2) jaunty; urgency=low

  * ec2-set-apt-sources.py:
    - Use the ec2 mirrors. (LP: #317065, #333897)
    - Update the /etc/apt/sources.list (LP: #333904)
  * ec2-fetch-credentials.py:
    - Better error checking (LP: #325067)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 24 Feb 2009 14:02:37 -0500

ec2-init (0.3.3ubuntu1) jaunty; urgency=low

  * debian/init: Fix init script. 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 20 Feb 2009 09:22:54 -0500

ec2-init (0.3.3) jaunty; urgency=low

  * ec2-set-apt-sources.py
    - Determine the zone that the user is in and generate
      a /etc/apt/sources.list.d/ based on that.
  * debian/init:
    - Check to see if there is an /var/run/ec2 and create
      it if it doesnt exist.
    - Start ec2-set-apt-sources at first bootup.
  * debian/rules:
    - Install ec2-set-apt-sources.
  * debian/control:
    - Add python-configobj as a dependency.
  * debian/{install,dirs}
    - Create an /etc/ec2-init to read the configuration file and install it.
  
 -- Chuck Short <zulcss@ubuntu.com>  Mon, 09 Feb 2009 10:35:56 -0500

ec2-init (0.3.2) jaunty; urgency=low

  * debian/init:
    - Remove already ran detection
    - Log the running of ec2-run-user-data to /var/log/ec2-user-data.log
  * ec2-set-hostname.py:
    - set hostname to the Ec2 local-hostname
    - Update the /etc/hosts to change the ubuntu hostname to the
      public hostname.
  * ec2-fetch-credentials:
    - Copy the ssh keys to the ubuntu user.
    - Setup authorized keys for root to tell the user to login as the 
      ubuntu user when they try to connect.
  * ec2-run-user-data:
    - Create an .already-ran file to check to see if ec2-run-user-data
      already ran.
    - Save the ec2-run-user-data script in /var/ec2.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 04 Feb 2009 09:32:08 -0500

ec2-init (0.3.1) jaunty; urgency=low

  * debian/dir: Install /var/ec2 to save user-data scripts.
  * debian/rules: Start ec2-init after ssh.
  * ec2-run-user-data.py: Save run-user-data script with ami-id.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 26 Jan 2009 10:40:52 -0500

ec2-init (0.3) jaunty; urgency=low

  * ec2-run-user-data: Fix python error when writing a file to the disk. 

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 15 Jan 2009 11:49:08 -0500

ec2-init (0.2) jaunty; urgency=low

  * debian/init: Run fetch-credentials before anything else.
    (LP: #308533)
  * Add ec2-set-hostname.py: Queries ec2 metdada for public-hostname
    and then sets it (LP: #316201)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 13 Jan 2009 15:20:21 -0500

ec2-init (0.1) intrepid; urgency=low

  * Initial release (LP: #269434).

 -- Soren Hansen <soren@ubuntu.com>  Fri, 12 Sep 2008 15:30:32 +0200