Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 8f1de4918ff3f2d2c4ede9b3cce66b76 > files > 22

fly-2.0.0-2mdk.i586.rpm

<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <title>images on the fly: Contributors and Release Notes
 </title>
  <link rev="made" href="mailto:martin@gleeson.com" />
  <link rel="stylesheet" href="style.css" media="screen" />
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta name="description"
     content="Contributors and Release Notes for fly." />

  <meta name="robots"
     content="nofollow" />
</head>
 <body>
 <table class="maintable">
  <tr>
   <td class="maincontent">
     <!-- ====================================================================== -->
     <hr class="divider" />
     <h1>fly: contributors and release notes</h1>
     <!-- ====================================================================== -->
     <hr class="divider" />
    <h2>Table of Contents</h2>
<ol>
    <li><a href="#contrib">Contributors.</a></li>
    <li><a href="#notes">Release notes.</a></li>
</ol>
<!-- ===================================================================== -->
<hr class="divider" />
<h2><a name="contrib">Contributors</a>
</h2>
<p>Claus Hofmann &lt;claush@ipfr.bau-verm.uni-karlsruhe.de&gt; - see
   release notes for v0.95b.
</p>
<p>John Bowe &lt;bowe@osf.org&gt; - better Makefile, argument parsing, quiet
   mode, comment lines, and other suggestions.
</p>
<p>Jean-Louis Damez &lt;F1NZC@amsat.org&gt; - Compilation of the
   Windows NT/95 version.
</p>
<p>Laurent Domisse &lt;domisse@w3perl.com&gt; - Compilation of the
   RPC-SA version and hosting the European mirror.
</p>
<p>Tam Siu Lung &lt;sltam@sn1.speednet.net&gt; - see release notes for
   v1.5.0.
</p>
<p>Jukka Manner &lt;jukka.manner@capgemini.fi&gt; - Code improvements and
   bug fixes - see release notes for v1.5.0.
</p>
<p>Alex Ibrado &lt;alex@ibrado.com&gt; - Compilation of the BSDI version
   and hosting the US mirror.
</p>
<p>Eric Turenne &lt;Eric.Turenne@cum.qc.ca&gt; - Compilation of the Solaris
   2.5.1 version.
</p>
<p>Peter Fosseus &lt;peter@quantum.co.za&gt; - Compilation of the SCO
   version.
</p>
<p>John Mitchell &lt;johnm@magnet.com&gt; - Bug fix for get_image routine.
</p>
<p>Henrik S. Christensen &lt;hc@dde.dk&gt; - Bug fix for argument type to
   gdImageString and gdImageStringUp;
</p>
<p>Igor Bilyi &lt;igor@natali.cz&gt; - Compilation of the OS/2 version.
</p>
<p>Ariel Faigon &lt;ariel@sgi.com&gt; - Makefile correction.
</p>
<p>Shoji Mori &lt;mori@moriken.com&gt; - Fix for Win32 binmode problem.
</p>
<p>Geraint Edwards &lt;gedge@inner.demon.co.uk&gt; - Compilation of the
   FreeBSD version.
</p>
<p>Anatoly A. Orehovsky &lt;tolik@mpeks.tomsk.su&gt; - Bug fix for garbage
   input file or empty input file.
</p>
<p>Daniel Alabaster &lt;dalabast@brainlink.com&gt; - Compilation of
   the OS/2 Warp version.
</p>
<p>roro (K. Akiyama) &lt;roro@p4room.mda.or.jp&gt; - Japanese translation
    of the documentation and Japanese mirror site.
</p>
<!-- ===================================================================== -->
<hr class="divider" />
<h2><a name="notes">Release notes</a>
</h2>
<dl>
<dt> Version: <b>2.0.0 25th November 2001</b></dt>
<dd>
    <p>Fly now uses gd version 1.8.4, providing support for PNG and JPEG
       images. GIF support is still available if you use Philip Warner's
       <a href="http://www.rime.com.au/gd/">patched version of gd 1.8.4</a>.
       Please note: depending on where you live, this may infringe patents.
    </p>
    <p>I will no longer be able to compile a large range of binaries for fly.
       I no longer have direct access to the range of platforms I once did
       and more importantly, I have two young children who (gladly) consume
       most of my spare time.
   </p>
