~xubuntu-dev/xfce4-session/grumpy

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
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
xfce4-session (4.7-0~warthogs1) UNRELEASED; urgency=low

  * debian/control:
    - Add build dependency on xfce4-dev-tools, libtool, and exo-utils.
  * debian/rules:
    - Update to call ./autogen before starting build.
  * debian/patches/02_fix-fortune-path.patch: Dropped, no longer applicable.

 -- Cody A.W. Somerville <cody.somerville@canonical.com>  Sat, 25 Jul 2009 05:00:38 -0400

xfce4-session (4.6.1-1ubuntu1) karmic; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control: use our Vcs-* fields
    - debian/patches:
      + 02_xubuntu_splash.patch: install the xubuntu session splash
      + 08_no_tips_on_startup.patch: don't show the tips screen on first log in
      + series: refreshed
    - enable GNOME services support:
      + debian/rules: pass --enable-gnome
      + debian/control: b-d on libgconf2-dev.
  * debian/patches:
    - 07_fix-autostart-editor-crash.patch: dropped, fixed upstream another way
    - 09_xfce4-session-enabletcp-defaultvalue.patch: dropped, included upstream.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 01 Jun 2009 00:20:53 +0200

xfce4-session (4.6.1-1) unstable; urgency=low

  * New upstream release.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 19 Apr 2009 18:13:45 +0200

xfce4-session (4.6.0-2) unstable; urgency=low

  * Upload to unstable, and mark fixed bugs as such:
    - now display suspend/hibernate at session logout.          closes: #490659
  * debian/control:
    - update standards version to 3.8.1.
    - update debhelper build-dep to 7.
    - move to xfce section.
  * debian/rules:
    - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS
    - replace dh_clean -k by dh_prep.
  * debian/compat bumped to 7.
  * add manpage for xfce4-session-settings.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 04 Apr 2009 01:26:03 +0200

xfce4-session (4.6.0-1ubuntu2) jaunty; urgency=low

  * debian/patches/:
    - 09_xfce4-session-enabletcp-defaultvalue.patch: disable by default
      security/EnableTcp property ("Manage remote connections"), Xfce #5126.
    - series: refreshed.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 13 Apr 2009 15:54:51 +0200

xfce4-session (4.6.0-1ubuntu1) jaunty; urgency=low

  * Merge Xfce 4.6.0 final with Debian experimental, remaining Ubuntu changes:
    - debian/control: use our Vcs-* fields
    - debian/patches:
      + 02_xubuntu_splash.patch: install the xubuntu session splash
      + 07_fix-autostart-editor-crash.patch: fix a xfce4-autostart-editor crash
        with desktop files containing a "Type" which is not "Application"
      + 08_no_tips_on_startup.patch: don't show the tips screen on first log in
      + series: refreshed
    - enable GNOME services support:
      + debian/rules: pass --enable-gnome
      + debian/control: b-d on libgconf2-dev.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 01 Mar 2009 18:33:28 +0100

xfce4-session (4.6.0-1) experimental; urgency=low

  [ Xfce 4.6 Alpha Pinkie]
  * new upstream alpha release.
    - xfce4-session now has a way to edit autostarted apps.     closes: #507948
  * debian/control:
    - update build deps for Xfce 4.6 alpha.
    - update standards version to 3.8.0.
    - replace recommends on xbase-clients by x11-xserver-utils.
    - swap calls to dh_makeshlibs and dh_installdeb. 
    - remove dep on xfce4-mcs-manager and replace it by xfconf,
      xfce4-settings.
    - explicitely add build-dep on libdbus-glib-1-dev.
  * debian/patches:
    - 06_rephrase-tips removed.
    - 07_parallel-startup added, taken from upstream r28005.

  [ Xfce 4.6 Beta 1 Fuzzy]
  * new upstream beta release
  * debian/control:
    - update build-deps for Fuzzy.
    - add build dep on libxfconf-0-dev, libglade2-dev.
    - update build-dep on debhelper for a version with dh_lintian
  * debian/patches:
    - 02_use-mice-as-default-engine dropped.
    - 07_parallel-startup removed, included upstream.
    - other patches reordered. 
  * debian/xfce4-session.xml:
    - ship a xfconf config file for selecting the simple engine, put it in
      desktop-base dirs until we can ship it in desktop-base package.
  * debian/rules:
    - don't manually install lintian overrides, use dh_lintian
  * debian/lintian:
    - renamed to debian/xfce4-session.lintian-overrides.
    - updated to match Fuzzy.

  [ Xfce 4.6 Beta 2 Hopper]
  * new upstream beta release
  * debian/control:
    - update build-deps for Hopper.
  * debian/xfce4-session.xml:
    - now that simple engine configuration is handled is xfconf, provide a
      desktop-base config file.
  * debian/patches:
    - 03_fix-suspend-errors-at-resume added, fix errors when resuming.
  * debian/xfce4-session.lintian-overrides:
    - update link for beta2.

  [ Xfce 4.6 Beta 3 Tuco-tuco]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Tuco-Tuco.
  * debian/patches:
    - 02_xfce4-session-logout-manpage-typo dropped.
    - 03_fix-suspend-errors-at-resume as well.

  [ Xfce 4.6 RC1 Capybara ]
  * new upstream release candidate.
  * debian/control:
    - update build-deps for Capybara.

  [ Xfce 4.6 ]
  * new upstream release.
  * debian/control:
    - update build-deps for 4.6.
  * debian/README.Debian: add precisions about choices in GDM.
  * debian/patches:
    - 02_fix-fortune-path added, fix fortune call path.         closes: #497199
  * debian/xfce4-session.xml removed, will be shipped in desktop-base.
  * debian/rules: don't install xfce4-session.xml

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 28 Feb 2009 13:01:12 +0100

