Download project files

How do I verify a download?


101110 of 121 releases

1.18 release from the main series released

Release information
Changelog:

Bug fixes:
 - Ensure that symptom scripts define a run() function, and don't show them if
   not.
 - Do not show symptom scripts which start with an underscore. These can be
   used for private libraries for the actual symptom scripts.
 - Update bash completion. Thanks Philip Muškovac.
 - etc/default/apport: Remove obsolete "maxsize" setting. (LP: #719564)

Improvements:
 - Remove explicit handling of KDE *.ui files in setup.py, as
   python-distutils-extra 2.24 fixes this. Bump version check.
 - hookutils.py: Add attach_root_command_outputs() to run several commands
   at once. This avoids asking for the password several times. (LP: #716595)

File Description Downloads
download icon apport-1.18.tar.gz (md5, sig) release tarball 30
last downloaded 46 weeks ago
Total downloads: 30

1.17.2 release from the main series released

Release information
Changelog:

Improvements:
 - Be more Python 3 compatible (not fully working with Python 3 yet, though).
 - apt/dpkg backend: Drop support for pre-0.7.9 python-apt API.
 - Add --tag option to add extra tags to reports. (LP: #572504)

Bug fixes:
 - hookutils.py, attach_dmesg(): Do not overwrite already existing dmesg.
 - hookutils.py: Be more robust against file permission errors. (LP: #444678)
 - ui.py: Do not show all the options in --help when invoked as *-bug.
   (LP: #665953)
 - launchpad.py: Adapt test cases to current standard_title() behaviour.

File Description Downloads
download icon apport-1.17.2.tar.gz (md5, sig) release tarball 24
last downloaded 45 weeks ago
Total downloads: 24

1.17.1 release from the main series released

Release information
Release notes:

Bug fixes:
 - Make the GTK frontend work with GTK 2.0 as well, and drop "3.0" requirement.

File Description Downloads
download icon apport-1.17.1.tar.gz (md5, sig) release tarball 29
last downloaded 51 weeks ago
Total downloads: 29

1.17 release from the main series released

Release information
Release notes:

Improvements:
 - Better standard bug titles for Python crashes. Thanks Matt Zimmerman!
   (LP: #681574)
 - Add handler for uncaught Java exceptions. There is no integration for
   automatically intercepting all Java crashes yet, see java/README.
   Thanks Matt Zimmerman! (LP: #548877)

Bug fixes:
 - GTK frontend: Require GTK 3.0.
 - launchpad.py: Default to "production" instance, not "edge", since edge is
   obsolete now.
 - hookutils.py, attach_alsa(): Fix crash if /proc/asound/cards does not exist.
   (LP: #626215)
 - ui.py, format_filesize(): Fix to work with stricter locale.format() in
   Python 2.7. (LP: #688535). While we are at it, also change it to use base-10
   units.
 - hookutils.py, package_versions(): Always include all requested package names
   even if they're unknown to ...

File Description Downloads
download icon apport-1.17.tar.gz (md5, sig) release tarball 23
last downloaded 51 weeks ago
Total downloads: 23

1.16 release from the main series released

Release information
Release notes:

New features:
 - Port GTK frontend from pygtk2 to GTK+3.0 and gobject-introspection.

Bug fixes:
 - Fix symptoms again. Version 1.15 broke the default symptom directory.
 - Fix memory test case to work with current Python versions, where the SQLite
   integrity check throws a different exception.

File Description Downloads
download icon apport-1.16.tar.gz (md5, sig) release tarball 51
last downloaded 45 weeks ago
Total downloads: 51

1.15 release from the main series released

Release information
Release notes:

1.15 (2010-11-11)
-----------------
New features:
 - Add dump_acpi_tables.py script. This can be called by package hooks which
   need ACPI table information (in particular, kernel bug reports). Thanks to
   Brad Figg for the script!
 - Order symptom descriptions alphabetically. Thanks to Javier Collado.
 - Check $APPORT_SYMPTOMS_DIR environment variable for overriding the system
   default path. Thanks to Javier Collado.

Bug fixes:
 - testsuite: Check that crashdb.conf can have dynamic code to determine DB
   names and options.
 - ui.py test suite: Rewrite _gen_test_crash() to have the test process core
   dump itself, instead of using gdb to do it. The latter fails in ptrace
   restricted environments, such as Ubuntu 10.10.
 - packaging-apt-dpkg.py: Fix handling of /etc/apport/native...

File Description Downloads
download icon apport-1.15.tar.gz (md5, sig) release tarball 26
last downloaded 46 weeks ago
Total downloads: 26

1.14.1 release from the main series released

Release information
Release notes:

Bug fixes:
 - hookutils.py, attach_drm_info(): Sanitize connector names. Thanks Chris
   Halse Rogers! (LP: #597558)
 - bash completion: Complete all path names, apport-bug can be invoked with a
   path to a program. Thanks Philip Muskovac.

File Description Downloads
download icon apport-1.14.1.tar.gz (md5, sig) release tarball 49
last downloaded 46 weeks ago
Total downloads: 49

1.14 release from the main series released

Release information
Release notes:

New features:
 - hookutils.py: Add new method attach_drm_info() to read and format
   /sys/class/drm/*.

Bug fixes:
 - packaging-apt-dpkg.py: Fix deprecated python-apt variables, thanks David
   Stansby. (LP: #591695)
 - launchpad.py: Fix crash on attachments which are named *.gz, but
   uncompressed. (LP: #574360)
 - hookutils.py, attach_gconf(): Fix defaults parsing for boolean keys.
   (LP: #583109)

File Description Downloads
download icon apport-1.14.tar.gz (md5, sig) release tarball 22
last downloaded 45 weeks ago
Total downloads: 22

1.13.4 release from the main series released

Release information
Release notes:

- bash completion: Fix error message if /usr/share/apport/symptoms does not
  exist. Thanks Philip Muškovac! (LP: #562118)
- general-hooks/parse_segv.py: Report stack exhaustion more clearly and
  correctly handle register dereferencing calls.
- Save/restore environment when calling hooks, in case they change the locale,
  etc. (LP: #564422)
- hookutils.py, command_output(): Do not set $LC_MESSAGES for the calling
  process/hook, just for the command to be called.
- ui.py: When displaying strings from system exceptions, decode them into an
  unicode string, to avoid crashing the KDE UI. (LP: #567253)
- apport-retrace: Fix crash for retracing kernel vmcores, which do not have an
  ExecutablePath.
- apport-bug manpage: Clarify when apport-collect may be used. Thanks Brian
  Murray! (LP: #...

File Description Downloads
download icon apport-1.13.4.tar.gz (md5, sig) release tarball 19
last downloaded 45 weeks ago
Total downloads: 19

1.13.3 release from the main series released

Release information
Release notes:

- data/general-hooks/parse_segv.py: suggest segv-in-kernel possibility.
- ui.py: When running as root, only show system crash reports, to avoid
  restarting user programs as root. (LP: #445017)

File Description Downloads
download icon apport-1.13.3.tar.gz (md5, sig) release tarball 21
last downloaded 46 weeks ago
Total downloads: 21

101110 of 121 releases