Help the development of NNTPGrab by signing up for an account at GigaNews or donating directly to the project
History | View | Annotate | Download (2.4 KB)
- Trying to import files using the online search in the Qt frontend could result in an empty collection being returned from the server. Fixed - Added a new configure argument: --disable-online-tests which disables the testcases which require an internet connection...
Added a missing gtk-doc file Execute gtkdocize before the autotools
- Use gtk-doc to generate API documentation instead of doxygen because of the improved integration with gobject-introspection - Renamed the following functions for improved integration with gobject-introspection: nntpgrab_core_init -> nntpgrab_core_new...
Renamed the trunk_new branch to trunk
Created a new branch for NNTPGrab 0.6 development. The previous attempt to implement a plugin architecture in the trunk caused too much performance loss so a different approach is required
Branched for NNTPGrab 0.6
Version bump
The script to update the version information in the PHP module got broken. Fixed
On fresh subversion checkouts, an error occured mentioning the file 'intltool-update.in' could not be found. Fixed
Renamed the folder plugins/par2cmdline to plugins/par2/par2cmdline Adjusted the autogen.sh and configure script to handle this new situation
Make the Intel Building Blocks detection work properly Also added an .h header file from the Intel Building Blocks package as it isn't installed with 'make install', but is required for par2cmdline to compile
Integrate the building of par2cmdline in the regular NNTPGrab build
SVN revision 748 wasn't complete..
- Added a new function to the PHP module: nntpgrab_get_version_info() - Fixed a possible crash in the PHP module which could occur during shutdown of PHP or the webserver
Make sure the command 'make dist' works fine and bundles all the required files
Prepare the NNTPGrab build environment to build a glue layer for the frontends and an PHP module
Internationalisation (I18N) ondersteuning toegevoegd aan de GUI en gelijk nederlandse vertaling toegeveogd. De core volgt in een volgende commit.
De UULib library die eerder toegevoegd was had wat compileerprobleempjes. Fixed
Begin van het NNTPGrab project!