Annotation of rpm2html/CHANGES, revision 1.22

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

Webmaster