Annotation of rpm2html/CHANGES, revision 1.34

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

Webmaster