Annotation of rpm2html/CHANGES, revision 1.29

1.29    ! veillard    1: 0.96:
        !             2: =====
        !             3:   * Cleaned up the make, now libxml builds in the local tree, and it's
        !             4:     possible to build outside of source tree.
        !             5: 
1.28      veillard    6: 0.95:
                      7: =====
                      8:   * separated rpmfind from rpm2html, it's now standalone
                      9: 
1.27      veillard   10: 0.94:
                     11: =====
                     12:  * Mainly working on the rpmfind stuff, integrated with libWWW which
                     13:    already improves performances a lot even if it does only one request
                     14:    at a time
                     15:  * rpmfind now allow querying for a specific version of a package
                     16:    like "rpmfind gcc-2.7.2-3".
                     17:  * rpm2html is now available from the W3C public CVS tree
                     18: 
1.26      veillard   19: 0.93:
                     20: =====
                     21:  * Enhancement to rpmfind, distribution detection, 
                     22:  * Fixed the binary RPM
                     23:  * rpm2html now show new packages with a "new" icon.
                     24:  * Moved to the W3C Copyright (BSD like) since I'm using W3C resources.
                     25: 
                     26: 0.92:
                     27: =====
                     28:  * First shipping of rpmfind, unfortunately it wasn't included in the
                     29:    binary RPM :-\
                     30: 
                     31: 0.91:
                     32: =====
                     33:  * Intermediate bug-fix release
                     34: 
1.23      httpng     35: 0.90:
                     36: =====
                     37:  * Makefile.in (dir.gif.h): Call compressor with path.
                     38: 
1.24      veillard   39:  * Started adding RDF parser and generation, modification of
                     40:    HTML entities encoding, since XML will have a different one.
                     41:    Bug fixes.
                     42: 
                     43:  * Removal of main static buffer size problems.
1.23      httpng     44: 
1.25      veillard   45:  * Work on an RDF api
                     46: 
1.22      veillard   47: 0.85:
                     48: =====
                     49:  * corrected a bug in the FTP URL for subtrees
                     50: 
                     51:  * started adding code to dump the real tree
                     52: 
                     53:  * got rid of scandir() and isblank() for portability
                     54: 
1.18      veillard   55: 0.80:
                     56: =====
                     57:  * added a count to Group, Distribs and Packagers lists
                     58: 
1.19      veillard   59:  * Added msg.de and change the installation process, install the
                     60:    config file in @sysconfdir@ and msg.* in @datadir@ thanks to
                     61:    Karl Eichwalder <ke@suse.de>
1.20      veillard   62:  
                     63:  * Added Map of the site, and dump of information per directory.
1.21      veillard   64:    Involved a lot of changes internally.
1.20      veillard   65:  
                     66:  * Use subdir command rather than dir for per-distribution HTML
1.21      veillard   67:    subtrees.
                     68: 
                     69:  * Changed the sort algorithm, was too slow for big archives.
1.19      veillard   70: 
1.14      veillard   71: 0.70:
                     72: =====
                     73:  * Memory debugging through Insure++, removed a few nasty things.
                     74: 
1.16      veillard   75:  * Changes to support Caldera packages.
1.15      veillard   76: 
1.16      veillard   77:  * Warns in case of lack of resource lists.
1.15      veillard   78: 
                     79:  * Extended the language files.
                     80: 
1.16      veillard   81:  * Added extra header configuration.
                     82: 
1.17      veillard   83:  * Added patches from Gary Thomas (Changelog, zlib, typos).
                     84: 
1.12      veillard   85: 0.60:
                     86: =====
                     87:  * ByDate is now completely splitted in reasonably sized chunks with
                     88:    next pointers.
1.13      veillard   89:  
                     90:  * ByName is now splitted into N separate files depending on the
                     91:    package first letter.
1.12      veillard   92: 
1.8       veillard   93: 0.50:
                     94: =====
                     95:  * Added a fixed size limit to ByDate.html ... People are interested
                     96:    in fresh RPMs, not in a 800Kb HTML page !
                     97:    MAX_PAGE_LENGHT in rpm2html.h for # of packages.
                     98: 
1.9       veillard   99:  * Added a -force flag to force the output of HTML pages, bypassing
                    100:    the file timestamp checking.
                    101: 
1.10      veillard  102:  * Added recursion in directories. The HTML follow the directory
                    103:    tree and is built on the fly.
                    104: 
                    105:  * Corrected serious errors in the HTML output.
                    106: 
1.11      veillard  107:  * Added a Spanish setup file, thanks to iolalla <iolalla@unav.es>.
                    108:    Check http://keynes.cti.unav.es/eurielec/ too.
                    109: 
1.4       veillard  110: 0.40:
                    111: =====
                    112:  * Multiple architecture support has been added.
                    113: 
1.5       veillard  114:  * Inserted table breaks in big lists of packages, this
                    115:    slighly breaks the nice alignment but helps the browser
                    116:    rendering a lot !
                    117: 
1.6       veillard  118:  * Handle the file modification time to avoid rewriting all
                    119:    the files at each run, if not needed. This was breaking
                    120:    HTTP caching based on file timestamps!
                    121: 
                    122:  * Handle more than 2 Gig of RPM data.
                    123: 
1.7       veillard  124:  * Correct HTML output to be HTML 4.0 compliant.
                    125: 
1.3       veillard  126: 0.30:
                    127: =====
                    128:  * Corrected bugs concerning generated links for Vendor
                    129:    and Distribution.
                    130: 
                    131:  * Added an header for navigation.
                    132: 
                    133:  * Corrected a small bug concerning the color front-end packing
1.1       veillard  134: 
                    135: 0.25:
                    136: =====
                    137:  * Applied patches from Elliot Lee.
                    138: 
1.2       veillard  139:  * IMPORTANT:
                    140:      - the "url" field in the config file now
1.1       veillard  141:        indicate the URL (absolute or relative) to the
1.2       veillard  142:        set of generated HTML files, not the rpm2html
                    143:        Home page anymore !
1.1       veillard  144:      - The mirrors for a directory are now indicated using
                    145:        the "mirror" keyword !
                    146:      - Also there is no more way to change the rpm2html
                    147:        URI from the config file, one need to recompile.
                    148:  
                    149:  * Added PRINCIPLES and CHANGES
                    150: 
                    151:  * General cleanup of the configuration file handling.
                    152: 
1.2       veillard  153:  * Support for differents architectures (via directories).
                    154: 
1.1       veillard  155: 0.2:
                    156: ====
                    157:  * A better page colorization rendering
                    158: 
                    159:  * Added the support for localization
                    160: 
                    161:  * Added support to dump the actual installed
                    162:    RPM base on the local machine.
                    163: 
                    164: 0.1:
                    165: ====
                    166:  * First release
                    167: 
1.29    ! veillard  168: $Id: CHANGES,v 1.28 1998/06/09 04:31:39 veillard Exp $

Webmaster