File: UPDATE

package info (click to toggle)
ipac 0.99-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 180 kB
  • ctags: 64
  • sloc: perl: 878; ansic: 451; sh: 169; makefile: 69
file content (20 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Version 0.99

If you want to use the new gif image creation functionality, you will need
the perl GD library. ipacsum will complain if you try to create images
without it. Look for GD at http://www.cpan.org/CPAN.html.


Version 0.98
If you update from versions before 0.98, you should check your scripts
for the way options to ipacsum are given. Because of the introduction of
long options names such as '--starttime' (same as -s), there must now be
a space character between the option character and its value. For example,
'ipacsum -s1998' worked before, but is incorrect now. You need to say
'ipacsum -s 1998'.

The above is not true and you can forget it again if you have a version of
the Getopt::Long package 2.10 or above.

$Id: UPDATE,v 1.3 1998/07/29 12:56:20 moritz Exp $