Annotation of rpm2html/CHANGES, revision 1.16

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

Webmaster