[Avcheck] Announce: avcheck-0.91

Piotr Klaban makler+avcheck@man.torun.pl
Thu, 10 Oct 2002 09:18:01 +0200


On Thu, Oct 10, 2002 at 02:43:24AM +0400, Michael Tokarev wrote:
> I've just uploaded avcheck-0.91.tar.gz to

Maybe it's better to name this release avcheck-0.10 or avcheck-0.9.1
since the previous one is avcheck-0.9 ;-)

> - added Spanish translation by Dani Pardo.  I don't know
>   what's the country code for Spain (aka TLD) and used "sp"

As Ralf said, it is 'es' from 'Espanol'

On the web I have found, that country code for Spain
is sometimes (Library of Congres) 'sp':
  http://www.loc.gov/marc/countries/co00list.html
  http://www.loc.gov/marc/countries/cntrhome.html
but:
1) it is better to use language code here, not country code:
  http://www.unicode.org/unicode/onlinedat/languages.html
  http://www.w3.org/WAI/ER/IG/ert/iso639.htm
   and that is 'es'
2) TLD for Spain is also 'es':
  http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html
  http://www.iana.org/cctld/cctld.htm

>  - fixed a small formatting error when printing a warning
>    about possible KAV's unrecognized return code to
>    syslog, thanks to Varadi Gabor.

If I can suggest also a very small change (unimportant, but it logs to
my syslog when avp unexpetedly dies with SIGABRT/SIGSEGV):

--- avcheck.c.old       Thu Oct 10 08:56:45 2002
+++ avcheck.c   Thu Oct 10 08:56:48 2002
@@ -427,3 +427,3 @@
   if (read(fd, &r, 2) != 2) /*XXX endiannes problem */
-    err(errno, "unable to read %s responce", avname);
+    err(errno, "unable to read %s response", avname);
   /*XXX avp uses very bogus protocol.

> I.e. all is usual except of new pipe_safetodeliver_code=NN option for
> pipe(8) agent and -n and -gNN (yes, the same NN!) for avcheck.  When set

Such option is great and necessary, since I have now 4 extranous Received: lines
because of spam and virus filters.

-- 
Piotr Klaban