Annotation of rpm2html/CHANGES, revision 1.33

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

Webmaster