Annotation of rpm2html/CHANGES, revision 1.32

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

Webmaster