12006-03-12  Lars Wirzenius  <liw@iki.fi>
2
3        * publib is now being maintained under bzr, and this change log
4        is replaced by commit messages to bzr, plus a NEWS file that gets
5        updated at release time.
6
72004-08-07  Lars Wirzenius  <liw@iki.fi>
8
9        * framework/link-alternative-names: Fixed to work with Posix sh,
10        not just Bash.
11
12        * Making release version 0.38.
13
142004-08-05  Lars Wirzenius  <liw@iki.fi>
15
16	* Removed liw/cfg and liw/lsm, since no-body uses them and they were
17	broken and I didn't feel like fixing them. (Anyone wanting to take over
18	publib development should probably say so now.)
19
20	* Removed "pub" from the tbuf.3 manual page, since it was the only one
21	that had the suffix.
22
23	* Making release version 0.37.
24
252004-07-11  Lars Wirzenius  <liw@iki.fi>
26
27	* Making release version 0.36.
28
292004-07-11  Lars Wirzenius  <liw@iki.fi>
30
31	* liw/strutil/struncstr.c: Bugfix for octal escape sequences:
32	three digit sequences now work. Thanks to Peter T. Beuer for
33	the bug report and fix.
34
352004-02-21  Lars Wirzenius  <liw@iki.fi>
36
37	* liw/expr: Removed, since it was broken, and too simple to
38	really be useful, and I didn't want to spend the time to fix it.
39
402003-11-15  Lars Wirzenius  <liw@iki.fi>
41
42	* Making release version 0.35.
43
442003-11-15  Lars Wirzenius  <liw@iki.fi>
45
46	* liw/base64/base64.c: Rewrote the encoding and decoding
47	functions, since the old code was crap. The bug was reported
48	by Timothee Besset, though I didn't use his code to fix it. The
49	old code did not work with MIME conforming base64 implementations.
50
51	* liw/lsm/lsm_read_entry.c: Fixed compiler warning by initializing
52	a variable. Wasn't a bug, but shutting up the compiler was
53	worth it.
54
55	* liw/main/main_filter.c, liw/sbuf/test-sbuf.c, liw/tbuf/tbuf.c:
56	Added missing includes for <string.h>
57
58	* liw/tbuf/test_tbuf_with_stats.c: Commented out unused static
59	functions to shut up a compiler warning.
60
612002-05-23  Lars Wirzenius  <liw@iki.fi>
62
63	* framework/Generic.mk, framework/link-alternative-names,
64	liw/publibdocs/Makefile: Manual pages are installed compressed,
65	and links to alternative names are created
66
67	* framework/Makefile.in: Installation directories are now created.
68
69	* Creating release 0.34.
70
712002-05-23  Lars Wirzenius  <liw@iki.fi>
72
73	* debian/*: Removed from upstream. I no longer maintain the
74	Debian package.
75
76    	* Changes: Deleted.
77
78	* liw/cfgtool/cfgtool_repo.c: Added a missing #include <string.h>.
79
80	* liw/nntp/nntp.c: Added a missing initialization of a variable.
81
82	* liw/tbuf/tbuf.c: Commented out an unused static function.
83
84    	* liw/sbuf/sbuf_srch.c: Added missing #include for <sys/types.h>
85	(<regex.h> needs it). Thanks to Dmitry Astapov <adept@umc.com.ua>.
86
87    	* Releasing version 0.33.
88