Commit 7f53db7b 7f53db7bad06605ce710ac4ff32c2ba49f2a0a23 by Alain Magloire

updated.

1 parent 0edda99a
Showing 1 changed file with 21 additions and 0 deletions
1 2003-10-10 Alain Magloire
2
3 GNU Mailutils 0.4 was released. New code added.
4
5 * configure.ac: Added include/mailutils/sys/Makefile.
6 * mailbox/pop/Makefile.am (libmu_pop_la_sources): Added all the pop3_*.c code
7 now part of libmu_pop.a
8 * include/mailutils/Makefile.am (pkginclude_HEADERS): Added file pop3d.h
9 (SUBDIRS): New directory sys added.
10 * include/mailutils/sys/Makefile.am: new Makefile.am
11 * example/Makefile.am: pop3client.c Added.
12
13 * doc/rfc/rfc3206.txt: New publish RFC for POP3
14
15 2003-10-10 Alain Magloire
16
17 * mailbos/pop/pop3_readline.c (pop3_getline): Use stream_sequential_readline()
18 instead of stream_readline() and do not maintain any offsets.
19 * include/mailutils/sys/pop3d.h (struct mu_pop3_work_buf): Remove of the offset field.
20 * examples/pop3client.c: Changes to check for errors.
21
1 2003-10-10 Sergey Poznyakoff 22 2003-10-10 Sergey Poznyakoff
2 23
3 * configure.ac: Raised patchlevel number 24 * configure.ac: Raised patchlevel number
......