summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* remove bzlib.h checkingNikola Pajkovsky2011-02-141-3/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-gtk: beginning of C rewrite of GUIJiri Moskovcak2011-02-091-0/+1
|
* remove old plugin machinery. -10k and -1 library dependence in abrtdDenys Vlasenko2011-01-191-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* jury-rig compile for python2.6; small style fixesDenys Vlasenko2010-12-141-1/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* a stub for report-pythonJiri Moskovcak2010-12-141-0/+2
|
* remove sqlite DBDenys Vlasenko2010-11-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | This change removes sqlite database. Database was used to find dump dirs by [UID:]UUID. This patch uses more natural way: dump dirs are addressed by their directory names. DB was also used to produce a list of dump dirs. Now it is done by iterating over the /var/spool/abrt directory. And finally, DB was also used to find duplicate UUIDs. Now it is done by iterating over the /var/spool/abrt directory. Crash count, "inform all" and reporting result message are moved from DB field to a file in dump dir. "Reported" DB field is deleted - if message != "", then this dump was reported. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove polkitNikola Pajkovsky2010-11-191-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* increased version to 1.2.0Jiri Moskovcak2010-11-181-1/+1
| | | | - we have a different branch for 1.1.x
* silent rulesNikola Pajkovsky2010-11-161-1/+2
| | | | | | | disabled by default, to enabled by default use m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-151-3/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move files from lib/plugins to src/pluginsJiri Moskovcak2010-11-101-1/+3
|
* btparser integration: fix testsKarel Klic2010-10-141-0/+1
|
* btparser integration: merge it into ABRT's directory hierarchyKarel Klic2010-10-141-1/+8
|
* btparser initial integrationKarel Klic2010-10-141-11/+2
|
* SQLite3.cpp: replace std::vector by GListNikola Pajkovsky2010-09-081-1/+1
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> Acked-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Fix an ugly misaligmnent of dirent struct between C and C++ code,Karel Klic2010-08-191-0/+2
| | | | caused by LARGEFILE_SOURCE defined in C++, but not in C.
* increased version to 1.1.14Jiri Moskovcak2010-08-111-1/+1
|
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-7/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* added native systemd file rhbz#617316Jiri Moskovcak2010-08-091-0/+7
|
* really remove the libzip dependencyJiri Moskovcak2010-08-061-1/+0
|
* increased version to 1.1.13Jiri Moskovcak2010-08-041-1/+1
|
* add libxml-2.0 into configureNikola Pajkovsky2010-08-041-0/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* version 1.1.121.1.12Jiri Moskovcak2010-07-281-1/+1
|
* increased version to 1.1.11Jiri Moskovcak2010-07-221-1/+1
| | | | - 1.1.10 is out already, so now we're working on 1.1.11
* fixed tooltip localization rhbz#574693Jiri Moskovcak2010-07-191-0/+9
|
* Version 1.1.101.1.10Karel Klic2010-07-141-1/+1
|
* Version 1.1.91.1.9Karel Klic2010-07-131-1/+1
|
* rename abrt-utils.pc to abrt.pcJiri Moskovcak2010-07-091-1/+1
| | | | | - so users can compile their own plugin using: $ g++ `pkg-config abrt --cflags --libs`
* mv devel header files to inc/ and install themJiri Moskovcak2010-07-091-0/+1
| | | | | | - header files are required to write the custom plugins plugins without downloading the whole git tree, user just need to install abrt-devel package
* bump version to 1.1.8Denys Vlasenko2010-06-251-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* incresed version - 1.1.7Jiri Moskovcak2010-06-171-1/+1
|
* increased versionJiri Moskovcak2010-06-151-1/+1
|
* increased version - 1.1.51.1.5Jiri Moskovcak2010-06-091-1/+1
|
* trivial gcc warning fixJiri Moskovcak2010-05-261-1/+2
|
* increased version to 1.1.4Jiri Moskovcak2010-05-261-1/+1
|
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-211-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove "rename(DEBUG_DUMPS_DIR_OLD, DEBUG_DUMPS_DIR)" compat kludgeDenys Vlasenko2010-05-211-2/+0
| | | | | | | It causes selinux problems by itself. Even though we ovn both dirs, attempting to move them is not allowed... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* increased version to 1.1.21.1.2Jiri Moskovcak2010-05-191-1/+1
|
* minor build fixes ppisar@redhat.comJiri Moskovcak2010-05-181-1/+4
|
* Move /var/cache/abrt to /var/spool/abrt. Fixes bug 568101.Denys Vlasenko2010-05-141-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* increased version to 1.1.11.1.1Jiri Moskovcak2010-05-121-1/+1
|
* increased version to 1.1.0Jiri Moskovcak2010-04-071-1/+1
|
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-261-1/+2
| | | | | | | | | | | | | | | Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts.
* icons repackagingJiri Moskovcak2010-03-011-1/+0
|
* increased version to 1.0.9Jiri Moskovcak2010-02-261-1/+1
| | | | - we're already released 1.0.8
* increased version 1.0.8Jiri Moskovcak2010-02-151-1/+1
|
* increase the versionJiri Moskovcak2010-02-081-1/+1
| | | | | - every time we release version X.Y.Z we start working on X.Y.Z + 1 so we should increase the version after we release and create tag X.Y.Z
* new versionJiri Moskovcak2010-02-021-1/+1
|
* new version 1.0.51.0.5Jiri Moskovcak2010-01-291-1/+1
|
* new version 1.0.4Jiri Moskovcak2010-01-201-1/+1
|