~ubuntu-branches/ubuntu/maverick/libgksu1.2/maverick

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
libgksu1.2 (1.3.8-1ubuntu4) hardy; urgency=low

  * debian/control{,.in}:
    + Add libstartup-notification0-dev to depends for libgksu1.2-dev
      (LP: #162620)

 -- Michael Bienia <geser@ubuntu.com>  Wed, 14 Nov 2007 13:16:57 +0100

libgksu1.2 (1.3.8-1ubuntu3) feisty; urgency=low

  * debian/rules:
    - use clean-la.mk rule

 -- Sebastien Bacher <seb128@canonical.com>  Thu, 29 Mar 2007 14:02:38 +0200

libgksu1.2 (1.3.8-1ubuntu2) feisty; urgency=low

  * debian/control: Update maintainer fields according to debian-
    maintainer-field spec.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 27 Feb 2007 11:30:08 +0100

libgksu1.2 (1.3.8-1ubuntu1) edgy; urgency=low

  * Sync with Debian
  * debian/control.in:
    - Build-Depends on libstartup-notification0-dev
    - libgksu1.2-1 Conflicts with libgksu1.2-0
    - soname change
  * debian/libgksu1.2-1.install, debian/libgksu1.2-1.shlibs:
    - soname change
  * debian/patches/01_startup_notification.patch:
    - add startup notification
  * debian/patches/99_autoreconf.patch:
    - autoreconf

 -- Sebastien Bacher <seb128@canonical.com>  Fri,  7 Jul 2006 15:30:14 +0200

libgksu1.2 (1.3.8-1) unstable; urgency=low

  * New upstream release
  - includes translation updates for sv (Closes: #344325)
    and eu (Closes: #350569)
  * debian/libgksu1.2-dev.install, debian/libgksu1.2-dev.links:
  - install the documentation and link it to the gtk-doc
    directory (Closes: #341802)
  * debian/patches/xauth_move.diff:
  - removed; included upstream
  * debian/control.in:
  - Standards-Version updated to 3.7.0, without changes

 -- Gustavo Noronha Silva <kov@debian.org>  Mon,  1 May 2006 12:26:09 -0300

libgksu1.2 (1.3.7-2) unstable; urgency=low

  * debian/patches/xauth-move.diff:
  - patch to allow gksu to find the new location of the
    xauth binary while still being able to work with the
    old one (Closes: #362118, #362125, #362224)

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 15 Apr 2006 12:07:12 -0300

libgksu1.2 (1.3.7-1) unstable; urgency=low

  * New upstream version
  - fixes some bugs with long-standing processes using
    the library; thanks to Benoît Dejean <benoit@placenet.org>
    for testing and help

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 23 Nov 2005 22:56:00 -0200

libgksu1.2 (1.3.6-1) unstable; urgency=low

  * New upstream release
  - fixes logic problem which broke use of pam_wheel again
    (Closes: #331124)

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 25 Oct 2005 17:10:40 -0200

libgksu1.2 (1.3.5-1) unstable; urgency=low

  * New upstream release
  - brown paper bag release which fixes mem leaks

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 29 Sep 2005 22:05:06 -0300

libgksu1.2 (1.3.4-2) UNRELEASED; urgency=low

  * debian/copyright:
  - updated FSF's address

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 28 Sep 2005 20:22:02 -0300

libgksu1.2 (1.3.4-1) unstable; urgency=low

  * New upstream release
  - includes French translation (Closes: #323589)
  - fixes error reporting checking (Closes: #295298)

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 28 Sep 2005 20:08:04 -0300

libgksu1.2 (1.3.3-1) unstable; urgency=low

  * New upstream release
  - API aditions
  - No longer uses gnome-keyring
  * debian/libgksu1.2-0.shlibs:
  - increased Depends requirement to >= 1.3.3
  * debian/control:
  - removed gnome-keyring from the Depends

 -- Gustavo Noronha Silva <kov@debian.org>  Wed,  3 Aug 2005 00:06:48 -0300

libgksu1.2 (1.3.2-1) unstable; urgency=low

  * The "Helsinki" Release
  * New Upstream Release
  - fixes wording of the xauth warning message (Closes: #309563)
  - no longer crashes on AMD64 because of gnome-keyring
    (Closes: #318031, #307975, #314369)
  * debian/libgksu1.2-0.shlibs:
  - make packages built with this version Depend on >= 1.3.2,
    as new public API were added
  * debian/control.in:
  - increased Standards-Version with no modifications

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 14 Jul 2005 13:48:05 +0300

libgksu1.2 (1.3.1-1) unstable; urgency=low

  * New Upstream Release
  - has some more tests to check if a password is needed and works
    better if not (Closes: #235804)
  - includes the Romanian translation (Closes: #309532)
  * debian/libgksu1.2-0.shlibs:
  - increased Depends requirement because of API aditions

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 18 Jun 2005 12:15:21 -0300

libgksu1.2 (1.3.0-3) unstable; urgency=low

  * debian/control.in:
  - libgksu1.2-dev should depend on libgnome-keyring-dev,
    of course (Closes: #314256)

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 15 Jun 2005 10:34:43 -0300

libgksu1.2 (1.3.0-2) unstable; urgency=low

  * debian/libgksu1.2-0.shlibs:
  - added to force Depends on >= 1.3.0 because of the new
    API functions

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 13 Jun 2005 12:44:23 -0300

libgksu1.2 (1.3.0-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/01_new_translations.diff, debian/pos:
  - removed, not needed anymore
  * debian/rules:
  - enable gnome-keyring support
  * debian/control.in:
  - added libgnome-keyring-dev to Build-Depends

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 13 Jun 2005 11:25:49 -0300

libgksu1.2 (1.2.6-3) unstable; urgency=low

  * debian/pos/eu.po:
  - added Basque translation
  * debian/patches/01_new_translations.diff:
  - updated to include the eu on ALL_LINGUAS

 -- Gustavo Noronha Silva <kov@debian.org>  Wed,  1 Jun 2005 17:57:52 -0300

libgksu1.2 (1.2.6-2) unstable; urgency=medium

  * debian/patches/01_new_translations.diff, pos/*:
  - added to provide new and updated translations to gksu
  * debian/rules:
  - provide that the .gmo files are rebuilt at build time with
    the new pofiles

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 15 May 2005 18:08:41 -0300

libgksu1.2 (1.2.6-1) unstable; urgency=medium

  * GNOME Team Upload
  * New upstream release
  - fixes problem dealing with different xauth cookie protocols
    which makes it work with xdm and remote connections, it is hoped
    (Closes: #245092, #280914)
  * debian/control.in:
  - Build-Dep on gnome-pkg-tools
  - Fixed descriptions to have correct defined articles (a -> an)
    (Closes: #299999, #300013)
  - Raise standards-version to 3.6.1 with no changes
  * debian/rules:
  - include the uploaders helper for the GNOME Team
  * urgency set to medium because this release changes little and
    fixes some long-standing problems

 -- Gustavo Noronha Silva <kov@debian.org>  Tue,  5 Apr 2005 11:07:16 -0300

libgksu1.2 (1.2.5a-1) unstable; urgency=medium

  * New upstream release
  - fixes sudo functionality which was b0rked by last release, 
    mainly, still needs to go into testing soon

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 17 Oct 2004 22:51:24 -0300

libgksu1.2 (1.2.5-1) unstable; urgency=medium

  * New upstream release
  - includes fixes for correct reading the output of
    gksu-run-helper, reporting wrong password typing
    (Closes: #272133)
  - no longer ignores context->keep_env when doing sudo
    stuff (Closes: #276720)
  - better handling of remote usage, no longer segfaults
    when running remotely (Closes: #273819)
  * urgency set to medium because not many things were changed
    and these fixes should go into sarge

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 16 Oct 2004 18:00:44 -0300

libgksu1.2 (1.2.4-1) unstable; urgency=high

  * New upstream release
  - includes patch by Martin Pitt <martin.pitt@canonical.com>
    to fix buffer overflows (Closes: #270485)
  - seting priority to high to make this change go into sarge
    asap

 -- Gustavo Noronha Silva <kov@debian.org>  Tue,  7 Sep 2004 23:04:07 -0300

libgksu1.2 (1.2.3-1) unstable; urgency=low

  * New upstream release
  - includes Catalan translation done by Jordi Mallach <jordi@debian.org>
    (Closes: #263288)

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 15 Aug 2004 21:25:14 -0300

libgksu1.2 (1.2.2-1) unstable; urgency=low

  * New upstream release
  - fixes C++ preprocessing (Closes: #255607)

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 24 Jun 2004 20:37:05 -0300

libgksu1.2 (1.2.1-1) unstable; urgency=low

  * New upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 30 May 2004 00:14:41 -0300

libgksu1.2 (1.2.0-1) unstable; urgency=low

  * New stable upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 18 May 2004 15:38:15 -0300

libgksu1.2 (1.1.5-1) experimental; urgency=low

  * New upstream release
  - handles user-defined XAUTHORITY (Closes: #246516)

 -- Gustavo Noronha Silva <kov@debian.org>  Wed,  5 May 2004 17:53:31 -0300

libgksu1.2 (1.1.3-1) experimental; urgency=low

  * New upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 24 Mar 2004 21:56:54 -0300

libgksu1.2 (1.1.2-1) unstable; urgency=low

  * New upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 16 Mar 2004 20:36:27 -0300

libgksu1.2 (1.1.1-1) unstable; urgency=low

  * New release

 -- Gustavo Noronha Silva <kov@debian.org>  Sat,  6 Mar 2004 14:35:59 -0300

gksu (1.1.0-1) unstable; urgency=low

  * New release
  - removes all patches, applied upstream
  * debian/gksu.install, debian/libgksu1.install:
  - moved the gksu-the-app-specific images to the gksu
    package
  * debian/control:
  - gksu Replaces libgksu0, because of the new files it received
    from libgksu1 (gksu.png and gksu-terminal.png)

 -- Gustavo Noronha Silva <kov@debian.org>  Mon,  2 Feb 2004 17:05:10 -0200

gksu (1.0.3-3) unstable; urgency=low

  * debian/control, debian/rules, debian/gnome-sudo:
  - add a gnome-sudo script to call gksudo
  - add a package gnome-sudo to provide smooth
    upgrade for users of this package
  - make gksu provide, replace and conflict gnome-sudo

 -- Gustavo Noronha Silva <kov@debian.org>  Mon,  2 Feb 2004 17:09:39 -0200

gksu (1.0.3-2) unstable; urgency=low
 
  * debian/patches/00gksu_disappear.diff:
  - new patch to have the dialog disapear on window closing
    or when the cancel button is clicked (Closes: #230456)
  * debian/patches/01cpp_capable_headers.diff:
  - new patch to apply G_BEGIN_DECLS and G_END_DECLS to the
    headers so that they are usable in C++ (Closes: #230314)
 
 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 31 Jan 2004 00:28:04 -0200

gksu (1.0.3-1) unstable; urgency=low

  * New release
  - fixes a segfault when xauth returns nothing, thanks to
    Doug Holland <meldroc@frii.com> (Closes: #228292)

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 18 Jan 2004 01:55:34 -0200

gksu (1.0.2-1) unstable; urgency=low

  * debian/control:
  - libgksu0 Replaces and Conflicts with gksu << 1.0.0, thanks
    to Adrian Bunk <bunk@fs.tum.de> (Closes: #227888)
  * libgksu/Makefile.am:
  - build the library with -fPIC, to allow prelinking
    (Closes: #227924)

 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 16 Jan 2004 01:46:49 -0200

gksu (1.0.1-3) unstable; urgency=low

  * debian/libgksu-dev.install:
  - actually install the .pc file to /usr/lib/pkgconfig
  * debian/rules:
  - add post-install rule to install the html/devhelp
    docs for the libgksu-dev package

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 15 Jan 2004 04:17:24 -0200

gksu (1.0.1-2) unstable; urgency=low

  * debian/rules:
  - removed the clean addition, no longer removing the
    po/stamp-po file
  - disabled gtk-doc on configure

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 14 Jan 2004 21:20:49 -0200

gksu (1.0.1-1) unstable; urgency=low

  * debian/rules:
  - ask debhelper to look for dependency libraries on
    libgksu0 places (Closes: #227478, 227438)
  - will make gksu a no longer Debian native package

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 13 Jan 2004 19:12:06 -0200

gksu (1.0.0) unstable; urgency=low

  * New release: "Obviously you're not a kover", or
    something.

 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 19 Dec 2003 04:37:43 -0200

gksu (0.9.18.lib.3) UNRELEASED; urgency=low

  * New test release
  * gksu/Makefile.am, gksu/gksuexec.c:
  - readding gksuexec
  * debian/gksu.install:
  - install gksuexec, the .desktop files, etc

 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 19 Dec 2003 04:12:58 -0200

gksu (0.9.18.lib.2) UNRELEASED; urgency=low

  * New test release
  * libgksu/Makefile.am, debian/libgksu-dev.install:
  - install the gksu.h header file for using the library

 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  7 Dec 2003 09:22:16 -0200

gksu (0.9.18.lib.1) UNRELEASED; urgency=low

  * New test release
  * debian/control:
  - libgksu0 depends on xbase-clients (xauth)
	
 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 22 Nov 2003 10:47:20 -0200

gksu (0.9.18.lib) UNRELEASED; urgency=low

  * Turning gksu into a library
  * debian/control:
  - new packages libgksu0 and libgksu-dev
  - improved gksu's short description

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 22 Nov 2003 10:47:20 -0200

gksu (0.9.18) unstable; urgency=low

  * New release
  * src/gksu-run-helper.c:
  - remove a bashism when calling the program (Closes: #221179).
  * po/de.po:
  - small fix, thanks to Michael Vogt <mvogt@acm.org>
   (Closes: #221030)

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 18 Nov 2003 21:22:54 -0200

gksu (0.9.17) unstable; urgency=medium

  * New release
  - fixes problem with xauth token being visible through ps auxwww
  - urgency medium because this is a potential security problem,
    so it's better it is fixed in testing soon
  * man/gksu.1:
  - do not mention gksudo (Closes: #207843)
  
 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 14 Nov 2003 00:42:48 -0200

gksu (0.9.16) unstable; urgency=high

  * New release
  - fixes problem with XDM-AUTH being passed together with
    MIT-MAGIC-COOKIE-1's auth token
  - urgency high because no features were modified/added, just
    a quick fix

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 28 Aug 2003 13:46:55 -0300

gksu (0.9.15) unstable; urgency=low

  * New release
   - new German translation
   - developer documentation on source package created
     with gtk-doc
 -- Gustavo Noronha Silva <kov@debian.org>  Fri,  8 Aug 2003 05:12:01 -0300

gksu (0.9.14) unstable; urgency=low

  * New release
  - fixes problems with non-bash shells (Closes: #203386)
  - the -u for root problem seemed to be related to the
    non-bash shells stuff, I cannot reproduce it anymore
    (Closes: #203387)

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 29 Jul 2003 19:24:49 -0300

gksu (0.9.13) unstable; urgency=low

  * New release
  - minor cosmetic enhancements on the dialog
  - new option (--ssh-fwd) was added to work-around problem
    with ssh X11 forwarding (Closes: #202532)

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 24 Jul 2003 00:53:00 -0300

gksu (0.9.12) unstable; urgency=low

  * New release
  - lots of small fixes/modifications to the authentication
    stuff
  - added debug code, to help fix bugs
  * the --icon position on the man page has been fixed
    (Closes: #195122)
  * debian/gksu{,exec}-debian.xpm:
  - recreated from the images available to not conform anymore
    with the braindead policy that mandated 24 colors
  * debian/compat:
  - new file
  * debian/rules:
  - using cdbs
  * debian/control:
  - build-depends on cdbs, debhelper >= 4.1.0
  - Standards-Version to 3.6.0

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 23 Jul 2003 00:46:47 -0300

gksu (0.9.11) unstable; urgency=low

  * New release
  - see entry below, thanks to Álvaro

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 14 Jun 2003 22:29:22 -0300

gksu (0.9.10-1) unstable; urgency=low

  * Apply HIG to the authoritation dialog

 -- Álvaro Peña <apg@esware.com>  Wed, 11 Jun 2003 10:44:25 +0200

gksu (0.9.10) unstable; urgency=low

  * New release
  - no more auto-background

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 24 May 2003 15:00:06 -0300

gksu (0.9.9) unstable; urgency=low

  * New release
  - fixes some problems some users had running programs with
    arguments
  - includes translations for spanish (es) and russian (ru),
    thanks to Enrique Rodriguez <krm@futurnet.es> and
    Aleksander <murygin@aitoc.com> respectively.

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 10 May 2003 03:23:17 -0300

gksu (0.9.8) unstable; urgency=low

  * New release
  - initializes xauth string before fread'ing into it, thanks
    to: Alex Stewart <am2stewa@uwaterloo.ca> (Closes: #187299)
  - waits a bit longer for the grab (Closes: #181342)

 -- Gustavo Noronha Silva <kov@debian.org>  Sat,  5 Apr 2003 00:24:12 -0300

gksu (0.9.7) unstable; urgency=low

  * New release
  - changed the way Xauth is done (Closes: #182018)
  - no more sudo support
  * debian/control:
  - remove mention of sudo, remove sudo from Suggests
  * debian/rules:
  - doesn't link gksu to gksudo anymore

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 29 Mar 2003 01:47:58 -0300

gksu (0.9.1) unstable; urgency=low

  * New release
  - supports the new --icon command line option (Closes: #178910)
  * debian/rules:
  - no need to install manpages anymore
  * debian/copyright:
  - added Alan Douglaz as developer

 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 31 Jan 2003 02:14:56 -0200

gksu (0.9.0) unstable; urgency=low

  * New release
  * debian/menu:
  - added menu entry for gksuexec, the new program used
    as a wrapper to gksu's command line options
  * debian/gksuexec-debian.xpm:
  - Debian icon for gksuexec's menu entry, based on gksu.png

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 29 Jan 2003 15:34:46 -0200

gksu (0.8.5) unstable; urgency=low

  * New release
  - doesn't ask for password when ran as root user
    (Closes: #178675)

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 28 Jan 2003 17:28:36 -0200

gksu (0.8.4) unstable; urgency=low

  * New release
  * debian/control:
  - build-depends on libgtk2.0-dev >= 2.2.0, as gksu is using
    API calls specific to Gtk+2.2

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 14 Jan 2003 21:13:28 -0200

gksu (0.8.3) unstable; urgency=low

  * New release
  - mostly fixes to the build system
  * debian/rules:
  - installs ChangeLog as /usr/share/doc/gksu/changelog.src
  * debian/copyright:
  - fixed downloaded from URL
  - fixed 'Author(s)' stuff
  * debian/gksu-debian.xpm:
  - icon for gksu
  * debian/menu:
  - changed icon

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 14 Jan 2003 13:41:12 -0200

gksu (0.8.2-1) unstable; urgency=low

  * New release
  - basicaly fixes some bugs about environment that were causing
    problems for synaptic, for example
  * debian/docs:
  - added ChageLog, I'm now using the upstream changelog too
  * debian/control:
  - Standards-Version to 3.5.8
  - depends on autotools-dev
  * debian/rules:
  - supports nostrip for DEB_BUILD_OPTIONS
  - uses config.sub and config.guess from autotools-dev

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 14 Jan 2003 02:45:37 -0200

gksu (0.8.0-2) unstable; urgency=low

  * Using new gettext version (0.11.5) (Closes: #156993)
  * libpng (Gtk2.0) transition already done (Closes: #156822)

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 20 Aug 2002 11:16:03 -0300

gksu (0.8.0-1) unstable; urgency=low

  * build against libgtk2.0-0png3

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 13 Aug 2002 09:45:43 -0300

gksu (0.8.0) unstable; urgency=low

  * src/gksu.{c,h}, src/gui.{c,h}, src/su.{c,h}, src/sudo.{c,h}:
  - added the --title (-t) option to set the window title
  - changed the way arguments are passed to su_do and sudo_do...
    now they receive a GkConf, which is a struct containing all
    config variables
  * src/gksu.c:
  - --print-pass no longer requires an argument (why should it?)
  - documented the changes on --help output
  * src/gksu.c, src/util.c:
  - new function to convert to utf8
  - converts message and title given by the user to UTF8
  * src/gui.c:
  - some little tweaks on the GUI

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 11 Jul 2002 11:31:56 -0300

gksu (0.7.2) unstable; urgency=low

  * man/gksu.1:
  - remove mention to -k (deprecated option) (Closes: #148864)

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 18 Jun 2002 22:00:14 -0300

gksu (0.7.1) unstable; urgency=low

  * src/gui.c:
  - ungrab server in case pointer grabing fails

 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  9 Jun 2002 23:44:08 -0300

gksu (0.7) unstable; urgency=low

  * Ported to Gtk2

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 11 Mar 2002 17:26:08 -0300

gksu (0.6) unstable; urgency=low

  * src/xauth.c, src/gksu.c: better error and temporary
    directory handling
  * src/sudo.c,src/su.c:
  - improved the wording of the password dialog
  * Added support for --print-pass and --message.
  * Removed -k, -keep-env, keep_env is now TRUE by
    default and added --reset-env... the env must
    be kept for the Xauthority trick to work

 -- Gustavo Noronha Silva <kov@debian.org>  Fri,  8 Mar 2002 22:49:55 -0300

gksu (0.5) unstable; urgency=low

  * debian/control:
  - made some fixes
  * src/xauth.c:
  - small typo fixed
  * po/pt_BR.po:
  - updated translation
  * configure.in:
  - removed check for Gnome
  * removed links for automake stuff copied real files from
    /usr/share/automake (Closes: #135395)

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 23 Feb 2002 19:25:10 -0300

gksu (0.4) unstable; urgency=low

  * First Debian release (Closes: #135088)
  * debian/rules:
  - really fixes dh_link call
  - added manpage installation
  * man/gksu.1:
  - wrote manpage
  * debian/menu:
  - fixed gkdebconf->gksu issue
  * debian/control:
  - better (not so good, but better =)) description

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 21 Feb 2002 17:55:26 -0300

gksu (0.3) unstable; urgency=low

  * su.c, sudo.c:
  - a lot more error checking (for fork() and execv, for example)
  * debian/rules:
  - fixed the call to dh_link to create the right link

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 20 Feb 2002 17:36:47 -0300

gksu (0.2) unstable; urgency=low

  * gksu.c:
  - new free_pass function to clean the variables used
    to store the password
  * gksu.c, su.c, gui.c:
  - always call free_pass on password variables before
    we exit!
  * sudo.c:
  - added, now sudo is an option for gksu =)
  - double-fork to quit 
  - added a while loop to keep printf'inf program's
    stderr and stdout some programs have problems with this.
  * gksu.c:
  - added -S to call gksudo, added -H to support
    setting the target user's home
  * su.c:
  - added a while loop to keep printf'inf program's
    stderr and stdout some programs have problems with this.
  * debian/rules:
  - creates the /usr/bin/gksudo link

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 20 Feb 2002 05:53:47 -0300

gksu (0.1) unstable; urgency=low

  * First version.

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 18 Feb 2002 20:16:41 -0300