summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* *: remove nss dependenciesDenys Vlasenko2010-01-111-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* new version 1.0.31.0.3Jiri Moskovcak2010-01-051-1/+1
|
* large file support for whole abrtKarel Klic2009-12-181-0/+4
|
* updated spec and cofigure.acJiri Moskovcak2009-12-151-1/+1
|
* New version 1.0.11.0.1Jiri Moskovcak2009-12-081-1/+1
|
* whitespace cleanupDenys Vlasenko2009-12-031-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build fixesJiri Moskovcak2009-12-031-0/+9
|
* configure script explicitly checks for bison, yacc is not enoughKarel Klic2009-12-011-1/+8
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-241-1/+1
|\
| * New version 1.01.0Jiri Moskovcak2009-11-221-1/+1
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-191-1/+2
|\|
| * APPLET: changed icon from default gtk-warning to abrt specific, add animationJiri Moskovcak2009-11-161-0/+2
| | | | | | | | | | | | - there were complaints about abrt using standard warning icon, which is confusing, so I changed it to use abrt spefic icon and made it move, to attract user attention
| * removed the rest of python abrtutils wrapperJiri Moskovcak2009-11-151-1/+0
| |
* | Configuration changes for backtrace toolKarel Klic2009-11-111-0/+2
|/
* New version 0.0.110.0.11Jiri Moskovcak2009-11-021-1/+1
|
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-4/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_ccNikola Pajkovsky2009-10-221-2/+0
|
* Merge branch 'master' into experimentalNikola Pajkovsky2009-10-211-1/+1
|\
| * new versionJiri Moskovcak2009-10-131-1/+1
| |
* | Merge branch 'master' into experimentalNikola Pajkovsky2009-10-171-1/+4
|\|
| * manual mergeJiri Moskovcak2009-10-131-1/+1
| |
| * libtar existence checked in configuration phaseKarel Klíč2009-10-071-0/+3
| |
* | start rewriting login and check uuid from xmlrpc++ to xmlrpcNikola Pajkovsky2009-10-091-2/+4
|/
* disable checking tar in configure. missing pkg-confing. don't care whyNikola Pajkovsky2009-09-241-1/+0
|
* add check for libtar in configure.acNikola Pajkovsky2009-09-241-0/+1
|
* rewrite FileTransfer to use library calls instead of commandline calls for ↵dnovotny2009-09-171-0/+1
| | | | compression
* Version 0.0.90.0.9Jiri Moskovcak2009-09-221-1/+1
|
* remove last vestives of dbus-c++ from build systemDenys Vlasenko2009-09-181-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* moake one sfunction static; style fixesDenys Vlasenko2009-09-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor build fixesJiri Moskovcak2009-09-091-1/+1
|
* minor fix to TicketUploaderJiri Moskovcak2009-09-091-1/+1
|
* add polkit to compilationdanny2009-09-081-0/+1
|
* new version0.0.8.5Jiri Moskovcak2009-09-041-1/+2
| | | | + added check for python-devel to aconfigure.ac
* CommLayerServerDBus: rewrote to use dbus, not dbus-c++Denys Vlasenko2009-09-011-0/+1
| | | | | | | | | | | | | | | Expect some rough edges. On the plus side: (1) -15 kb in our own code: text data bss dec hex filename 209057 2664 2640 214361 34559 abrt.z5/abrt-0.0.8/src/Daemon/.libs/abrt 194958 2576 2320 199854 30cae abrt.z6/abrt-0.0.8/src/Daemon/.libs/abrt (2) this will allow us to stop using libdbus-c++-1.so.0 in the future (-200kb of code) (3) a lot of logging added (most on -vvv verbosity level) to help with debug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Add --enable-debug option. Default parameters are -DDEBUG -ggdb -gNikola Pajkovsky2009-09-011-1/+6
|
* Version 0.0.80.0.8Jiri Moskovcak2009-08-311-1/+1
|
* GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-261-1/+4
|
* new version, small fixes to guiJiri Moskovcak2009-08-201-1/+1
|
* Version 0.0.7.10.0.7.1Jiri Moskovcak2009-08-191-1/+1
|