Age | Commit message (Collapse) | Author | Files | Lines |
|
0.5.5
- i18n support (Cedric Duval)
- French translation (Cedric Duval)
- Swedish translation (Susanna Bjorverud)
- palmcsv import filter (Marc Tardif)
- use better common code for csv filters (Marc Tardif)
- translation HOWTO (Cedric Duval)
- wanderlust export filter (Josef Schugt)
- create a backup at save time
- editor undo fix
- ui_readline limit fix
|
|
|
|
|
|
|
|
2006-01-08 Mikio Hirabayashi
- Configuration for VC++ was to build DLL.
- Release: 1.8.40
2006-01-04 Mikio Hirabayashi
- The advanced API was enhanced.
- Release: 1.8.39
2006-01-01 Mikio Hirabayashi
- The advanced API was enhanced.
- Release: 1.8.38
2005-12-26 Mikio Hirabayashi
- Functions to set the size of the free block pool were added.
- Commands line tools were enhanced.
- Release: 1.8.37
2005-12-24 Mikio Hirabayashi
- Free block pool was enhanced.
- Commands line tools were enhanced.
- Release: 1.8.36
2005-11-30 Mikio Hirabayashi
- The utility API was enhanced.
- The extended advanced API was enhanced.
- All stat calls were replaced with lstat calls.
- Release: 1.8.35
|
|
|
|
newer version out yet.
|
|
No PKGREVISION bump, since there already was one for this.
|
|
No available changelog
Does include a fix for a known security issue:
http://secunia.com/advisories/17418/
"disclose system information, execute arbitrary SQL code, and potentially
compromise a vulnerable system."
|
|
Too many changes to list... more information via:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-18.html
|
|
0.27 1st Novemver 2005
* Added support for Berkeley DB 4.4
* Fixed decondary key issue with recno databases
* Added libscan to Makefile.PL
* The logic for set_mutexlocks was inverted when using Berkeley DB 4.x
Bug spotted by Zefram <zefram@fysh.org>
* Transactional rename/remove added.
Patch supplied by Zefram <zefram@fysh.org>
|
|
|
|
|
|
pkg has been changed to 5.x). Reminded by wiz... thanks.
|
|
the php-pdo package.
Bump PKGREVISION.
|
|
packages so they belong to mysql-client.
Bump PKGREVISION.
|
|
|
|
Changes since 8.0.4:
* Fix race condition in transaction log management
There was a narrow window in which an I/O operation could be
initiated for the wrong page, leading to an Assert failure
or data corruption.
* Fix bgwriter problems after recovering from errors (Tom)
The background writer was found to leak buffer pins after
write errors. While not fatal in itself, this might lead to
mysterious blockages of later VACUUM commands.
* Prevent failure if client sends Bind protocol message when
current transaction is already aborted
* /contrib/ltree fixes (Teodor)
* AIX and HPUX compile fixes (Tom)
* Retry file reads and writes after Windows NO_SYSTEM_RESOURCES
error (Qingqing Zhou)
* Fix intermittent failure when log_line_prefix includes %i
* Fix psql performance issue with long scripts on Windows
(Merlin Moncure)
* Fix missing updates of pg_group flat file
* Fix longstanding planning error for outer joins
This bug sometimes caused a bogus error "RIGHT JOIN is only
supported with merge-joinable join conditions".
* Postpone timezone initialization until after postmaster.pid
is created
This avoids confusing startup scripts that expect the pid
file to appear quickly.
* Prevent core dump in pg_autovacuum when a table has been dropped
* Fix problems with whole-row references (foo.*) to subquery results
|
|
mk/mysql.buildlink3.mk.
|
|
process may fail if these packages are installed and found by the
configure process.
|
|
|
|
1) they will not be maintained anymore
2) their package directory names where confusing (mysql4-* have a more
recent version)
These package directories may be used for meta-pkgs in the future (pulling
in the latest mysql?-* packages).
|
|
creating and reading constant data bases, a data structure introduced
by Dan J. Bernstein in his cdb package. It may be used to speed up
searches in a sequence of (key,value) pairs with very big number
of records. Example usage is indexing a big list of users - where
a search will require linear reading of a large /etc/passwd file,
and for many other tasks. It's usage/API is similar to ones found
in BerkeleyDB, gdbm and traditional *nix dbm/ndbm libraries, and
is compatible in great extent to cdb-0.75 package by Dan Bernstein.
CDB is a constant database, that is, it cannot be updated at a
runtime, only rebuilt. Rebuilding is atomic operation and is very
fast - much faster than of many other similar packages. Once created,
CDB may be queried, and a query takes very little time to complete.
|
|
include/cdb.h and lib/libcdb.a.
|
|
|
|
Bump PKGREVISION.
|
|
functionality work. Bump package revision because of this fix.
This fixes PR pkg/32466 by Konrad Neuwirth.
|
|
|
|
New in Berkeley DB 4.4:
* In-memory replication
* Client-to-client replication
* Delayed client synchronization
* Synchronization throttling
* Master election speed-ups
* Hot backup utility
* Online Btree compaction
* Online Btree disk space reclamation
* Online abandoned lock removal
* Automated recovery serialization
* Transactional Application Developer's Guide
|
|
|
|
without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added). Packages which previously set it to "build" now don't set it
anymore.
Ok by jlam, wiz.
|
|
This packages fine with recent fixes.
|
|
was changed in recent freetds installation change.
Remove subdirectory "freetds" from the buildlink directory used
during build.
Get rid of forced "BUILDLINK_DEPENDS.freetds=freetds-0.61*". This
dated back over two years ago to initial import of this package
which was one month after freetds was updated from 0.60 to 0.61.
This package appears to build and package fine (using py23-sybase-0.36nb3
and python23-2.3.5nb5 today).
|
|
due to freetds installation changes and may also depend on gettext-lib.)
Include buildlink for gettext-lib, because CTlib.so uses libintl.so
(noticed on build failure on DragonFly and then saw on NetBSD 2.1 too).
Remove freetds subdirectory from the buildlink directory used during build.
(This is because of recent installation changes for freetds.)
|
|
used by this were moved from my recent changes to the freetds
installation.
Fix build by removing the subdirectory "freetds" from the buildlink
directory it uses.
|
|
path to the buildlink files. This is due to changes I made to the freetds
installation.
Fix "man" to PKGMANDIR while I am here.
Bump PKGREVISION for all three packages (as the location
of libct is uses is different due to the freetds change).
I didn't test sqsh-motif packaging, as I couldn't get openmotif
to build at this time.
|
|
Bump PKGREVISION, since the freetds shared library is in a different place
since my freetds packaging change.
Remove a blank line.
|
|
since my freetds package changes.
|
|
recent freetds package changes.
Didn't bump PKGREVISION. The resulting library doesn't appear to reference
freetds location.
|
|
|
|
This is a pure Java (Type IV) JDBC driver for the PostgreSQL
database. It allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code.
The driver provides a reasonably complete implementation of the
JDBC 3 specification in addition to some PostgreSQL specific
extensions.
|
|
|
|
|
|
This is a pure Java (Type IV) JDBC driver for the PostgreSQL
database. It allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code.
The driver provides a reasonably complete implementation of the
JDBC 3 specification in addition to some PostgreSQL specific
extensions.
|
|
postgresql80-* packages
|
|
No functional change.
|
|
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
|
|
databases/acid
|
|
BASE is a fork of ACID that is under current developement where as ACID has
not had an update for a number of years now and suffers from current security
issues.
|
|
|