</dd>
<dt> Version: <b>1.6.5 15th January 1999</b></dt>
<dd>
    <p>Bug fix. Seg fault on garbage input file or empty input file.
       Thanks to Anatoly A. Orehovsky &lt;tolik@mpeks.tomsk.su&gt; for
       the report and code fix.
    </p>
</dd>
<dt> Version: <b>1.6.4 24th November 1998</b></dt>
<dd>
    <p>Minor bug fixes. Removing warnings and fixing minor errors in some
       print statements. Thanks to Bernie Kirby &lt;bernie@iii.rmit.edu.au&gt;
       for reporting the warnings.
    </p>
</dd>
<dt> Version: <b>1.6.3 22nd October 1998</b></dt>
<dd>
    <p>Minor additional feature: any pair of diametrically opposite vertices
       in any order will now be accepted for <tt>rect</tt> and <tt>frect</tt>.
    </p>
</dd>
<dt> Version: <b>1.6.2 25th September 1998</b></dt>
<dd>
    <p>Minor bug fix - some return codes in case of fatal errors were 0
     when they should have been 1.<br /> Addition of code for win32 binmode
     problem. (thanks to Shoji Mori &lt;mori@moriken.com&gt;)
    </p>
</dd>
<dt> Version: <b>1.6.1 9th June 1998</b></dt>
<dd>
    <p>Minor bug fixes - get_image routine (thanks to John Mitchell
     &lt;johnm@magnet.com&gt;) and argument type to gdImageString and
     gdImageStringUp (thanks to Henrik S. Christensen &lt;hc@dde.dk&gt;)
    </p>
</dd>
<dt> Version: <b>1.6.0 25th March 1998</b></dt>
<dd>
     <p>New Commands:<br />
        <tt>ellipse</tt> - draw an ellipse, specifying origin, width and
                           height.<br />
        <tt>colourchange</tt> - change a colour in the GIF to another
                           colour.<br />
        <tt>rotate</tt> - rotate the GIF 90, 180 or 270 degrees.<br />
    </p>
     <p>Change: Now uses GD version 1.3. This fixes the long-standing
        filled polygon bug. GD 1.3 also includes a change to the method
        of GIF encoding (from LZW to Run Length Encoding) to avoid copyright
        problems with the LZW algorithm. The effect of this is that images
        produced by fly will be larger than they used to be. GD 1.3 also
        includes a number of other changes that won't affect fly users.
    </p>
</dd>
<dt> Version: <b>1.5.4 3rd February 1998</b></dt>
<dd> <p>Bug fix: Wouldn't terminate if there was an 'end' directive at
        the very end of the input file (i.e. not followed by a 'new' or
        'existing' directive). Thanks to Harold Kloosterhof
        &lt;haroldkl@stack.nl&gt; and Chris (PGP key ID 0xC0DED00D) for
        reporting this bug.
    </p>
     <p>Bug fix: The 'copy' and 'copyresized' bug fix of version 1.5.0
        had caused another bug - 'copy' was leaving a one-pixel-wide
        line along the left and bottom edges of the destination region.
    </p>
     <p>Bug fix: Fly would hang if there was one space after a 'new'
        directive. Thanks to Mark Heath &lt;mheath@netspace.net.au&gt;
        for reporting this bug.
    </p>
</dd>
<dt> Version: <b>1.5.3 17th December 1997</b></dt>
<dd> <p>Bug fix: Problems with string commands on some platforms. Thanks to
        Rende Luitjes &lt;Rende.Luitjes@digital.com&gt; for reporting this bug.
    </p>
     <p>Minor code changes: move some #defines to beginning of lines, some
        pointer naming changes, moving code to make verbose output more
        meaningful for string directives. Thanks to Rende Luitjes
        &lt;Rende.Luitjes@digital.com&gt; for suggesting the changes.
    </p>
</dd>
<dt> Version: <b>1.5.2 16th December 1997</b></dt>
<dd> <p>Bug fix: a line of code had gone MIA! Only affected the <tt>copy</tt>
        and <tt>copyresized</tt> functions.
    </p>
</dd>
<dt> Version: <b>1.5.1 15th December 1997</b></dt>
<dd> <p>Removed modification of opening stdout in binary mode as it
        didn't work on most operating systems.
    </p>
