gksu (0.8.3-0.backports.org.1) unstable; urgency=low

  * recompiled for http://www.backports.org/

 -- Norbert Tretkowski <tretkowski@inittab.de>  Sat, 27 Mar 2004 21:28:01 +0100

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