xfce4-session (4.5.99.1-0ubuntu2) jaunty; urgency=low

  * debian/patches/08_no_tips_on_startup.patch:
    - Don't show the tips screen on first log in.

 -- Mario Limonciello <superm1@ubuntu.com>  Sun, 15 Feb 2009 17:07:03 -0600

xfce4-session (4.5.99.1-0ubuntu1) jaunty; urgency=low

  * Merge from Debian pkg-xfce UNRELEASED (r2639). Remaining Ubuntu changes:
    - debian/control: use our Vcs-* fields
    - debian/rules: do not install a desktop-base config file, it'll be shipped
      by xubuntu-default-settings.
    - debian/patches/02_xubuntu_splash.patch: install the xubuntu session
      splash (updated to apply cleanly).
    - debian/patches/07_fix-autostart-editor-crash.patch: fix a
      xfce4-autostart-editor crash with desktop files containing a "Type" which
      is not "Application" (updated to apply cleanly.
    - debian/patches/series: refreshed.
    - enable GNOME services support:
      + debian/rules: pass --enable-gnome
      + debian/control: b-d on libgconf2-dev.
  * Bugs fixed by this new release:
    - "[edgy] Spelling mistake in error message." (LP: #64477)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 06 Feb 2009 14:58:36 +0100

xfce4-session (4.5.99.1-1) UNRELEASED; urgency=low

  [ Xfce 4.6 Alpha Pinkie]
  * new upstream alpha release.
    - xfce4-session now has a way to edit autostarted apps.     closes: #507948
  * debian/control:
    - update build deps for Xfce 4.6 alpha.
    - update standards version to 3.8.0.
    - replace recommends on xbase-clients by x11-xserver-utils.
    - swap calls to dh_makeshlibs and dh_installdeb. 
    - remove dep on xfce4-mcs-manager and replace it by xfconf,
      xfce4-settings.
    - explicitely add build-dep on libdbus-glib-1-dev.
  * debian/patches:
    - 06_rephrase-tips removed.
    - 07_parallel-startup added, taken from upstream r28005.

  [ Xfce 4.6 Beta 1 Fuzzy]
  * new upstream beta release
  * debian/control:
    - update build-deps for Fuzzy.
    - add build dep on libxfconf-0-dev, libglade2-dev.
    - update build-dep on debhelper for a version with dh_lintian
  * debian/patches:
    - 02_use-mice-as-default-engine dropped.
    - 07_parallel-startup removed, included upstream.
    - other patches reordered. 
  * debian/xfce4-session.xml:
    - ship a xfconf config file for selecting the simple engine, put it in
      desktop-base dirs until we can ship it in desktop-base package.
  * debian/rules:
    - don't manually install lintian overrides, use dh_lintian
  * debian/lintian:
    - renamed to debian/xfce4-session.lintian-overrides.
    - updated to match Fuzzy.

  [ Xfce 4.6 Beta 2 Hopper]
  * new upstream beta release
  * debian/control:
    - update build-deps for Hopper.
  * debian/xfce4-session.xml:
    - now that simple engine configuration is handled is xfconf, provide a
      desktop-base config file.
  * debian/patches:
    - 03_fix-suspend-errors-at-resume added, fix errors when resuming.
  * debian/xfce4-session.lintian-overrides:
    - update link for beta2.

  [ Xfce 4.6 Beta 3 Tuco-tuco]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Tuco-Tuco.
  * debian/patches:
    - 02_xfce4-session-logout-manpage-typo dropped.
    - 03_fix-suspend-errors-at-resume as well.

  [ Xfce 4.6 RC1 Capybara ]
  * new upstream release candidate.
  * debian/control:
    - update build-deps for Capybara.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 26 Jan 2009 13:00:06 +0100

xfce4-session (4.4.3-0ubuntu3) jaunty; urgency=low

  * Fix broken translations (LP: #313688):
    - debian/rules, debian/xubuntu-po/*: don't install these files, they contain
      broken strings
    - debian/patches/xubuntu-fix-logout-dialog-translations.patch: use this
      minimal patch instead (taken from hardy-updates and slightly updated to
      apply cleanly).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 17 Jan 2009 19:46:32 +0100

xfce4-session (4.4.3-0ubuntu2) jaunty; urgency=low

  * Add 09_gnome_keyring_daemon_2_25_compat.patch which prevents
    xfce4-session from spawning gnome-keyring-daemon on it's own.
    It gets spawned by PAM during login, so it shouldn't be started
    again by XFCE. (LP: #316222)

 -- Mario Limonciello <mario_limonciello@dell.com>  Tue, 13 Jan 2009 15:18:45 -0600

xfce4-session (4.4.3-0ubuntu1) jaunty; urgency=low

  * Merge with Debian Xfce SVN UNRELASED, Ubuntu changes remaining:
    - debian/patches:
      + add 00_logout_dialog.patch, 99_configure.patch: add suspend/hibernate
        & 'switch user' options to logout dialog
      + add 02_xubuntu_splash.patch: install the xubuntu session splash
      + add 07_fix-autostart-editor-crash.patch: fix a xfce4-autostart-editor
        crash with desktop files containing a "Type" which is not
        "Application"
      + xubuntu-default-config.patch: default GNOME services set to true to
        have accessibility services launched if installed
      + series: refreshed
    - debian/pixmaps/*, debian/rules: add a menu icon (from Jozsef Mak) for
      the autostart-editor and icons for the logout dialog
    - debian/rules:
      + remove the config files, shipped with xubuntu-default-settings
      + do not ship uneeded icons
      + add "NoDisplay=true" to desktop files to hide them by default
      + pass --enable-gnome to configure scrips
      + replace upstream po files with xubuntu specific ones
    - debian/control:
      + build-depend on libdbus-glib-1-dev, libgconf2-dev, sharutils
      + depends on hal instead of recommends
    - debian/xubuntu-po/*: ship xubuntu-specific po files.
  * Rearranged rules to make lintian happy
  * debian/control:
     + Changed build-deps xbase-clients -> libx11-dev + x11-xserver-utils + libice-dev
     + xfce4-session: added dependency on x11-xserver-utils
  * debian/patches:
     + add 06_fix-es-translation.patch: dropped, merged upstream
     + 99_configure.patch: refreshed

 -- Michael Casadevall <sonicmctails@gmail.com>  Mon, 10 Nov 2008 16:48:56 -0500

xfce4-session (4.4.3-1) UNRELEASED; urgency=low

  * new upstream bugfix release
  * debian/patches:
    - 07_startup-speed added, speed up startup by not waiting for forks().
    - series edited to correctly include 06_rephrase-tip.
    - 08_fix-fortune-path added, use absolute path when calling fortune.
                                                                closes: #497199 
  * debian/control:
    - add build-dep on intltool.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 28 Oct 2008 11:40:46 +0100

xfce4-session (4.4.2-6ubuntu2) intrepid; urgency=low

  * debian/xubuntu-po/*: ship xubuntu-specific po files.
  * debian/rules: replace upstream po files with them (LP: #228784)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 08 Jun 2008 13:51:11 +0200

xfce4-session (4.4.2-6ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/patches:
      + add 00_logout_dialog.patch, 99_configure.patch: add suspend/hibernate
        & 'switch user' options to logout dialog
      + add 02_xubuntu_splash.patch: install the xubuntu session splash
      + add 06_fix-es-translation.patch: fix two broken strings
      + add 07_fix-autostart-editor-crash.patch: fix a xfce4-autostart-editor
        crash with desktop files containing a "Type" which is not
        "Application"
      + xubuntu-default-config.patch: default GNOME services set to true to
        have accessibility services launched if installed
      + series: refreshed
    - debian/pixmaps/*, debian/rules: add a menu icon (from Jozsef Mak) for
      the autostart-editor and icons for the logout dialog
    - debian/rules:
      + remove the config files, shipped with xubuntu-default-settings
      + do not ship uneeded icons
      + add "NoDisplay=true" to desktop files to hide them by default
      + pass --enable-gnome to configure scrips
    - debian/control:
      + adhere to DebianMaintainerField
      + build-depend on libdbus-glib-1-dev, libgconf2-dev, sharutils
      + depends on hal instead of recommends

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Wed, 21 May 2008 17:59:33 +0200

xfce4-session (4.4.2-6) unstable; urgency=low

  * debian/{postinst,prerm}: have them back, they manage the x-session-manager
    alternative.                                                closes: #481933

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 20 May 2008 08:18:16 +0200

xfce4-session (4.4.2-5) unstable; urgency=low

  * switch to triggers:
    - debian/{postinst,prerm} dropped.
    - debian/control: conflict against non-triggers-enabled xfce4-mcs-manager. 
  * debian/control:
    - remove Conflicts/Replaces: xfce4-toys, since it's not in Etch.
    - drop Martin Loschwitz from Uploaders.
    - remove Conflicts on desktop-base since Etch as a correct version.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 18 May 2008 19:45:02 +0200

xfce4-session (4.4.2-4) unstable; urgency=low

  * debian/patches: 06_rephrase-tip added.                      closes: #399694

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 17 May 2008 15:36:15 +0200

xfce4-session (4.4.2-3) unstable; urgency=low

  * debian/control: use dbus-x11 in Recommends: to make sure dbus users have a
    session bus running.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 27 Apr 2008 17:49:34 +0200

xfce4-session (4.4.2-2ubuntu2) hardy; urgency=low

  * debian/patches:
    - 06_fix-es-translation.patch: fix two broken strings (LP: #214857)
    - 07_fix-autostart-editor-crash.patch: fix a xfce4-autostart-editor crash
      with desktop files containing a "Type" which is not "Application", thanks
      Urs Fleisch for the patch (LP: #206867)
    - series: refreshed.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 14 Apr 2008 12:21:31 +0200

xfce4-session (4.4.2-2ubuntu1) hardy; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/patches:
      + add 00_logout_dialog.patch, 99_configure.patch: add suspend/hibernate &
        'switch user' options to logout dialog
      + 02_use-mice-as-default-engine.patch: dropped, we don't enable any
        splash by default
      + add 02_xubuntu_splash.patch: install the xubuntu session splash
      + xubuntu-default-config.patch (formerly 05_default_config.patch):
        default GNOME services set to true to have accessibility services
        launched if installed
    - debian/pixmaps/xfce4-autostart-editor.png.uue, debian/rules: add a menu
      icon (from Jozsef Mak) for the autostart-editor
    - debian/rules: pass --enable-gnome to configure scripts, and do not ship
      uneeded config files and icons
    - debian/control:
      + adhere to DebianMaintainerField
      + build-depend on libdbus-glib-1-dev, libgconf2-dev, sharutils
      + depends on hal instead of recommends
      + drop conflicts on desktop-base (<< 0.3.20).
  * debian/rules:
    - do not install the .desktop files which only create dups of the settings
      manager items
    - drop empty dirs.
  * debian/lintian: drop unused overrides.
  * debian/patches/series: refreshed.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 01 Mar 2008 19:16:17 +0100

xfce4-session (4.4.2-2) unstable; urgency=low

  * debian/copyright: don't ship complete GFDL text.
  * debian/patches: 05_fix-resize-simple-splash-engine added, fix resize in
    simple engine config window.                                closes: #408445
  * debian/control:
    - updated standard versions to 3.7.3.
    - updated my email address.
    - add dependency on xfce4-mcs-manager because of settings plugins calling
      xfce-setting-show
  * debian/lintian: 
    - override "desktop-command-not-in-package" for xfce-setting-show now we 
      depend on it.
    - edit overrides for "binary-without-manpage", using complete path.
  * debian/copyright: use © sign.


 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 28 Feb 2008 20:46:13 +0100

xfce4-session (4.4.2-1ubuntu1) hardy; urgency=low

  * Merge from Debian unstable, remaining changes:
    - use our xfce.mk class
    - debian/patches/00_logout_dialog.patch: add suspend/hibernate & 'switch user'
      options to logout dialog
    - debian/patches/02_use-mice-as-default-engine.patch: dropped, we don't
      enable any splash by default
    - debian/patches/02_xubuntu_splash.patch: install the xubuntu session splash
    - debian/patches/05_default_config.patch: default GNOME services set to
      true to have accessibility services launched if installed
    - debian/pixmaps/xfce4-autostart-editor.png.uue, debian/rules: add a menu
      icon (from Jozsef Mak) for the autostart-editor
    - debian/patches/series:dropped, we don't use quilt
    - debian/compat: bump to 5
    - debian/control:
      + update Maintainer field
      + update the Vcs-* headers
      + bump debhelper b-d to >= 5, add libdbus-glib-1-dev, libgconf2-dev,
        sharutils and drop quilt, chrpath, fortune-mod & libdbus-1-dev
      + depend on hal instead of recommend
      + do not conflict on desktop-base (<< 0.3.20).
  * debian/control: b-d on autotools-dev.
  * debian/patches/02_xubuntu_splash.patch, debian/patches/99_configure.patch: 
    updated.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 07 Dec 2007 19:07:15 +0100

xfce4-session (4.4.2-1) unstable; urgency=low

  [ Yves-Alexis Perez ]
  * New upstream release.
  * debian/rules: don't ignore all make errors at clean stage.

  [ Simon Huggins ]
  * Fix shlibs for newer dpkg
  * Add Vcs-* headers to debian/control

 -- Simon Huggins <huggie@earth.li>  Tue, 27 Nov 2007 16:39:19 +0000

xfce4-session (4.4.1-2ubuntu2) hardy; urgency=low

  [ Cody A.W. Somerville ]
  * debian/watch: Added from 4.4.1-2
  * debian/patches/01_correct_shadows.patch: Re-added
  * debian/postinst: Removed debian delta
  * debian/control: Reduced debian delta

  [ Lionel Le Folgoc ]
  * debian/control:
    - add XS-Vcs-Bzr & XS-Vcs-Browser fields
    - don't recommend procps anymore
    - bump debhelper b-d to >= 5.
  * debian/compat: bump to 5.
  * debian/rules: don't remove xfsm-shutdown-helper.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Tue, 06 Nov 2007 22:15:13 +0100

xfce4-session (4.4.1-2ubuntu1) hardy; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/patches/00_logout_dialog.patch
       . add suspend/hibernate options to logout dialog
       . add 'switch user' button to the logout dialog.
       . updated to include a call to _()
       . split the row of buttons into two
    - debian/patches/02_xubuntu_splash.patch
       + Install the xubuntu session splash
    - debian/patches/05_default_config.patch
       . Default GNOME services set to true to have accessibility
         services launched if installed
    - debian/pixmaps/xfce4-autostart-editor.png.uue, debian/rules
       . a menu icon (from Jozsef Mak) for the autostart-editor
    - debian/rules: Use cdbs with xfce.mk
    - debian/control:
       . Update Maintainer field
       . Depend on hal instead of recommend
       . Recommend procps
       . Conflicts & Replaces xfce4-toys
  * Added debian/patches/02_xubuntu_splash.patch from edgy
     LP: #148400
  * Removed obsolete patches:
    - debian/patches/01_correct_shadows.patch
    - debian/patches/02_use-mice-as-default-engine.patch

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Mon, 05 Nov 2007 19:30:08 -0400

xfce4-session (4.4.1-2) unstable; urgency=low

  [ Yves-Alexis Perez ]
  * debian/control: build against dbus to enable users to shutdown through hal.
    See README.Debian for more details.                         closes: #431886
  * debian/postinst: use posix kill -s to avoid problems on hurd.

  [ Simon Huggins ]
  * debian/prerm: Use kill -s to keep Hurd and lintian happy at the same time.
  * debian/patches/03*: Add patch to -session.1 manpage for typos
                                                                closes: #351424
  * debian/patches/04*: Add patch to -session-logout.1 manpage for typos
                                                                closes: #381398
  * debian/control: Move fake Homepage field to a real one now dpkg
    supports it.

 -- Simon Huggins <huggie@earth.li>  Sat, 20 Oct 2007 12:47:13 +0100

xfce4-session (4.4.1-1ubuntu4) gutsy; urgency=low

  * debian/patches/00_logout_dialog.patch: split the row of buttons into two.
    	(LP: #138485)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 10 Sep 2007 15:26:03 +0200

xfce4-session (4.4.1-1ubuntu3) gutsy; urgency=low

  * debian/pixmaps/xfce4-autostart-editor.png.uue, debian/rules: add a menu
    icon (from Jozsef Mak) for the autostart-editor.	(LP: #58251,#105493)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Thu, 06 Sep 2007 10:56:27 +0200

xfce4-session (4.4.1-1ubuntu2) gutsy; urgency=low

  * debian/patches/00_logout_dialog.patch: updated to include a call to _(), 
    otherwise the buttons aren't translated.	(LP: #93553)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 26 Aug 2007 15:38:18 +0200

xfce4-session (4.4.1-1ubuntu1) gutsy; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/patches/00_logout_dialog.patch:
       . add suspend/hibernate options to logout dialog
       . add 'switch user' button to the logout dialog.
    - debian/patches/03_default_config.patch: Default GNOME compatibility
       to true to have accessibility services launched if installed
    - use cdbs with xfce.mk

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Sat,  5 May 2007 15:20:07 +0200

xfce4-session (4.4.1-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: update licenses & copyright holders.

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 15 Apr 2007 15:28:17 +0100

xfce4-session (4.4.0-1) experimental; urgency=low
  
  (Yves-Alexis Perez)
  * New upstream release.
  * debian/control: updated build-deps against Xfce 4.4.

  (Emanuele Rocca)
  * xfce4-autostart-editor(1) and xfce4-tips(1) added.
  * Wrote a couple of Debian related tips in debian/debian-tips.
    Build-depend on fortune-mod to update tips.dat at build time.
  * libxfsm-4.2-0 is a private library, added lintian override for
    'package-name-doesnt-match-sonames'.

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 04 Feb 2007 13:15:38 +0100

xfce4-session (4.4.0-0ubuntu3) feisty; urgency=low

  * debian/patches/02_xubuntu_splash.patch:
       Drop xubuntu splash animation, we are not using it anyway
  * debian/patches/00_logout_dialog.patch:
       Add 'switch user' button to the logout dialog.
  * debian/control: Update Maintainer field

 -- Jani Monoses <jani@ubuntu.com>  Tue, 20 Mar 2007 14:06:19 +0200

xfce4-session (4.4.0-0ubuntu2) feisty; urgency=low

  * 00_suspend_hibernate.patch: add missing configuration bits

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Mon, 12 Feb 2007 22:00:21 +0100

xfce4-session (4.4.0-0ubuntu1) feisty; urgency=low

  * New upstream release

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Tue, 23 Jan 2007 11:06:30 +0100

xfce4-session (4.3.99.2-3) unstable; urgency=low

  * Ship a xfce4-session.rc for failsafe session but use a default splash
    engine if none is configured.				closes: #402708

 -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 18 Dec 2006 12:00:40 +0100

xfce4-session (4.3.99.2-2) unstable; urgency=low

  * Remove useless build-dep on libhal-dev. What the hell was I thinking
    about that day ?						Closes: #402021

 -- Yves-Alexis Perez <corsac@corsac.net>  Thu,  7 Dec 2006 17:54:33 +0100

xfce4-session (4.3.99.2-1) unstable; urgency=low

  * New upstream release.
  * debian/control: updated build-deps against Xfce 4.4RC2 (4.3.99.2).
  * Added a patch to disable shadows in simple engine.
  * debian/rules: remove xfce4-session.rc from package so it uses by default
    files from desktop-base if present.
  * debian/control: conflicts against desktop-base << 0.3.20 because it needs
    a correct xfce4-session.rc no present before.

 -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 27 Nov 2006 08:41:39 +0100

xfce4-session (4.3.99.2-0ubuntu1) feisty; urgency=low

  * New upstream release, part of Xfce 4.4 RC2
  * 01_drop_libgnome.patch: dropped, included upstream
  * 00_suspend_hibernate.patch, 03_default_config.patch,
    02_xubuntu_splash.patch, 99_configure.patch: updated

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Tue,  2 Jan 2007 16:15:18 +0100

xfce4-session (4.3.99.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control: updated build-dep against Xfce 4.4RC1 (4.3.99.1).

 -- Yves-Alexis Perez <corsac@corsac.net>  Sat, 23 Sep 2006 13:42:51 +0100

xfce4-session (4.3.90.2svn+r22852-0ubuntu5) edgy; urgency=low

  * debian/patches/03_default_config.patch: Default GNOME compatibility
    to true to have accessibility services launched if installed 

 -- Jani Monoses <jani@ubuntu.com>  Fri, 20 Oct 2006 23:48:57 +0300

xfce4-session (4.3.90.2svn+r22852-0ubuntu4) edgy; urgency=low

  * debian/patches/00_suspend_hibernate.patch: Disable sleep hotkey
    leave that to gnome-power-manager if installed
  * debian/patches/03_default_config: Add entries for GNOME/KDE compatibility
    defaulting to false. 

 -- Jani Monoses <jani@ubuntu.com>  Mon, 16 Oct 2006 11:59:15 +0300

xfce4-session (4.3.90.2svn+r22852-0ubuntu3) edgy; urgency=low

  * debian/patches/03_disable_splash.patch:
     Disable splash screen at startup as it slows things down. 

 -- Jani Monoses <jani@ubuntu.com>  Wed, 11 Oct 2006 21:55:44 +0300

xfce4-session (4.3.90.2svn+r22852-0ubuntu2) edgy; urgency=low

  * Rebuild against dbus 0.90

 -- Sebastian Dröge <slomo@ubuntu.com>  Wed, 30 Aug 2006 13:15:56 +0200

xfce4-session (4.3.90.2svn+r22852-0ubuntu1) edgy; urgency=low

  * New svn snapshot, HAL support for shutdown/reboot patch merged
    upstream. Provide our remaining changes as proper patches.
  * debian/patches/00_suspend_hibernate:
      -add suspend/hibernate options to logout dialog
      -provide toggles in the session settings dialog for disabling these buttons
      -handle Sleep hotkey via HAL
      -fix kiosk mode bug present in previous patches (LP #47834)
  * debian/patches/01_drop_libgnome:
      -just depend on libgconf instead of full libgnome as the latter is not
      actually being used
  * debian/patches/02_xubuntu_splash:
      -add xubuntu splash animation
  * debian/rules: 
      -in post-install replace the logout dialog buttons provided upstream
      with the Human themed buttons from the Ubuntu dialog.
      -configure with support for gconf to get accessibility settings
  * debian/control:
     -build-depend on libgconf2-dev and sharutils

 -- Jani Monoses <jani@ubuntu.com>  Wed, 23 Aug 2006 16:59:05 +0300

xfce4-session (4.3.90.2svn+r22664-0ubuntu1) edgy; urgency=low

  * Upstream svn snapshot (4.4 beta2)
  * Add support for laptop sleep button via HAL

 -- Jani Monoses <jani@ubuntu.com>  Sat,  5 Aug 2006 13:53:19 +0300

xfce4-session (4.3.90.2-1) unstable; urgency=low
  
  (Yves-Alexis Perez)
  * New upstream release.
  * debian/postinst: fixed install on hurd by not using pkill.
  * debian/control: updated standards version to 3.7.2. 
  (Simon Huggins)
  * Add rpath fixes.

 -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 10 Jul 2006 19:25:08 +0200

xfce4-session (4.3.90.1svn+r21697-0ubuntu2) edgy; urgency=low

  * Bump standards version to 3.7.2
  * Bump library depends to 4.3.90.2

 -- Jani Monoses <jani@ubuntu.com>  Wed, 12 Jul 2006 15:12:13 +0300

xfce4-session (4.3.90.1svn+r21697-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot (translation updates and bugfixes, including 
    correct handling of autostart .desktop files - LP #42350, add thunar
    to default session)
  * Provide the Xubuntu splash screen in addition to, not instead of
    the Xfce default one. Use new steel color theme for splash
  * Copy the nice logout dialog icons from the Human theme
  * Bump version and depends to 4.3.90.1

 -- Jani Monoses <jani@ubuntu.com>  Tue, 16 May 2006 10:49:46 +0300

xfce4-session (4.3.90.1-1) unstable; urgency=low

  (Yves-Alexis Perez) 
   * New Upstream Release
  (Simon Huggins)
   * Remove all pointless .la files
   * Depend on fortune-mod for xfce4-tips
  
 -- Yves-Alexis Perez <corsac@corsac.net>  Wed, 03 May 2006 18:35:05 +0100

xfce4-session (4.3.0svn+r20111-0ubuntu9) dapper; urgency=low

  * Rebuild for new libxfce4util

 -- Jani Monoses <jani@ubuntu.com>  Tue,  9 May 2006 00:15:44 +0300

xfce4-session (4.3.0svn+r20111-0ubuntu8) dapper; urgency=low

  * Do not show tips at startup 

 -- Jani Monoses <jani@ubuntu.com>  Thu, 27 Apr 2006 19:42:30 +0300

xfce4-session (4.3.0svn+r20111-0ubuntu7) dapper; urgency=low

  * Fix widgets in logout dialog sometimes getting unclickable
    even if focused. 

 -- Jani Monoses <jani@ubuntu.com>  Thu, 13 Apr 2006 18:18:40 +0300

xfce4-session (4.3.0svn+r20111-0ubuntu6) dapper; urgency=low

  * Depend on fortune-mod as it is used for displaying the tips. 

 -- Jani Monoses <jani@ubuntu.com>  Tue,  4 Apr 2006 21:17:32 +0300

xfce4-session (4.3.0svn+r20111-0ubuntu5) dapper; urgency=low

  * Check reply when talking to HAL and do not print warning
    messages about not being able to shutdown when in fact we are.

 -- Jani Monoses <jani@ubuntu.com>  Thu, 30 Mar 2006 14:59:52 +0300

xfce4-session (4.3.0svn+r20111-0ubuntu4) dapper; urgency=low

  * Use xfce CDBS class which generates POT file and adds .desktop
    entries for langpack support

 -- Jani Monoses <jani@ubuntu.com>  Tue, 28 Mar 2006 09:39:21 +0300

xfce4-session (4.3.0svn+r20111-0ubuntu3) dapper; urgency=low

  * Add suspend/hibernate buttons to logout dialog and
    user settings to disable them. 

 -- Jani Monoses <jani@ubuntu.com>  Sat, 18 Mar 2006 14:41:10 +0200

xfce4-session (4.3.0svn+r20111-0ubuntu2) dapper; urgency=low

  * Do not suggest sudo anymore
  * Add preview image for xubuntu session splash screen 

 -- Jani Monoses <jani@ubuntu.com>  Tue, 28 Feb 2006 14:53:09 +0200

xfce4-session (4.3.0svn+r20111-0ubuntu1) dapper; urgency=low

  * Convert to CDBS packaging
  * Move helper binaries to usr/lib/xfce4 instead of /usr/sbin
  * Build depend on libdbus, depend on HAL
  * Use HAL for shutdown/restart in session logout

 -- Jani Monoses <jani@ubuntu.com>  Sun, 26 Feb 2006 21:01:13 +0200

xfce4-session (4.3.0svn+r19988-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * Conflict/Replace xfce4-toys
  * No longer recommend xfce4-iconbox

 -- Jani Monoses <jani@ubuntu.com>  Wed, 22 Feb 2006 13:58:26 +0200

xfce4-session (4.3.0svn+r19871-0ubuntu2) dapper; urgency=low

  * Add libxml-parser-perl as build dependency

 -- Jani Monoses <jani@ubuntu.com>  Wed, 15 Feb 2006 22:35:42 +0200

xfce4-session (4.3.0svn+r19871-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * Bump all depends to 4.3

 -- Jani Monoses <jani@ubuntu.com>  Wed, 15 Feb 2006 16:25:34 +0200

xfce4-session (4.3.0svn+r19775-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * UVF exception granted

 -- Jani Monoses <jani@ubuntu.com>  Wed, 15 Feb 2006 12:52:04 +0200

xfce4-session (4.2.3-1) unstable; urgency=low

  * New Upstream Release
  * Send xfce-mcs-manager a SIGUSR1 so it notices the plugin.

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 06 Nov 2005 22:01:12 +0100

xfce4-session (4.2.2-1) unstable; urgency=low

  * SH: New Upstream Release
  * SH: Fix description                                       closes: #300058
  * ER: Add lintian override: no-shlibs-control-file,
    postinst-must-call-ldconfig
  * SH: Add more lintian overrides - no point splitting out to a dev file and
    the binaries are private.
  * SH: Change suite to unstable

 -- Simon Huggins <huggie@earth.li>  Sat, 18 Jun 2005 09:43:33 +0100

xfce4-session (4.2.1-1) experimental; urgency=low

  * ML: New Upstream Release (Xfce 4.2.1)
  * ML: Upload to experimental to prevents problems with NEW packages
  * ML: debian/control: Added/fixed Maintainer/Uploaders fields

 -- Martin Loschwitz <madkiss@debian.org>  Sat, 19 Mar 2005 13:02:00 +0100

xfce4-session (4.2.0-2) experimental; urgency=low

  * Add --enable-final to configure
  * Add a Homepage: to the description

 -- Simon Huggins <huggie@earth.li>  Sun, 16 Jan 2005 16:01:58 +0000

xfce4-session (4.2.0-1) experimental; urgency=low

  * New upstream release

 -- Simon Huggins <huggie@earth.li>  Sat, 15 Jan 2005 14:00:59 +0000

xfce4-session (4.1.99.1-1) experimental; urgency=low

  * New upstream release (4.1.99.1 aka 4.2 RC1)
  * Build-Depend on xbase-clients for iceauth

 -- Simon Huggins <huggie@earth.li>  Sat, 20 Nov 2004 19:00:44 +0000

xfce4-session (0.1.3+20031213-5) unstable; urgency=low

  * Backport patch from CVS to allow --disable-tcp to work   closes: #254812
  * Kludge in similar solution to upstream's CVS to always run
    ~/Desktop/Autostart even when there is no session        closes: #254812
  * This implied a libtool update which makes the previous renaming of
    session_settings.so redundant
  * Update the manpage to the one in CVS now that we support those commandline
    options
  * Disable smproxy in the default.session so that new sessions don't start
    xfce4 twice                                              closes: #261431
  * Add note in README.Debian about disabling smproxy and about not reporting
    bugs to upstream
  * Change upstreams manpage so it refers to the BTS not upstream

 -- Simon Huggins <huggie@earth.li>  Wed, 04 Aug 2004 17:41:09 +0100

xfce4-session (0.1.3+20031213-4) unstable; urgency=low

  * Take over this package with permission from Oliver - thanks to Oliver for
    his work on it.
  * Add Daniel Silverstone and Martin Loschwitz to Uploaders ready for when
    the xfce4 packages are group maintained.
  * Remove unneccessary session_settings.la

 -- Simon Huggins <huggie@earth.li>  Sat, 10 Jul 2004 14:26:07 +0100

xfce4-session (0.1.3+20031213-3) unstable; urgency=low

  * fix "logout window" not shown when using with GLib 2.4.x
    Thanks to Simon Huggins for digging up the patch
    (Closes: #252715, #253309)
  * manually rename session_settings to session_setting.so, somehow
    new builds don't name the file correctly
    (noticed by Michael Kebe and Simon Huggins)
  * remove explict Build-Depends on xlibs-dev and libgtk2.0-dev.
    These are now provided by libxfcegui4-dev >= 4.0.5. Bump required
    versions of various xfce4 libs to 4.0.5
  * Provide: x-session-manager and register as alternative for
    /usr/bin/x-session-manager (Closes: #187748, #203510, #234014, #252870)
  * bump up to Standards-Version: 3.6.1.0 (no changes)

 -- Oliver M. Bolzer <oliver@debian.org>  Sat,  3 Jul 2004 11:58:00 +0200

xfce4-session (0.1.3+20031213-2) unstable; urgency=low

  * include xinitrc.xfce4-session mentioned in the README (Closes: #228318)

 -- Oliver M. Bolzer <oliver@debian.org>  Mon, 16 Feb 2004 09:37:27 +0100

xfce4-session (0.1.3+20031213-1) unstable; urgency=low

  * Initial Upload to Archive. (Closes: #223536)
  * sync to upstream CVS, crash bug fixed that could leave inconstent session
  * man pages made now included upstream

 -- Oliver M. Bolzer <oliver@debian.org>  Sat, 13 Dec 2003 14:03:18 +0100

xfce4-session (0.1.3+20030922-1) unstable; urgency=low

  * Initial Package.

 -- Oliver M. Bolzer <oliver@debian.org>  Tue,  9 Dec 2003 09:40:42 +0100