CHANGES
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:4k
源码类别:

SNMP编程

开发平台:

C/C++

  1. Tue August 25 1998
  2. - Fixed bug with undef values for first value in lines graphs
  3. - Changed one or two samples, and samples Makefile dependencies
  4. Tue August 25 1998
  5. - Added bar_spacing option.
  6. - Fixed a slight drawing 'bug' while doing that.
  7. - Changed a few of the samples to use bar_spacing
  8. - Implemented numerical X axis, based on a changed axestype.pm from
  9.   Scott Prahl <prahl@ece.ogi.edu>. many thanks.
  10. - Added sample54 to illustrate
  11. Tue August 18 1998
  12. - Added rudimentary mixed type graph
  13. Mon August 17 1998
  14. - Added control over axis label placement through x_label_position and
  15.   y_label_position.
  16. - Added possibility to call a coderef to format the y labels. See
  17.   y_number_format.
  18. (Idea: brian d foy <comdog@computerdog.com>)
  19. - Fixed some bugs (see file BUGS, version 1.04)
  20. Fri August 14 1998
  21. - Uploaded version 1.03 to CPAN
  22. - Finally able to make some fixes
  23. - Changed defaults for zero_axis and zero_axis_only to 0. Were both 1.
  24.   Needed to do this, because of all the confusion they cause
  25. - Test for defined $s->{y_(min|max)_value} 
  26. (Honza Pazdziora <adelton@informatics.muni.cz>)
  27. (Vegard Vesterheim <vegardv@runit.sintef.no>)
  28. - Fixed handling of negative values (I hope)
  29. (brian d foy <comdog@computerdog.com>)
  30. - From now on, require 5.004. 5.003 is dead, and should be deprecated
  31.   now that 5.005 is out.
  32. - Added 5.005 specific MakeMaker fields to Makefile.PL
  33. Tue May 12 1998
  34. - Cleaned up a bit, finalised version 1.02, because of time
  35.   contraints, and the need to get these bug fixes out. Didn't succeed.
  36. Mon Jan 19 1998
  37. - Fixed some bugs (see file BUGS, version 1.02)
  38. - Added option x_all_ticks, to force all x ticks to be printed, even
  39.   if x_label_skip is set.
  40. - Added option x_labels_vertical, to print x labels vertical
  41. (Thanks to DBelcher <dbelcher@cyberhino.com> for a patch)
  42. Fri Jan  9 1998
  43. - Fixed some bugs (see file BUGS, version 1.01)
  44. - Added formatting for y labels (option y_label_format)
  45. Tue Dec 23 1997
  46. - Changed PERL=perl5 to PERL=perl in samples/Makefile (D'OH!)
  47. - Added read_rgb to GIFgraph::colour to allow definition of own colours
  48. - Added t/colour.t
  49. - Removed a lot of unnecessary quotes all over the place
  50. Mon Dec 22 1997
  51. - Center graph titles on axes, not on gif
  52. - Added line types
  53. - Moved initialise() to each module with $self->SUPER inheritance
  54. - Added check for duplicate GD::Image object initialisation
  55. - Added binmode() to t/ff.pl to make tests compatible with Win32 
  56.   platforms (D'OH).
  57. Thu Dec 18 1997
  58. - Allow undef values in data sets, and skip them
  59. - Added prototyping of functions
  60. - Legends, finally
  61.   requests from Petter Reinholdtsen <pere@link.no>
  62.    Giorgos Andreadakis <gand@forthnet.gr>
  63. Tue Dec 16 1997
  64. - Added documentation for dclrs and markers options
  65. - removed line_width and ReadFile from the documentation (unimplemented)
  66. - Started on port to win32
  67. - Changed Area to use Polygon and to work with negative numbers
  68. Mon Dec 15 1997
  69. - Added support for negative numbers in lines, points and linespoints 
  70.   graphs
  71. - Added new options: zero_axis, and zero_axis_only (code and documentation)
  72. - Added new options: y_min_value, y1_min_value, y2_min_value
  73. Fri Dec 12 1997
  74. - Changed 0 angle for pies to be at front/bottom, to make calculations a 
  75.   bit easier
  76. - Added test scripts for 'make test'
  77. Before Fri Dec 05 1997
  78. - Lots of minor tuning
  79. - Added x_ticks option 
  80.   requests from Will Mitayai Keeso Rowe - thelab@nmarcom.com
  81.     mparvataneni@quadravision.com (Murali Parvataneni)
  82. - Added binmode() here and there to accommodate for platforms that need
  83.   it.