diff options
author | Havoc Pennington <hp@redhat.com> | 2003-02-13 02:33:32 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-02-13 02:33:32 +0000 |
commit | c9ea8fac502c6109713aa372c4c8cfafd0b86858 (patch) | |
tree | bf6440f13fdf3d49bdca498f829cc464f3f8669a /ChangeLog | |
parent | 32dc75ee6b1bb06e8cc1b956e7d80b54f24b5df6 (diff) | |
download | dbus-c9ea8fac502c6109713aa372c4c8cfafd0b86858.tar.gz |
2003-02-12 Havoc Pennington <hp@pobox.com>
* dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
\r off of popped lines
* dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
scripts
* dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
SEND, append \r\n
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2003-02-12 Havoc Pennington <hp@pobox.com> + * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip + \r off of popped lines + + * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth + scripts + + * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a + SEND, append \r\n + +2003-02-12 Havoc Pennington <hp@pobox.com> + * dbus/Makefile.am: remove break-loader from the build, since it moved. |