libgda 0.10, 2003-01-27
-----------------------
- Added support for PostgreSQL 7.3 new features (vivien, gonzalo)
- Added LANGUAGES schema to set of supported schemas (rodrigo)
- Fixed TABLES schema retrieval on Oracle (rodrigo)
- Fixed translatable strings (menthos, holger)
- Improvements on FreeTDS provider (holger)
- Added changes notifications in data models (rodrigo)
- Added new schemas to test suite (rodrigo)
- Fixed GdaTable class (rodrigo)
- First working version of the MDB (MS Access files) provider (rodrigo)
- Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi)
- Fixed circular calls in gda_data_model_describe_column (rodrigo)
- Added man page for configuration tool (gonzalo)
- Added build requirements for gda-sqlite and man page for gda-config-tool
in SPEC file (david)
- Fixed FreeTDS include path for RedHat (holger)
- Made all plugins resident (rodrigo)
- Implemented basic read-onlyness for MySQL connections (rodrigo)
- Fixed AGGREGATES schema for MySQL (rodrigo)
- Lots of work on the reporting engine (santi)
- Added support for PostgreSQL's bytea type fields (gonzalo)
- Added use of syslog for the log functions (rodrigo)
- Fixed unref'ing problems on providers (gonzalo)
- Added first working version of the LDAP provider (german)
- Removed obsolete config.h files all over (gonzalo)
- Added event notification framework to GdaClient, and converted error notification
to the new system (rodrigo)
- Implemented saving data models to XML (rodrigo)
- First basic version of the xBase provider (rodrigo)
- First GNOME 2 version of the ODBC provider (nick)
- Added support for SSL in MySQL connections (rodrigo)
- Added MONEY type (rodrigo)
- Unified parameter names for providers' connection strings (gonzalo)
- Updated translations:
- cs (mitr)
- de (cneumair, chrisime)
- es (pablodc)
- no (kmaraas)
- sk (stano)
- sl (minmax)
- sv (menthos)
libgda 0.9, 2002-12-10
----------------------
- Fixed weird initialization of the MySQL structures (cleber)
- Fixed#96758 (rodrigo)
- Fixed#95985 (rodrigo)
- Fixed#96810 (rodrigo)
- Fixed bison problems in SQL parser (gonzalo)
- Fixed DTD validation of config XML file (gonzalo)
- Implemented most schemas for FreeTDS provider (holger)
- Fixed crash on provider lookups in client library (gonzalo)
- Documentation fixes and additions (gonzalo, calvaris)
- Fixed#99997 (rodrigo)
- Fixed#96810 (rodrigo)
- First working version of the ported (from libgda 0.2.x) Sybase
provider (holger)
- Fixed#97669 (holger (FreeTDS part), rodrigo (Oracle part))
- Updated translations:
- cs (Michal Bukovjan)
- de (cneumair)
- es (pablodc)
- ms (sebol)
- pt_BR (gdvieira)
- sv (menthos)
Changes in the package:
- Move documentation to share/doc/html/libgda.
- Avoid dependancy on gtk-doc.
static libraries, where required. [You can't have a shared library run-time
dependency on a static library.] This may let "apla" build again on systems
with XFree 4 -- not tested.
4.5 (4 February 2003)
* info:
. a bug in 4.4 prevented compressed info files from being found.
* Distribution:
. detect sys/ptem.h on Solaris.
4.4 (31 January 2003)
* Language:
. The ' (ASCII apostrophe/right quote) character is finally allowed in
node and anchor names. Thus, after installing this texinfo.tex,
existing .aux files will cause errors! Remove them and rerun TeX to
generate good ones.
. @value constructs are now expanded in the filename arguments to
@include and @verbatiminclude.
* makeinfo:
. bug fix: @copying text is now reflected in tag table positions;
before, nodes may not have been found with a long-enough @copying.
. bug fix: html @verb arg is quoted properly, and does not imply
a paragraph break.
* texinfo.tex:
. @smallexample and the like now output in a smaller font (9pt) in all
paper formats, not just @smallbook and @afourpaper.
. new translation txi-tr.tex.
. bug fix: <>| and other characters do not disappear when they are
first on a line in @verbatim.
* install-info:
. bug fix: don't translate the `* Menu' info keyword.
* info:
. CTRL-H is treated like DEL in incremental search.
. arrow keys once again work in isearch contexts under Solaris.
* infokey:
. use .info key bindings before defaults.
. allow prefix keys to be disabled.
* Distribution:
. update to GNU FDL 1.2 (http://www.gnu.org/licenses/fdl.html).
. getopt and other common library files updated from gnulib
(http://savannah.gnu.org/projects/gnulib/).
. autoconf 2.57, automake 1.7.2.
This release incorporates some security fixes in relation to XSS
(cross site scripting) code which could allow malicious extraction of
information from the client browser. There is also a fix for the
SquirrelMail 1.2.10 "Double login" problem. This was related to a
session issue, and has been fixed.
"Device::Gsm" class implements basic GSM functions, network registration
and SMS sending.
This class supports also "PDU" mode to send "SMS" messages, and should
be fairly usable.
Device::Modem class implements basic AT (Hayes) compliant device
abstraction. It is meant to be inherited by sub classes (as Device::Gsm),
which are based on serial connections.
fvwm2 changelog says they did this to make gmplayer realize it was not
running interactively (ie, its stdin was not a tty), but that means
that all things get executed with stdin closed. That's not a very
good security posture. Some things can get confused or do wrong
things if stdin is closed when they start.