Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rntrack-1_41-w32msvs.zip | 2019-09-30 | 508.6 kB | |
rntrack-1_41-src.tar.bz2 | 2019-09-30 | 502.9 kB | |
rntrack-1_41-lnx_x86_64.tar.bz2 | 2019-09-30 | 544.8 kB | |
readme.txt | 2019-09-30 | 3.4 kB | |
Totals: 4 Items | 1.6 MB | 0 |
Netmail tracker RNtrack 1.41 ============================ File naming scheme: rntrack-M_NN-PPPCCCCC-BBB.ZZZ where: "rntrack" : name of the program M : Major version number NN : Minor version number PPP : Platform of binary (executable) file or abbreviation of content ("src", "cfg") CCCC : Compiler used for build (for some platform only) BBB : Build options delimited with plus sign ("perl" etc.) ZZZ : File suffix indicates archive format Each archive contains documentation and config file examples. Examples. 1. rntrack-1_41-w32msvs.zip RNtrack 1.41 Win32 executable complied without support of Perl scripts using Miscrosoft Visual Studio. 2. rntrack-1_41-src.tar.bz2 RNtrack 1.41 sources. 3. rntrack-1_41-lnx-x86_64.tar.bz2 RNtrack 1.41 GNU/Linux binary, statically linked without support of Perl scripts. 1.41 2019-09-29 (Subversion rev.191) ----------------------------------- # add a log message at LogLevel=2 with full path of the created pkt. 1.40 2019-09-29 (Subversion rev.190) ----------------------------------- ! test simple boolean value before testing a function value. ! fix compatibility with new portage version, add 1.39 version for gentoo. 1.39 2019-06-14 (Subversion rev.188) ----------------------------------- # change fonts in Manual_ru.odt. ! fix small issues in README, INSTALL and BUG-REPORTING. ! Create solution for a build using MS Visual C++ 2010 and fix sources for that. 1.38 2019-06-08 (Subversion rev.184) ----------------------------------- ! Fix variable initialization. ! Fix defined and/or set but unused variables. ! Fix conversion from string constant to ‘char *’. ! Fix similar issue breaking strict-aliasing rules in sqbase.cpp. ! Fix dereferencing type-punned pointer breaking strict-aliasing rules in api_sdm.c. 1.37 2019-06-07 (Subversion rev.179) ----------------------------------- ! Fix build under FreeBSD 12.0. Patch by andrew clarke 3:633/267. ! Fix build under linux (Ubuntu server 18.04 LTS). Patch by mark lewis 1:3634/12. 1.36 2018-08-25 (Subversion rev.174) ----------------------------------- ! Fix a bug in not deleting a flag after ScanDir of an empty base. Bug report by Alex Barinov 2:5020/715 1.35 2018-08-25 (Subversion rev.172) ----------------------------------- ! Fix a bug in setting message attributes. Bug report by Alex Barinov 2:5020/715 1.34 2018-08-25 (Subversion rev.171) ----------------------------------- ! Gentoo linux: fix repository path in layman config ! Share presence check. Patch by Max Vasilyev 2:5057/77 # Add man page to linux makefile # Add rntrack.spec for .rpm build ! Remove recursion in a makefile variable definition. Thanks to Benny Pedersen 2:230/38 ! Change deprecated AM_PROG_INSTALL macro for AC_PROG_INSTALL one ! Fix erroneously overwriting timesRead msg field with a point number 1.33 2013-01-08 (Subversion rev.161) ----------------------------------- ! DJGPP makefile fixed. Patch by Max Vasilyev 2:5057/77 ! Mingw32 makefile was fixed for the case with no scripts support # Gentoo linux ebuild ! An incorrect log message for Action: AddNote was fixed 1.32 2011-04-26 (Subversion rev.156) ----------------------------------- # Some editorial changes in the manual ! A syntax error was fixed in the manual text ! A bug in comparing a text to a mask was fixed