Mercurial > libpst
annotate AUTHORS @ 118:0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
add processing for pst files of type 0x0f
start adding support for properly building and installing libpst.so and the header files required to use it.
remove version.h since the version number is now in config.h
more const correctness issues regarding getopt()
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 31 Jan 2009 12:12:36 -0800 |
parents | e213bfcf9aa7 |
children | f01d6163acba |
rev | line source |
---|---|
50 | 1 Original version by: |
2 Dave Smith <dave.s@earthcorp.com> | |
3 Dave Smith <davesmith@users.sourceforge.net> | |
4 | |
5 Current maintainer: | |
6 Carl Byington <carl@five-ten-sg.com> | |
16 | 7 |
8 With contributions by: | |
37 | 9 Joseph Nahmias <jello@costa.debian.org> -- bounces |
10 Joseph Nahmias <joe@nahmias.net> | |
25 | 11 Arne Ahrend <aahrend@web.de> |
31 | 12 Nigel Horne <njh@bandsman.co.uk> |
43 | 13 Chris Halls <halls@debian.org> |
40 | 14 Stevens Miller <smiller@novadatalabs.com> |
41
183ae993b9ad
security fix for potential buffer overrun in lz decompress
carl
parents:
40
diff
changeset
|
15 Brad Hards <bradh@frogmouth.net> |
43 | 16 Alexander Grau <alexandergrau@gmx.de> |
17 Antonio Palama <palama@inwind.it> | |
18 Sean Loaring <sloaring@tec-man.com> | |
48 | 19 James Woodcock |
70
b12f4e50e2e8
Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Carl Byington <carl@five-ten-sg.com>
parents:
50
diff
changeset
|
20 Joachim Metz <joachim.metz@gmail.com> |
73
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
70
diff
changeset
|
21 Robert Simpson <rsimpson@idiscoverglobal.com> |
93 | 22 Justin Greer <jgreer@nextpoint.com> |
96
2e3ec9511166
update the release notes
Carl Byington <carl@five-ten-sg.com>
parents:
93
diff
changeset
|
23 Bharath Acharya <abharath@novell.com> |
99
b7f456946c5b
add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents:
96
diff
changeset
|
24 Robert Harris <robert.f.harris@blueyonder.co.uk> |
110
7133b39975f7
patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
25 David Cuadrado <krawek@gmail.com> |
114
e213bfcf9aa7
patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents:
110
diff
changeset
|
26 Chris Eagle <cseagle@redshift.com> |
118
0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents:
114
diff
changeset
|
27 Fridrich Strba <fstrba@novell.com> |