This is a utility which will run through PostgreSQL system tables and
returns HTML, DOT, and 2 styles of XML which describes the database.
The HTML is human readable (via webbrowser). The first style of XML is
actually the fileformat of Dia, a UML diagram tool. The second type of
XML is similar to the HTML but in the Docbook 4 format. It enables you
to mix in other docbook documentation via the XREFs, generating PDFs,
HTML, RTF, or other formatted documents. Between these tools and
JavaDoc with the appropriate XREFs, documentation about a project can
be generated quickly and be easily updatable yet have a very
professional look with some DSSSL work.
- Mail::Mailer::_clean_up left an extra space behind each header line.
- Mail::Mailer::_clean_up trims folded headerlines on more than two lines.
- The fix for nested comments in Mail::Address's
"Mark Overmeer <mailtools@overmeer.net> (mailtools maintainer)"
was parsed into two separate objects
- Mail::Mailer::_cleanup_headers unfolds the header lines, but
forgot to remove the indentation blanks
- Mail::Cap::new has two new options
- typo in Mail/Mailer/rfc822.pm
- Add Content-Disposition to the list of structured header fields
- Mail/Mailer/smtp.pm which enables the passing-on of args to Net::SMTP
- New Feature: HTML::Template will combine HTML_TEMPLATE_ROOT
environment variable and path option if both are
available. (Jesse Erlbaum)
- New Feature: __counter__ variable now available when
loop_context_vars is set (Simran Gambhir)
- New Feature: The default attribute allows you to specify
defaults for <tmpl_var> tags.
- Bug Fix: fixed parser to reject <tmpl_var>s with no names.
(crazyinsomniac)
- Doc Fix: fixed documentation to correctly describe the
interaction of case_sensitive and loop_context_vars.
(Peter Claus Lamprecht)
- Doc Fix: updated mailing-list information to reflect move from
vm.com to sourceforge.net
* XPath fixes (William), xf:escape-uri() (Wesley Terpstra)
* Python binding fixes: makefiles (William), generator, rpm build, x86-64 (fcrozat)
* HTML <style> and boolean attributes serializer fixes
* C14N improvements by Aleksey
* doc cleanups: Rick Jones
* Windows compiler makefile updates: Igor and Elizabeth Barham
* XInclude: implementation of fallback and xml:base fixup added
2.2.8a has build fixes for 2.2.8.
The major changes between version 2.2.7 and 2.2.8 are
* Resolution of some build problems with gettext.
* The environment variable INDENT_PROFILE can be used to specify a profile file.
* Bug fixes.
The major changes between version 2.2.6 and 2.2.7 are
* Support for I18N (internationalisation) with gettext.
* Tarball directory restructuring.
* Bug fixes
v1.36
- Fixed Gunforce, added invalid HDMA modes. [_Demo_]
(Thanks Overload!)
- New BRR decoding method, this should resolve all the sound
issues introduced in 1.35 and fix new ones.
(Noise simulation isn't used anymore) [_Demo_]
- Fixed hang in NBA Live 95 and 96. [_Demo_] (Thanks Overload!)
- Fixed some more mode 4 issues in the new gfx engine. [pagefault]
- Added offset mode disable toggle to 8-bit new gfx engine.
[pagefault]
- Fixed SPC hang in 90 Minutes European Prime Goal
by clearing spcram. [_Demo_]
- Updated fix for Clayfighter to fix some bugs in battle. [_Demo_]
- Fixed crash with certain games. (SDL/*nix only) [theoddone33]
- Added better OBC1 detection. [_Demo_]
- Special hack for Samurai Showdown IRQ problem. [_Demo_]
- Special hack for Kamen Rider menu, requires special latch reading.
[_Demo_]
- Special hack for Super Famista 1 & 2 SPC bugs. [_Demo_]
- Fixed Digital Devil Story hang by modifying the spc code.
You must start a new game for the fix to work. [_Demo_]
- Modified work ram init value to 0x55. (Thanks TRAC)
v1.35
- Lots of updates to Linux/SDL version, including sound fixes, video
code updates and other misc bugs. [theoddone33, Thorsten Glaser,
Wilbern Cobb]
- Fixed gamma in PNG snapshots. [pagefault]
- Fixed a bug in sprite priority rotation. (fix damage in FFMQ) [TRAC]
- Fixed long delay between battles and fixed flickering colours
on map in Front Mission. [pagefault]
- Fixed hang when picking up apples in Equinox. [pagefault]
- Fixed keyon bug in DSP code, fixes sounds in Flaskback 3
Language Edition (Thanks neviski) [_Demo_]
- Fixed "disco colours" in NBA Hangtime when the ball drops.
[pagefault]
- Fixed an NMI issue with register $4212, fixes hang in Cu-On-Pa,
Bubsy and others. [pagefault]
- Fixed a mode 4 bug in the new graphics engine that was causing
the title screen in The Lost Vikings to be scrambled. [pagefault]
- Added support for Super System arcade system, set DIP switches
in add-on's menu in GUI. Games MUST be zipped in order to load.
[pagefault]
- Added special support for Earthworm Jim 2 sound effects. [_Demo_]
- Added hack for Deaetonosama Apareitiban. [_Demo_]
- Fixed super scope position reading. [_Demo_]
- Modified a few timing things. [_Demo_]
- Fixed some 65816 instructions in processor emulation mode. [_Demo_]
- Added special timing for Grand Prix 3. [_Demo_]
- Modified sound decoding another time (helps various noise
sounds like DQ6). [_Demo_]
- Modified joypad reading for VS Collection. [_Demo_]
- Special modification for Bahamut Lagoon and Clay Fighter to
delay write to the hdma register. (those games need dma delay
implemented) [_Demo_]
- Lots of other minor fixes and things we forgot to mention.
* Fixed bug, introduced in 1.5.9, that caused defaults for method 0 to be
used instead of copying the original image, when the original was already
smallest.
* Work around CPU timer wraparound at 2G microseconds.
* Upgraded zlib from 1.1.3 to 1.1.4. Pngcrush is believed not to be
vulnerable to the zlib-1.1.3 buffer-overflow bug.
* Choose the first instance of smallest IDAT instead of the last, for
faster final recompression, suggested by TSamuel.
* Added -trns_a option for entering a tRNS array.
v0.51 Fixed the bug introduced by the previous select loop fix...
Thanks Evgeniy
v0.50 Make "interface address" option work.
Changes to "select" loop to allow window resizes (select
interruption) to work. Thanks Mike!
It should be fixed in error of bulk build, too.
$Id: ChangeLog,v 1.43 2002/07/24 14:46:52 gotoyuzo Exp $
'OpenSSL for Ruby' project
Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
$Log: ChangeLog,v $
Revision 1.43 2002/07/24 14:46:52 gotoyuzo
* lib/openssl/buffering.rb: typo fixed. (Thakns NaHi)
Revision 1.42 2002/07/24 12:31:31 gotoyuzo
* ossl.c: should include <sys/time.h> if it exists. (Thanks Knu)
Revision 1.41 2002/07/24 09:56:17 gotoyuzo
* ossl-0.1.2 released
Revision 1.40 2002/07/23 20:23:30 gotoyuzo
* lib/net/https.rb: follow net/http.rb Rev: 1.41.2.18 (ruby_1_6)
Revision 1.39 2002/07/23 10:49:19 gotoyuzo
* ossl_ssl.c: should raise exception while SSL_write returns 0.
Revision 1.38 2002/07/23 10:45:25 gotoyuzo
* ossl.h: include <openssl/e_os.h>
* ossl.c: workaround to convert into UTC time.
* lib/openssl.rb: fix string embeded expression.
Revision 1.37 2002/04/07 16:35:32 majkl
* Macros fixups
* X509ExtFactory cleanup
* fixed strptime warning on Linux
* X509::Certificate#version has been changed!
!!! WARNING !!!
x509.version = 2 -> defines X509v3, (0 for v1, 1 for v2, ...)
p x509.version -> 2, means that it is X509v3
!!! WARNING !!!
Revision 1.36 2002/03/11 21:35:39 majkl
* Cipher IV fixup
Revision 1.35 2002/03/11 17:20:22 majkl
* Big internal cleanup (all structs with only 1 member rearranged)
* improved getting time_t from cTime
Revision 1.34 2002/03/06 08:05:05 majkl
* build fix-ups
Revision 1.33 2002/03/05 15:05:57 majkl
* WARNING! All to_str methods are not used any longer (use to_text instead)
* made an aliases to_pem as to_s
* more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method
Revision 1.32 2002/02/23 07:28:00 majkl
* More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)
(where we don't care)
Revision 1.31 2002/02/20 08:43:54 majkl
* Fixed some memory leaks
Revision 1.30 2002/02/13 13:09:49 majkl
* transition from rb_raise to OSSL_Raise (where possible)
* some mem checks
* preliminary DH key support
* Document masters converted to DocBook.
* Man page typo fix.
* Glen Randers-Pehrson's configure.in tweaks to avoid testin
for a deprecated function.
* Typo fix in the web2png script.
* Document -f, restore -1 for backwards compatibility.
changes:
* A Multiline Text plugin object. Create it with the
Edit->Create->Multiline Text menu item.
* An Import filter for Acorn Draw files, updated import filters for
SVG, WMF and Illustrator files and an updated SVG export filter.
* The font dialog allows setting the font of multiple text objects at
once.
* Two new command line tools: skconvert and sk2ppm. skconverts between
vector formats and sk2ppm converts vector files to ppm.
* A fix for a filename quoting bug when rendering EPS files. This bug
was a security problem.
* Bug fixes.