Age | Commit message (Collapse) | Author | Files | Lines |
|
support it.
|
|
|
|
Bugs fixed
----------
Aisleriot:
- Don't crash when using the find feature in the game selection dialog.
- Fix a typo in the dutch translation.
Ataxx:
- Ensure the counters and turn indicator are correct after an undo/redo.
- Fix the tileset path.
General:
- Strict C compliance for games-network.c.
|
|
|
|
Fixes
=====
- do not try to open non regular files (#153204) (Paolo Borelli)
- allow opening file by drag and drop on read only documents (#89881)
(James Bowes)
- open dropped files in the right target gedit window (#150485) (Paolo Maggi)
- do not change active document when closing an unmodified tab (#149811)
(Paolo M.)
- fix crash when trying to open an invalid sftp uri (Paolo B.)
- update to the latest egg-recent (Paolo B.)
New and updated translations
============================
- Changwoo Ryu (ko)
- Adam Weinberger (en_CA)
- Žygimantas Beručka (lt)
- Meelad Zakaria (fa)
- Jordi Mallach (ca)
- Gora Mohanty (or)
|
|
"union wait" only when sys/wait.h is not POSIX-compliant.
|
|
|
|
|
|
produced by kaudiocreator to be one sector too short, which in turn caused
flac to barf on the "garbage" at the end. Now kaudiocreator can actually
read and encode an entire CD.
|
|
|
|
|
|
Notable change in 7.3.5:
* Remove ability to bind a list of values to a single parameter in
JDBC (prevents possible SQL-injection attacks)
|
|
Changes:
* Prevent possible loss of committed transactions during crash
Due to insufficient interlocking between transaction commit and
checkpointing, it was possible for transactions committed just
before the most recent checkpoint to be lost, in whole or in part,
following a database crash and restart. This is a serious bug that
has existed since PostgreSQL 7.1.
* Remove asymmetrical word processing in tsearch (Teodor)
* Properly schema-qualify function names when pg_dump'ing a CAST
|
|
|
|
|
|
|
|
|
|
Changes:
- fix Inferno intermission screen crash
- fix lockup for other netgame clients when one client quits
- fix memory leak in netgame server
- fix SDL_LockScreen crashes on Win32
- fix fuzz drawing for hi-res
- network games should survive temporary loss of connection
- fix dehacked NOSECTOR/NOBLOCKMAP effects
- fix player spawn sound
|
|
Using rsnapshot, it is possible to take snapshots of your filesystems
at different points in time. Using hard links, rsnapshot creates the
illusion of multiple full backups, while only taking up the space of
one full backup plus differences. When coupled with ssh, it is possible
to take snapshots of remote filesystems as well.
|
|
archs. This fixes support for dynamic loading on mips and also improves
error reporting.
Fixes PR pkg/25473 by Byron Servies.
PKGREVISION not bumped, will ride update to 7.3.7
|
|
archs. This fixes support for dynamic loading on mips, and adresses
PR pkg/25473 by Byron Servies.
|
|
List of changes since 7.4.3 is not available beyond brief note for 7.4.4:
* Updated JDBC driver (build 215) with various fixes
|
|
in first place
fixes PR pkg/23829 by Michal Pasternak
|
|
No need to bump PKGREVISION or something, this was harmless:
some directories were made twice while installing from pkgsrc (by do-install
target and by INSTALL script) and binary packages were safe because the
INSTALL script creates them.
|
|
|
|
allows PostgreSQL functions to be written in Python language.
Fixes PR pkg/23349 by Michal Pasternak.
|
|
in PR pkg/23349 by Michal Pasternak.
|
|
|
|
|
|
If perl is built with thread support, loading the language module would
crash PostgreSQL on NetBSD - loading shared module linked against libpthread
doesn't work if the main binary isn't linked against libpthread.
For this reason, this package is currently marked as BROKEN, and only
here to save packaging work for person who'd want to finish this.
|
|
- libtool needs -dynamiclib on Darwin to create shared libraries
- don't use libtool to create the static libtclstub.a, do it the same
way that tcl 8.4 does
- name library libtcl83 (as opposed to libtcl8.3) like other platforms
- remove PLIST unnecessary hack for Darwin shlib name
|
|
|
|
instead.
|
|
causing kaudiocreator to fail with a mysterious "Unknown error".
|
|
xmbmon-2.05.
- openh323-1.12.2, pwlib-1.5.2 (thanks, mjl!).
|
|
|
|
POE is a framework for creating multitasking programs in Perl.
POE parcels out execution time among one or more tasks, called
sessions. Sessions multitask through cooperation (at least until
Perl's threads become mainstream). That is, each session returns
execution to POE as quickly as possible so it can parcel out time to
the next.
POE includes a high-level component architecture. Components are
modular, reusable pieces of programs. They perform common, often
tedious tasks so programmers can work on more interesting things.
POE provides medium- and low-level concurrency functions. Components
use them to perform their tasks. The functions are also available to
programmers who prefer to avoid the overhead of components at the
expense of writing more code. Components and custom sessions coexist
because they all use the same basic functions.
POE supports graphical toolkits such as Tk and Gtk. It is the only
Perl programming framework that does this. It also supports Curses,
HTTP, and other user interfaces. POE programs can present multiple
user interfaces at once.
|
|
- fix errors in extracting patched file's name from old patch files
- keep header (RCS Id and comment) from old patch files
- silence perl -w
|
|
- fix errors in extracting patched file's name from old patch files
- keep header (RCS Id and comment) from old patch files
- silence perl -w
|
|
Changes since 0.1.9:
- Avoid an infinite loop with buffer underrun in the live mode.
- More detailed and consistent log messages.
|
|
Dump/restore is not necessary for 7.4.x users.
Changes in 7.4.5:
* Repair possible crash during concurrent btree index insertions
This patch fixes a rare case in which concurrent insertions into a
btree index could result in a server panic. No permanent damage
would result, but it's still worth a re-release. The bug does not
exist in pre-7.4 releases.
Changes in 7.4.4:
* Prevent possible loss of committed transactions during crash
Due to insufficient interlocking between transaction commit and
checkpointing, it was possible for transactions committed just
before the most recent checkpoint to be lost, in whole or in part,
following a database crash and restart. This is a serious bug that
has existed since PostgreSQL 7.1.
* Check HAVING restriction before evaluating result list of an
aggregate plan
* Avoid crash when session's current userID is deleted
* Fix hashed crosstab for zero-rows case (Joe)
* Force cache update after renaming a column in a foreign key
* Pretty-print UNION queries correctly
* Make psql handle \r\n newlines properly in COPY IN
* pg_dump handled ACLs with grant options incorrectly
* Fix thread support for OS X and Solaris
* Updated JDBC driver (build 215) with various fixes
* ECPG fixes
* Translation updates (various contributors)
|
|
System V release 4 and Irix.
|
|
|
|
COMMENT= System call tracing utility
If you use SunOS 4.x, System V release 4, Solaris 2.x and Irix 5.x,
or similar, please give this a try. (I use it under Linux.)
|
|
which was the BUILDLINK_RECOMMENDED.xmlcatmgr. (Okay'ed by jmmv.)
I had noticed that old xmlcatmgr on my system (using IGNORE_RECOMMENDED)
was not good enough
The xmlcatmgr changes for 2.0alpha2 said that command line usage changed
in some scenarios.
Also remove BUILDLINK_RECOMMENDED.xmlcatmgr because now it was the
same (and is redundant for now).
I am not bumping in PKGREVISIONs because of this. This happened
last January and is too late now and maybe I am the only person to
notice.
|
|
|
|
|
|
|
|
|
|
|