aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update website for 6.4.6.Matthias Andree2020-05-291-5/+4
|
* Prepare 6.4.6 (translation updateMatthias Andree2020-05-293-2/+8
|
* Update <eo> Esperanto translation to fetchmail 6.4.5-rc2Felipe Castro2020-05-291-2/+4
|
* Fix overlooked 6.4.4 -> 6.4.5.Matthias Andree2020-05-071-1/+1
|
* Get ready for 6.4.5 release.Matthias Andree2020-05-0721-48/+55
|
* Update <sq> Albanian translation to fetchmail-6.4.5-rc2Besnik Bleta2020-05-071-191/+191
|
* Update <fr> French translation to fetchmail-6.4.5-rc2Frédéric Marchal2020-05-071-2/+4
|
* Permit committing revised translations, and require -c or -n.Matthias Andree2020-05-051-13/+23
| | | | | | | | | Also consider PO-Revision-Date: for committed updates. Add a new mode "-c" for commit, and enforce that either that, or "-n" (dry-run) is given in any case. Rename $trl to $translator for clarity.
* Update <cs> Czech translation to fetchmail 6.4.5-rc2Petr Pisar2020-05-051-3/+3
|
* de.po: fix typo, werde -> wederMatthias Andree2020-05-051-1/+1
|
* Update <zh_CN> Chinese (simplified) translation to fetchmail 6.4.5-rc2Boyuan Yang2020-05-051-13/+19
|
* Update <sv> Swedish translation to fetchmail 6.4.5-rc2Göran Uddeborg2020-05-051-4/+6
|
* Update <pl> Polish translation to fetchmail 6.4.5-rc2Jakub Bogusz2020-05-051-2/+4
|
* Update <ja> Japanese translation to fetchmail 6.4.5-rc2Takeshi Hamasaki2020-05-051-2/+4
|
* Update <cs> Czech translation to fetchmail 6.4.5-rc2Petr Pisar2020-05-051-3/+5
|
* Bump version to 6.4.5-rc2 and record po/.Matthias Andree2020-05-0418-86/+188
|
* Update German translation.Matthias Andree2020-05-041-6/+14
|
* po/POTFILES.in: add fm_realpath.cMatthias Andree2020-05-041-0/+1
|
* Release 6.4.5-rc1.Matthias Andree2020-05-0421-103/+122
| | | | Initial tests done by David Hough, now formal release candidate for translators.
* Add fm_realpath(): a malloc()ating realpath() wrapper.Matthias Andree2020-05-046-9/+87
|
* website: mention 6.4.4 release.Matthias Andree2020-04-261-4/+5
|
* Record what will go into 6.4.4.Matthias Andree2020-04-2618-18/+18
|
* Bump version to 6.4.4, and mention Japanese translation update.Matthias Andree2020-04-263-2/+9
|
* Update <ja> Japanese translation to fetchmail 6.4.3-rc2Takeshi Hamasaki2020-04-261-15/+16
|
* NEWS: TRANSLATION -> TRANSLATIONSMatthias Andree2020-04-051-1/+1
|
* Website update for 6.4.3.Matthias Andree2020-04-051-4/+4
|
* Record 'make distcheck' changes for release.Matthias Andree2020-04-0518-18/+18
|
* Bump version for 6.4.3 release.Matthias Andree2020-04-052-2/+2
|
* Mention Esperanto update.Matthias Andree2020-04-041-0/+1
|
* Update <eo> Esperanto translation to fetchmail 6.4.3-rc2Felipe Castro2020-04-041-21/+21
|
* NEWS: Add translations so far.Matthias Andree2020-04-021-0/+10
|
* Update <sv> Swedish translation to fetchmail 6.4.3-rc2Göran Uddeborg2020-04-021-15/+16
|
* Add script to format new translations for NEWS.Matthias Andree2020-04-011-0/+12
|
* Update <zh_CN> Chinese (simplified) translation to fetchmail 6.4.3-rc2Boyuan Yang2020-04-011-26/+24
|
* Update <sq> Albanian translation to fetchmail-6.4.3-rc2Besnik Bleta2020-04-011-16/+14
|
* Update <pl> Polish translation to fetchmail 6.4.3-rc2Jakub Bogusz2020-04-011-14/+14
|
* Update <fr> French translation to fetchmail-6.4.3-rc2Frédéric Marchal2020-04-011-14/+43
|
* Update <cs> Czech translation to fetchmail 6.4.3-rc2Petr Pisar2020-04-011-16/+14
|
* fetchmail.man: --sslproto: document tls1.3 and tls1.3+ values.Matthias Andree2020-03-301-0/+4
| | | | | The code was added in 3d4a8713e = 6.4.0-beta3, but the documentation was missing from the manual page.
* Record po for 6.4.3-rc2.Matthias Andree2020-03-3017-5131/+5511
|
* Make fetchmail -V print SSL/TLS library warnings...Matthias Andree2020-03-302-221/+248
| | | | | | if compiled against LibreSSL, if compiled against a library that does not support TLS 1.3, if compiled without SSL/TLS support.
* Fix -SSL/+SSL reporting in fetchmail -V output.Matthias Andree2020-03-301-4/+5
|
* Fix HAVE_DECL_ users to check value, not definition.Matthias Andree2020-03-302-3/+3
| | | | | | | All such uses in fetchmail stem from AC_CHECK_DECLS(), which will always define a HAVE_DECL_ macro with either 0 or 1, thus we must not check if that macro is defined, but we must check its value.
* Remove broken AC_CHECK_DECLS(getenv).Matthias Andree2020-03-303-5/+7
| | | | | | We were testing #ifndef HAVE_DECL_GETENV, which was always false. Thus, it is safe to assume that the test never triggered, and the entire #ifndef...#endif block can be removed.
* Properly report if the defaults entry is not the first.Matthias Andree2020-03-303-278/+282
|
* Bump version, we'll need -rc2.Matthias Andree2020-03-301-1/+1
|
* fetchmail.c Avoid double-free in optmerge()'s STRING_MERGE macro.Matthias Andree2020-03-301-2/+2
| | | | | The memory leak free fix could try to double-free fields. Zero them out properly to avoid that.
* website: Recommend OpenSSL 1.1.1 or newer.Matthias Andree2020-03-301-1/+1
|
* uid.c: return PS_SUCCESS on successful read of the idfile.Matthias Andree2020-03-301-0/+1
| | | | This was missed in d3d47ccb.
* NEWS: Add some changes.Matthias Andree2020-03-301-1/+4
|