2007-10-06 Fernando Herrera * Merge from http://www.gnome.org/~fherrera/bug-buddy.git commit c15013d422afce63e5c876e5109f95157a95bb0a Send os_version param containing distro in the XML-RPC call commit 29e5abc75ffb4b7d6e0113aad676b490fc047fdc Fix breakpad Makefile.am typo commit 43081dd128b69127392548be0bd86616bfdf47e4 Updated configure.in for 2.20.1 2007-10-06 Fernando Herrera * Merge from http://www.gnome.org/~fherrera/bug-buddy.git commit 7d7817008ee16e0de3b38989dd69452bfe2ce719 Make Dependency on e-d-s optional. Based on a patch by Brent Smith. Fix bug #345130 commit 91a2ecdc240a15ac2753e2696b348500d220dd31 Depend on gtk+ >= 2.12. Fix bug #483436 2007-10-06 Fernando Herrera * Merge from http://www.gnome.org/~fherrera/bug-buddy.git commit a38a1ecf39912c9778491739a72473d6d7f67f10 Parse xml reponse from the collector server. Point to gnome server commit e2c03b628fc01ab0de8e678fcbec94a0c1da6dc8 Add minidump-id to the XML-RPC call commit d227ff5b70cf217912a42b4527dedc4ac1da6cbe Point to http://localhost/breakpad/xmlrpc-collector.py for testing commit 659f1dc9e394eeec0163ca82e5659ed97ea77ffe Add back the method name as BugBuddy.createBug commit de614a6cf2fc6a11a7173c046548e4fb1ee26831 Fix filename of the dumped file on gnome-breakpad bug-buddy invocation Implement sending minidumps 2007-09-28 Fernando Herrera * gnome-breakpad/Makefile.am: Fix typo 2007-09-27 Fernando Herrera * configure.in: * gnome-breakpad/Makefile.am: Compile Solaris or linux handler conditionally. 2007-09-27 Fernando Herrera * google-breakpad/*: Update to upstream r216 version. 2007-09-25 Fernando Herrera * gnome-breakpad/gnome-breakpad.cc: Return always 0 on gtk_module_init function. 2007-09-25 Fernando Herrera * gnome-breakpad/gnome-breakpad.cc: Fix Solaris compilation. 2007-09-25 Fernando Herrera * configure.in: Disable static libs. * gnome-breakpad/Makefile.am: Don't install libgnomebreakpad as a versioned library. Patch by Fryderyk Dziarmagowski. Fixes bug #473671 2007-09-25 Fernando Herrera * gnome-breakpad/gnome-breakpad.cc: Don't include google-breakpad header / don't use google_breapad namespace if ENABLE_GOOGLE_BREAKPAD if not defined. 2007-09-25 Fernando Herrera * gnome-breakpad/gnome-breakpad.cc: Fix memleak. Patch by Priit Laes. Fixes bug #479536 2007-09-25 Fernando Herrera * gnome-breakpad/gnome-breakpad.cc: Don't install any handler if application has set any of them already (that is before gtk_init). It was causing crashes (exposing bugs?) with SWT applications. Fixes bug #479929 2007-09-25 Fernando Herrera * src/bug-buddy.c: (email_local_part_is_valid), (email_is_valid): check email address against RFC 3696 rules. Patch from Sjoerd Simons. Fixes bug #480130