</dd>
<dt> Version: <b>1.5.0 9th December 1997</b></dt>
<dd> <p>New Feature:<br />
        With the <kbd>copy</kbd> and <kbd>copyresized</kbd> directives,
        you can now use the output of a command instead of a filename
        to import a GIF. For example:<br />
        <kbd>copy 10,20,-1,-1,-1,-1,`ppmtogif image.ppm`</kbd><br />
        This feature kindly provided by Ian Reid &lt;ian@robots.ox.ac.uk&gt;
    </p>
     <p>Modification: Open <tt>stdout</tt> in explicit binary mode when
        writing gif to stdout (for Windows NT/95 which stupidly defaults
        to ascii for stdout). Thanks to Andrew Rivett
        &lt;andrew@infopreneur.net&gt;
    </p>
     <p>Bug fix: when using copy and copyresized, area would be one pixel
        short on right and bottom sides if not using the -1,-1,-1,-1
        coordinates. Thanks to Tam Siu Lung &lt;sltam@sn1.speednet.net&gt;
        for reporting this bug.
    </p>
     <p>Bug fix: was erroneously allowing filltoborder to be used with
        settile. Thanks to Jukka Manner &lt;jukka.manner@capgemini.fi&gt;
        for reporting this bug.
    </p>
</dd>
<dt> Version: <b>1.4.2 26th June 1997</b></dt>
<dd> <p>Bug fix: error when using copyresized with -1,-1,-1,-1 coordinates.
    </p>
</dd>
<dt> Version: <b>1.4.1 29th January 1997</b></dt>
<dd> <p>Bug fix: fixed fatal error on Solaris when sending output to stdout.
    </p>
</dd>
<dt> Version: <b>1.4 23rd January 1997</b></dt>
<dd> <p>- Multiple GIFs from the one command file - use the new <b>end</b>
          command<br />
        - New commands: <b>getpixel</b> returns the colour index of a pixel;
                      <b>square</b> and <b>fsquare</b> draw a square or filled square;
                      <b>fcircle</b> draws a filled circle;<br />
        - Some extra examples in the file examples/test.fly
    </p>
</dd>
<dt> Version: <b>1.3.1 13th February 1996</b></dt>
<dd> <p>- verbose output now goes to stderr rather than stdout <strong>only
        </strong>when gif output goes to stdout.<br />
        Bug fix: <kbd>fly -h</kbd> wouldn't work due to uninitialised filehandle.
    </p>
</dd>
<dt> Version: <b>1.3 23rd January 1996</b></dt>
<dd> <p>Addition of comment lines and bug fixes, both contributed by John Bowe
        &lt;bowe@osf.org&gt;:<br />
        - verbose output now goes to stderr rather than stdout.<br />
        - bad first line caused core dump.
    </p>
</dd>
<dt> Version: <b>1.2 22nd January 1996</b></dt>
<dd> <p>Addition of <kbd>circle</kbd> directive, and more examples (incl. CGI).
    </p>
</dd>
<dt> Version: <b>1.1.3 4th January 1996</b></dt>
<dd> <p>Bug fix: first <kbd>string</kbd> directive interpreted as
        <kbd>stringup</kbd> directive on some platforms.
    </p>
</dd>
<dt> Version: <b>1.1.2 2nd January 1996</b></dt>
<dd> <p>Various bug fixes for platform-specific peculiarities (BSDI, SunOS,
        HP/UX).
    </p>
</dd>
<dt> Version: <b>1.1.1 21st December 1995</b></dt>
<dd> <p>Bugfix for quiet mode: <kbd>copy</kbd> and <kbd>copyresized</kbd>
        were talking when they shouldn't.
    </p>
</dd>
<dt> Version: <b>1.1 19th December 1995</b></dt>
<dd> <p></p>
     <ul>
        <li>New command line options:<br />
               <kbd>fly [-h] [-q] [-i inputfile] [-o outputfile]</kbd><br />
               if inputfile and/or outputfile omitted, directives and output
               go to stdin and/or stdout.</li>
        <li>New directives: <kbd>stringup</kbd>, <kbd>setstyle</kbd>,
               <kbd>settile</kbd>, <kbd>fpoly</kbd>.</li>
        <li>Better argument parsing and quiet mode, thanks to John Bowe.</li>
     </ul>
     <p></p>
</dd>
<dt> Version: <b>1.0 24th November 1995</b></dt>
<dd> <p>Release version, including support for 5 font sizes in
        <kbd>string</kbd>.
    </p>
