File apport.changes of Package apport
-------------------------------------------------------------------
Wed Apr 22 12:02:25 CEST 2009 - jblunck@suse.de
- tmprace in /var/crash handling (bnc#495053)
-------------------------------------------------------------------
Tue Feb 3 10:44:29 CET 2009 - jblunck@suse.de
- Append to the local report only.
-------------------------------------------------------------------
Wed Jan 21 11:58:03 CET 2009 - jblunck@suse.de
- Added a save button if developer mode is used to both applets. If the
report is unreportable the send button will be grayed-out.
- Fix package dependencies.
-------------------------------------------------------------------
Fri Nov 28 21:43:00 CET 2008 - jblunck@suse.de
- Don't use port 80 for the HTTPS connection with the crashdb
-------------------------------------------------------------------
Fri Nov 28 13:32:50 CET 2008 - jblunck@suse.de
- Add self signed crashdb.opensuse.org certificate for year 2009
- Change the URLs for the official release with openSUSE 11.1
- Raise HTTPError exception when the report has an X-Apport-Error header
-------------------------------------------------------------------
Fri Nov 28 09:45:25 CET 2008 - jblunck@suse.de
- Adapt unit tests to the new crashdb server
- Use M2Crypto library instead of OpenSSL since that actually works
- Changes necessary for the openSUSE crashdb server
- Extend the unit tests
-------------------------------------------------------------------
Fri Nov 14 15:36:12 CET 2008 - jblunck@suse.de
- Fix support for proper signature checking
- Fix get_available_version() to really return the latest available package
instead of the first one found
- Fix is_distro_package() testcase
- Cleanup some whitespace noise
-------------------------------------------------------------------
Fri Nov 14 12:58:44 CET 2008 - jblunck@suse.de
- Fix package signature parsing to also support RSA keys
- Remove annoying debugging leftover
-------------------------------------------------------------------
Fri Nov 14 10:59:47 CET 2008 - jblunck@suse.de
- Fix tmp races patch
- Set noclobber in init script
-------------------------------------------------------------------
Thu Nov 13 16:10:54 CET 2008 - jblunck@suse.de
- Add new openSUSE Project Signing Key id
- Fix tmp races found by security audit
- Save old core_pattern to /var/run instead of /var/tmp
-------------------------------------------------------------------
Mon Nov 10 17:06:01 CET 2008 - jblunck@suse.de
- String compare in python is case-sensitive: adjust the keyids
- Only look for available packages of the same architecture
-------------------------------------------------------------------
Mon Nov 10 14:13:18 CET 2008 - jblunck@suse.de
- Add build id support (requires ptools)
- Overwrite the report to remove deleted keys
- Use a singleton zypp instance instead of creating for each package a new one
-------------------------------------------------------------------
Tue Oct 28 10:09:49 CET 2008 - jblunck@suse.de
- Fix list of key ids and vendor strings used by openSUSE
-------------------------------------------------------------------
Mon Oct 27 16:09:57 CET 2008 - jblunck@suse.de
- Fix developer mode
- Add some keys to the list of official keys
- Defer the libzypp initialization to the time when it is actually used
-------------------------------------------------------------------
Fri Oct 24 18:12:20 CEST 2008 - jblunck@suse.de
- Fix exception handling for developer mode
- Fix multiple minor typos
- Add HTTPSProgressConnection
-------------------------------------------------------------------
Fri Oct 24 17:19:03 CEST 2008 - jblunck@suse.de
- Don't refresh the metadata and try to rebuild the repository cache if we
are not running as root. This should fix bug bnc #438211.
- Throw an exception when report_baseurl wasn't set in crashdb.conf
- Add support for progress_callback to upload()
-------------------------------------------------------------------
Fri Oct 24 12:02:59 CEST 2008 - jblunck@suse.de
- Add support for openSUSE's crashdb.opensuse.org
-------------------------------------------------------------------
Thu Oct 23 19:04:59 CEST 2008 - jblunck@suse.de
- Package apport-retrace in a separate package since it is only usable for
reprocessing of existing reports
-------------------------------------------------------------------
Thu Oct 23 17:53:26 CEST 2008 - jblunck@suse.de
- Package the crashdb implementation as a separately so that it can be
replaced or extended by future implementations
-------------------------------------------------------------------
Thu Oct 23 13:47:40 CEST 2008 - jblunck@suse.de
- Fix a bug in last commit
-------------------------------------------------------------------
Wed Oct 22 20:59:55 CEST 2008 - jblunck@suse.de
- Install apport-gtk and apport-qt into /usr/bin
-------------------------------------------------------------------
Wed Oct 22 20:08:30 CEST 2008 - jblunck@suse.de
- Fix init script post and pre hooks
-------------------------------------------------------------------
Mon Oct 20 13:56:53 CEST 2008 - jblunck@suse.de
- Fixed package dependencies and add revision number to the source package
-------------------------------------------------------------------
Fri Oct 17 18:07:53 CEST 2008 - jblunck@suse.de
- Don't start the apport service if the /proc file doesn't exist
-------------------------------------------------------------------
Wed Sep 24 01:45:09 CEST 2008 - jblunck@suse.de
- fixed filelist
-------------------------------------------------------------------
Sat Sep 13 23:24:25 CEST 2008 - jblunck@suse.de
- Add general-hooks directory
- Remove temporary documentation files
- Add support for ON_APP_CRASH_INVOKE enviroment variable
- Move some GUI files to the specific desktop packages