Annotation of rpm2html/CHANGES, revision 1.30

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

Webmaster