Annotation of rpm2html/CHANGES, revision 1.12

1.12    ! veillard    1: 0.60:
        !             2: =====
        !             3:  * ByDate is now completely splitted in reasonably sized chunks with
        !             4:    next pointers.
        !             5: 
1.8       veillard    6: 0.50:
                      7: =====
                      8:  * Added a fixed size limit to ByDate.html ... People are interested
                      9:    in fresh RPMs, not in a 800Kb HTML page !
                     10:    MAX_PAGE_LENGHT in rpm2html.h for # of packages.
                     11: 
1.9       veillard   12:  * Added a -force flag to force the output of HTML pages, bypassing
                     13:    the file timestamp checking.
                     14: 
1.10      veillard   15:  * Added recursion in directories. The HTML follow the directory
                     16:    tree and is built on the fly.
                     17: 
                     18:  * Corrected serious errors in the HTML output.
                     19: 
1.11      veillard   20:  * Added a Spanish setup file, thanks to iolalla <iolalla@unav.es>.
                     21:    Check http://keynes.cti.unav.es/eurielec/ too.
                     22: 
1.4       veillard   23: 0.40:
                     24: =====
                     25:  * Multiple architecture support has been added.
                     26: 
1.5       veillard   27:  * Inserted table breaks in big lists of packages, this
                     28:    slighly breaks the nice alignment but helps the browser
                     29:    rendering a lot !
                     30: 
1.6       veillard   31:  * Handle the file modification time to avoid rewriting all
                     32:    the files at each run, if not needed. This was breaking
                     33:    HTTP caching based on file timestamps!
                     34: 
                     35:  * Handle more than 2 Gig of RPM data.
                     36: 
1.7       veillard   37:  * Correct HTML output to be HTML 4.0 compliant.
                     38: 
1.3       veillard   39: 0.30:
                     40: =====
                     41:  * Corrected bugs concerning generated links for Vendor
                     42:    and Distribution.
                     43: 
                     44:  * Added an header for navigation.
                     45: 
                     46:  * Corrected a small bug concerning the color front-end packing
1.1       veillard   47: 
                     48: 0.25:
                     49: =====
                     50:  * Applied patches from Elliot Lee.
                     51: 
1.2       veillard   52:  * IMPORTANT:
                     53:      - the "url" field in the config file now
1.1       veillard   54:        indicate the URL (absolute or relative) to the
1.2       veillard   55:        set of generated HTML files, not the rpm2html
                     56:        Home page anymore !
1.1       veillard   57:      - The mirrors for a directory are now indicated using
                     58:        the "mirror" keyword !
                     59:      - Also there is no more way to change the rpm2html
                     60:        URI from the config file, one need to recompile.
                     61:  
                     62:  * Added PRINCIPLES and CHANGES
                     63: 
                     64:  * General cleanup of the configuration file handling.
                     65: 
1.2       veillard   66:  * Support for differents architectures (via directories).
                     67: 
1.1       veillard   68: 0.2:
                     69: ====
                     70:  * A better page colorization rendering
                     71: 
                     72:  * Added the support for localization
                     73: 
                     74:  * Added support to dump the actual installed
                     75:    RPM base on the local machine.
                     76: 
                     77: 0.1:
                     78: ====
                     79:  * First release
                     80: 
1.12    ! veillard   81: $Id: CHANGES,v 1.11 1998/02/09 19:49:40 veillard Exp $

Webmaster