File apport.changes of Package apport
-------------------------------------------------------------------
Tue Jul 20 15:11:45 CEST 2010 - jblunck@suse.de
- Fix anonymization of apport reports (bnc#540553).
-------------------------------------------------------------------
Tue Jul 20 14:28:27 CEST 2010 - jblunck@suse.de
- Use less instead of sensible-pager in apport-cli (bnc#483292).
-------------------------------------------------------------------
Tue Jul 20 10:16:21 CEST 2010 - jblunck@suse.de
- Do not install executable config files (bnc#483295).
-------------------------------------------------------------------
Thu Mar 4 14:14:43 UTC 2010 - lnussel@suse.de
- nenew certificate
-------------------------------------------------------------------
Thu Mar 4 11:58:39 UTC 2010 - coolo@novell.com
- do not require lsb but lsb-release
-------------------------------------------------------------------
Tue Sep 29 20:53:51 CEST 2009 - coolo@novell.com
- recommend the desktop frontends if the specific python modules
are already installed
-------------------------------------------------------------------
Tue Sep 29 20:52:02 CEST 2009 - coolo@novell.com
- do not require kernel-default
-------------------------------------------------------------------
Tue Sep 29 19:00:54 CEST 2009 - pth@suse.de
- Fix typo in changes
-------------------------------------------------------------------
Mon Sep 28 15:20:38 CEST 2009 - pth@suse.de
- Disable packaging apport-retrace and apport-chroot (which needs
apt) for now as the apt based retracer doesn't work for
openSUSE and the libzypp based one is in alpha stage.
- Fix the message that's shown when /var/crash doesn't exist.
- Rename report-append.diff to apport-report_append.diff.
- Include a rpmlintrc file.
-------------------------------------------------------------------
Thu Sep 24 11:16:10 CEST 2009 - mvyskocil@suse.cz
- Added missing python-m2crypto dependency for apport-crashdb-opensuse
-------------------------------------------------------------------
Sun Aug 9 08:46:19 CEST 2009 - coolo@novell.com
- use new python macros
-------------------------------------------------------------------
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