1Fri Jul  3 15:06:40 1998  Jarkko Hietaniemi  <jhi@iki.fi>
2
3	- Integrated IPC::SysV 1.03 to Perl 5.004_69.
4
5Change 142 on 1998/05/31 by <gbarr@pobox.com> (Graham Barr)
6
7	- Changed SHMLBA from a constSUB to an XS sub as on some systems it is not
8	  a constant
9	- Added a missing MODULE line to SysV.xs so ftok is defined in IPC::SysV
10
11Change 138 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
12
13	Applied patch from Jarkko Hietaniemi to add constats for UNICOS
14
15	Reduced size of XS object by changing constant sub definition
16	into a loop
17
18	Updated POD to include ftok()
19
20Change 135 on 1998/05/18 by <gbarr@pobox.com> (Graham Barr)
21
22	applied changes from Jarkko Hietaniemi <jhi@iki.fi> to add
23	new constants and ftok
24
25	fixed to compile with >5.004_50
26
27	surrounded newCONSTSUB with #ifndef as perl now defines this itself
28
29