</dd>
<dt> Version: <b>0.99b 20th November 1995</b></dt>
<dd> <p>Better Makefile (thanks to John Bowe), takes into account if you
        already have gd installed.
    </p>
</dd>
<dt> Version: <b>0.98b 8th November 1995</b></dt>
<dd> <p>Changed a calloc to a malloc due to BSDI problem.
    </p>
</dd>
<dt> Version: <b>0.97b 5th November 1995</b></dt>
<dd> <p>Miscellaneous bug fixes.
    </p>
</dd>
<dt> Version: <b>0.96b 1st November 1995</b></dt>
<dd> <p>Fixed major bug in polygon code.
    </p>
</dd>
<dt> Version: <b>0.95b 18th October 1995</b></dt>
<dd><p>Additions contributed by Claus Hofmann
       &lt;claush@ipfr.bau-verm.uni-karlsruhe.de&gt;
    </p>
    <ul>
      <li>addition of <kbd>transparent</kbd> directive.</li>
      <li>addition of code to check if colour already allocated before
          allocating it.</li>
      <li>addition of feature to copy whole image if all coords are -1</li>
   </ul>
     <p></p>
</dd>
<dt> Version: <b>0.94b 11th October 1995</b></dt>
<dd> <p>1. Added support for gdImageSX, gdImageSY. 
        2. Added support for gdSetBrush.
    </p>
</dd>
<dt> Version: <b>0.93b 10th October 1995</b></dt>
<dd> <p>Added support for gdCopyResized, for copying and scaling. 
    </p>
</dd>
<dt> Version: <b>0.92b 6th October 1995</b></dt>
<dd> <p>1. Added support for gdImageString, to enable writing of strings, in
        small or large fonts, onto GIFs created by fly.<br />
        2. Changed write out command to support OS/2<br />
        Thanks to Andreas Rudolf &lt;rudolf@vnet.ibm.com&gt;<br />
    </p>
</dd>
<dt> Version: <b>0.91b 16th August 1995</b></dt>
<dd> <p>Fixed problem reading from stdin<br />
     Thanks to Nick Kennedy &lt;nbk@ariel.its.unimelb.edu.au&gt;
    </p>
</dd>
<dt> Version: <b>0.9b 12 August 1995</b></dt>
<dd> <p>First public release.</p>
</dd>
</dl>

  </td>
   <td class="mainmenutop">
    <p class="navigation-centred"><a href="http://martin.gleeson.com/fly/"><img
         src="fly-logo.gif" class="borderless" alt=" [fly] " width="157" height="52" /></a>
   </p>
    <ul class="navigation">
     <li><a class="navigation" href="index.html">Home</a> </li>
     <li><a class="navigation" href="installation.html">Download &amp; Installation.</a> </li>
     <li><a class="navigation" href="using.html">How to use fly.</a> </li>
     <li><a class="navigation" href="examples.html">Examples.</a> </li>
     <li><a class="navigation" href="outthere.html">Fly on the Web.</a> </li>
     <li><a class="navigation" href="FAQ.html">Frequently Asked Questions.</a> </li>
     <li><a class="navigation" href="release-notes.html">Contributors and Release notes.</a> </li>
     <li><a class="navigation" href="feedback.html">Feedback &amp; Mailing Lists.</a> </li>
     <li><a class="navigation" href="copyright.html">Credits &amp; Copyright Information.</a></li>
    </ul>
   </td>
 </tr>
  <tr>
   <td class="mainmenubottom">
   <p class="pagedetails"><tt>Created: 21 June 1995<br />
    Last modified: 24 November 2001<br />
    Copyright &#169; 1995-2001 <a href="http://martin.gleeson.com/"
    class="writtenurl">Martin Gleeson.</a></tt><br />
    <small>&lt;URL:<a href="http://martin.gleeson.com/fly/release-notes.html"
    class="writtenurl">http://martin.gleeson.com/fly/release-notes.html</a>&gt;</small>
   </p>
  </td>
   <td>
     <p class="rightfooter"><a href="http://validator.w3.org/check/referer"><img
       src="http://www.w3.org/Icons/valid-xhtml10" class="borderless"
       alt="[Valid XHTML 1.0!]" height="31" width="88" /></a>
    </p>
  </td>
 </tr>
</table>
</body>
</html>