kov changed libgksu/branches/libgksu2/ChangeLog, libgksu/branches/libgksu2/configure.ac, libgksu/branches/libgksu2/libgksu/ChangeLog, libgksu/branches/libgksu2/libgksuui/ChangeLog

Gustavo Noronha kov at costa.debian.org
Mon Apr 24 10:51:45 UTC 2006


Mensagem de log: 
merging ChangeLogs

-----


Modified: libgksu/branches/libgksu2/ChangeLog
===================================================================
--- libgksu/branches/libgksu2/ChangeLog	2006-04-24 10:51:08 UTC (rev 566)
+++ libgksu/branches/libgksu2/ChangeLog	2006-04-24 10:51:44 UTC (rev 567)
@@ -1,3 +1,7 @@
+2006-04-24  Gustavo Noronha Silva  <kov at debian.org>
+
+	* Release 1.9.1
+
 2006-04-23  Gustavo Noronha Silva  <kov at debian.org>
 
 	* libgksu/libgksu2.pc.in:
@@ -5,6 +9,27 @@
 
 	* Release 1.9.0
 
+	* libgksu/test-gksu.c:
+	- display message before testing gksu_sudo_full, so we
+	  get a better picture of where stuff is happening
+	- add a test to the new gksu_run{,_full} API
+
+	* libgksu.c:
+	- use non-blocking read when looking for the sudo prompt,
+	  so that we won't get blocked if there is none; also,
+	  make sure the window is displayed
+	- (su) track that gnome keyring was used to enhance the pass_not_needed
+	  display logic; display it parallel to running the command, to match
+	  gksu_sudo_full behavior
+	- only print the password when on debug mode
+	- init sn_context with NULL, so non-SN-supporting users will
+	  not segfault when we check for the value
+
+	* libgksu/libgksu.{c,h}:
+	- new API gksu_run{,_full}, that is a generic way of using
+	  gksu functionality, leaving the choice of su or sudo backend
+	  to the gconf setting
+
 2006-04-16  Gustavo Noronha Silva  <kov at debian.org>
 
 	* libgksu/libgksu.c:
@@ -21,6 +46,16 @@
 	- check for xauth at /usr/bin (Xorg 7.0) and /usr/X11R6/bin
 	  (Xorg 6.9 and XFree86) [merged from trunk]
 
+2006-03-12  Gustavo Noronha Silva  <kov at debian.org>
+
+	* libgksuui/gksuui-dialog.c:
+	- added UI for the gnome-keyring support in the main widget
+
+	* libgksu/libgksu.c:
+	- Preliminary support for gnome-keyring imported from the
+	  gksu app code; it now removes the password from the
+	  keyring in case it tries with it and fails
+
 2006-03-02  Gustavo Noronha Silva  <kov at debian.org>
 
 	* configure.ac:
@@ -28,6 +63,23 @@
 	  PKG_CHECK_MODULES; startup notification support has
 	  been added!
 
+	* libgksu/test-gksu.c:
+	- use the new location for xterm (FHS-compliant)
+
+	* libgksu/libgksu.c:
+	- integrated patch by Michael Vogt to support startup notfication
+	- added accessor methods for the GksuContext structure, I want it
+	  to be opaque
+
+	* libgksu/Makefile.am, libgksu/libgksu2.pc.in:
+	- misc fixes to build system
+
+2006-01-24  Gustavo Noronha Silva  <kov at debian.org>
+
+	* libgksuui/gksuui-dialog.{c,h}:
+	- applied patch by Michael Vogt to report that capslock is enabled
+	  with small modifications
+
 2006-01-07  Gustavo Noronha Silva  <kov at debian.org>
 
 	* libgksu/libgksu.c, docs/*:
@@ -44,15 +96,12 @@
 	- do not create pkg-config files for libgksuui; it won't
 	  be installed anymore
 
+	* Make libgksuui a sub, static library for libgksu only.
+	- removed gksu-convenience stuff, that is not going to
+	  be used anymore
+
 2005-12-11  Gustavo Noronha Silva  <kov at debian.org>
 
-	* gksu.schemas.in:
-	- remove always-ask-password for now, it will probably be
-	  replaced by something else when gnome-keyring is integrated
-
-	* intltoolized, modified some stuff for the package
-	  renaming to work
-
 	* Major design overhaul
 	- incorporating libgksuui
 	- no longer try to be UI independent; use GTK+ mercylessly
@@ -64,6 +113,20 @@
 	  right now; this allows saner handling of password prompting
 	  and housekeeping
 
+	* gksu.schemas.in:
+	- remove always-ask-password for now, it will probably be
+	  replaced by something else when gnome-keyring is integrated
+
+	* intltoolized, modified some stuff for the package
+	  renaming to work
+
+	* libgksu/libgksu.c:
+	- integrated 'prompt before grab' support; also make the
+	  foce-grab configuration effective
+
+	* renaming files:
+	- libgksu/gksu-context.{c,h} -> libgksu/libgksu.{c,h}
+
 2005-11-23  Gustavo Noronha Silva  <kov at debian.org>
 
 	* Release 1.3.7

Modified: libgksu/branches/libgksu2/configure.ac
===================================================================
--- libgksu/branches/libgksu2/configure.ac	2006-04-24 10:51:08 UTC (rev 566)
+++ libgksu/branches/libgksu2/configure.ac	2006-04-24 10:51:44 UTC (rev 567)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 
-AC_INIT(libgksu, 1.9.0, kov at debian.org)
+AC_INIT(libgksu, 1.9.1, kov at debian.org)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(libgksu/libgksu.c)
 AM_CONFIG_HEADER(config.h)

Deleted: libgksu/branches/libgksu2/libgksu/ChangeLog
===================================================================
--- libgksu/branches/libgksu2/libgksu/ChangeLog	2006-04-24 10:51:08 UTC (rev 566)
+++ libgksu/branches/libgksu2/libgksu/ChangeLog	2006-04-24 10:51:44 UTC (rev 567)
@@ -1,55 +0,0 @@
-2006-04-23  Gustavo Noronha Silva  <kov at debian.org>
-
-	* test-gksu.c:
-	- display message before testing gksu_sudo_full, so we
-	  get a better picture of where stuff is happening
-	- add a test to the new gksu_run{,_full} API
-
-	* libgksu.c:
-	- use non-blocking read when looking for the sudo prompt,
-	  so that we won't get blocked if there is none; also,
-	  make sure the window is displayed
-	- (su) track that gnome keyring was used to enhance the pass_not_needed
-	  display logic; display it parallel to running the command, to match
-	  gksu_sudo_full behavior
-
-	* libgksu.c:
-	- only print the password when on debug mode
-
-	* libgksu.c:
-	- init sn_context with NULL, so non-SN-supporting users will
-	  not segfault when we check for the value
-
-	* libgksu.{c,h}:
-	- new API gksu_run{,_full}, that is a generic way of using
-	  gksu functionality, leaving the choice of su or sudo backend
-	  to the gconf setting
-
-2006-03-12  Gustavo Noronha Silva  <kov at debian.org>
-
-	* libgksu.c:
-	- Preliminary support for gnome-keyring imported from the
-	  gksu app code; it now removes the password from the
-	  keyring in case it tries with it and fails
-
-2006-03-02  Gustavo Noronha Silva  <kov at debian.org>
-
-	* test-gksu.c:
-	- use the new location for xterm (FHS-compliant)
-
-	* libgksu.c:
-	- integrated patch by Michael Vogt to support startup notfication
-	- added accessor methods for the GksuContext structure, I want it
-	  to be opaque
-	* Makefile.am, libgksu2.pc.in:
-	- misc fixes to build system
-
-2005-12-11  Gustavo Noronha Silva  <kov at debian.org>
-
-	* libgksu.c:
-	- integrated 'prompt before grab' support; also make the
-	  foce-grab configuration effective
-
-	* renaming files:
-	- gksu-context.{c,h} -> libgksu.{c,h}
-

Modified: libgksu/branches/libgksu2/libgksuui/ChangeLog
===================================================================
--- libgksu/branches/libgksu2/libgksuui/ChangeLog	2006-04-24 10:51:08 UTC (rev 566)
+++ libgksu/branches/libgksu2/libgksuui/ChangeLog	2006-04-24 10:51:44 UTC (rev 567)
@@ -1,40 +1,3 @@
-2006-03-12  Gustavo Noronha Silva  <kov at debian.org>
-
-	* gksuui-dialog.c:
-	- added UI for the gnome-keyring support in the main widget
-
-2006-01-24  Gustavo Noronha Silva  <kov at debian.org>
-
-	* gksuui-dialog.{c,h}:
-	- applied patch by Michael Vogt to report that capslock is enabled
-	  with small modifications
-
-2006-01-07  Gustavo Noronha Silva  <kov at debian.org>
-
-	* Make it a sub, static library for libgksu only.
-	- removed gksu-convenience stuff, that is not going to
-	  be used anymore
-
-2005-11-05  Gustavo Noronha Silva  <kov at debian.org>
-
-	* Release 1.0.7
-
-2005-09-02  Ronald van Engelen  <ronalde at lacocina.nl>
-
-	* libgksuui/trunk/po/nl.po
-	- Dutch translation updated
-
-2005-07-30  Guilherme de S. Pastore  <gpastore at colband.com.br>
-
-	* configure.ac: added ro to ALL_LINGUAS
-
-2005-07-20  Gustavo Noronha Silva  <kov at debian.org>
-
-	* src/gksuui-dialog.c:
-	- applied patch from ubuntu to change the 'not-visible'
-	  character to a bullet instead of an asterisk for
-	  aesthetical reasons
-
 2005-07-15  Gustavo Noronha Silva  <kov at debian.org>
 
 	* Release 1.0.6




More information about the gksu-commits mailing list