Age | Commit message (Collapse) | Author | Files | Lines |
|
CHANGES IN 7.07.1
- The ps2epsi script did not quote ~'s in the sed
command (STR #261)
- ESP Ghostscript now substitutes the space character
for missing glyphs in fonts. This is controlled using
the espgsMissingChar definition in gs_init.ps (STR
#275)
CHANGES IN 7.07.1rc2
- The configure script did not check for a compatible
version of GIMP-print for the STP driver (STR #232)
- The CUPS driver incorrectly reallocated the page
memory, which could cause Ghostscript to crash (STR
#246)
- Fixed pointers treated as integers in src/gomni.c
(Thanks to Werner Fink from SuSE)
- Fixed potential 64-bit portability problem with malloc
(Thanks to Werner Fink from SuSE)
- Fixed X11 anti-aliasing problem (Thanks to Werner Fink
from SuSE)
- Security fix on ps2epsi (Thanks to Werner Fink from
SuSE)
- Update on Canon BJC drivers (Thanks to Werner Fink
from SuSE)
- CUPS Makefile fix (Thanks to Werner Fink from SuSE)
- Command line option "-c" fixed (STR #225 and #230,
thanks to Werner Fink from SuSE)
- ESP Ghostscript now reads all Fontmap files in the
library path (Thanks to Werner Fink from SuSE)
- The PNG device now correctly detects the version of
the PNG library in use (Thanks to Werner Fink from
SuSE)
- ESP Ghostscript should now cleanup all temporary files
(Thanks to Werner Fink from SuSE)
- The configure script did not substitute the OBJEXT and
EXEEXT variables in the IJS makefile (STR #218)
CHANGES IN 7.07.1rc1
- Updated to GNU Ghostscript 7.07.
- Added preliminary support for a CUPS-based PCL XL/PCL
6 driver and sample PPD files.
- The CUPS pstoraster script put a space between the
"-c" option and the color profile code, causing an
initialization error.
- The CUPS driver generated a lookup table that would
omit certain values due to rounding errors in the
Ghostscript graphics library (STR #136)
- The psmono and psgray drivers produced shrinked output
(STR #6)
- The SPARCprinter driver did not compile (STR #24)
- Type-3 masked images did not render properly (STR #79)
- Fixed pstoraster failures (STR #5 and #166)
- Fixed bug in Samsung SmartGDI driver which prevented
some files from being printed. Thanks to Grant Taylor
from linuxprinting.org for the fix.
- Made src/gdevgdi.c compilable in "-traditional" mode
of gcc (patch from Antony Uspensky).
- Updated the "lxm3200" driver (gdevlx32.c) to the
newest version, it features an option to adjust the
margins of the Lexmark Z31 and uni-directional
printing on the Z12 now.
- Fix datadir on systems that don't provide a default
prefix (MacOS X). SF Bug #695705.
|
|
which has changed for Solaris installs.
|
|
|
|
which is now causing the build to fail on Solaris since -r1.130 of
that file.
Bump PKGREVISION for Solaris installations which previously had the
package installed correctly, but with a different RUBY_ARCHLIBDIR
location.
|
|
Closes PR pkg/23760
|
|
check for __STDC__, breaking the SIZEOF() macro.
|
|
|
|
DTRT.
|
|
|
|
* Add the -n flag. When specified, do not install INSTALL_PACKAGES nor
MAKE_PACKAGES during the creation of the chroot.
|
|
|
|
According to gaim's developers, it is illegal to link OpenSSL together
with gaim (ewww, GPL).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tested on alpha and sparc64.
|
|
Collection.
Memoize::ExpireLRU is a module that implements LRU expiration for
Memoize.
|
|
|
|
Collection.
Memoize::ExpireLRU is a module that implements LRU expiration for
Memoize.
|
|
|
|
points to the installed libtool instead of to the buildlink2 directory.
Should fix PR23759.
|
|
and using a conditional.
|
|
which bails out if there is whitespace before a comment.
|
|
Still TODO: Add targets for -nas and -esd back-ends to match GCC.
|
|
l2tpd is a user-space L2TP daemon. L2TP is the Layer Two Tunneling
Protocol described in RFC 2661. It allows you to tunnel PPP sessions
over a network or transport protocol (in this case, UDP.)
Part of the l2tp code is implemented in the l2tpd program, and part of
it is implemented as "handlers". A handler is a shared-object library
which is dynamically linked into l2tpd at run-time using the
"load-handler" configuration directive.
Although the handlers included with this package (sync-pppd and cmd)
are licensed under the GPL, as a special exception, you may write your
own handlers which link to code in this package and not release them
under the GPL. There may be other reasons why your handlers must
be released under the GPL (for example, they may link with other GPL'd
code), but in the absence of other reasons, you may keep your handlers
proprietary.
|
|
|
|
l2tpd is a user-space L2TP daemon. L2TP is the Layer Two Tunneling
Protocol described in RFC 2661. It allows you to tunnel PPP sessions
over a network or transport protocol (in this case, UDP.)
Part of the l2tp code is implemented in the l2tpd program, and part of
it is implemented as "handlers". A handler is a shared-object library
which is dynamically linked into l2tpd at run-time using the
"load-handler" configuration directive.
Although the handlers included with this package (sync-pppd and cmd)
are licensed under the GPL, as a special exception, you may write your
own handlers which link to code in this package and not release them
under the GPL. There may be other reasons why your handlers must
be released under the GPL (for example, they may link with other GPL'd
code), but in the absence of other reasons, you may keep your handlers
proprietary.
|
|
|
|
fix a build error when using gcc 3. Also bumps PKGREVISION.
|
|
|
|
|
|
|
|
before -r1.130. They are now preventing this package from installing.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
Major changes since 5.00:
New in version 5.22:
- X-Mailfolder header no longer has a line number when -n is used. (bugfix by
Kevin Pfeiffer <pfeiffer@iu-bremen.de>)
- New -B flag prints abbreviated headers (initial patch by Kevin Pfeiffer
<pfeiffer@iu-bremen.de>)
- Headers spanning multiple lines are now printed correctly in warnings and
such.
- Fixed a spurious warning which would be printed if caching was not enabled.
- grepmail will now disable caching if the caching version of
Mail::Mbox::MessageParser can not be loaded, instead of exiting.
New in version 5.21:
- Fixed line ending bugs under MS-DOS/Windows.
New in version 5.20:
- Added speed testing to the distribution
- Fixed Makefile.PL so that test modules would not be installed.
- Changed testing to use PERLRUN instead of FULLPERLRUN, which is not
available with older versions of MakeMaker that ship with older versions of
Perl. (Thanks to Ed Avis <ed.avis@kbcfp.com> for catching this.)
- Fixed interactive installation problems. (Thanks to Joey Hess
<joeyh@debian.org> for catching this (again).)
- Fixed broken searching of $HOME/mail, $HOME/Mail, and $HOME/Mailbox
directories when a mail folder can not be found. Changed $MAIL to $MAILDIR
since $MAIL usually points to the user's inbox. (Bug found and initial patch
by Peter Cordes <peter@llama.nslug.ns.ca>.)
- Cache file permissions are now set to protect against prying eyes. (Patch by
Joey Hess <joey@kitenet.net>)
- The user can now specify the cache file location with the -C flag.
- Fixed compatibility problems with perl 5.005_01
New in version 5.10:
- Extracted mail parsing into the new Mail::Mbox::MessageParser module.
- Fixed small performance loss bugs in short-circuit matching of headers which
were introduced in the last version
- Fixed some uses of uninitialized values (Originally reported by Ed Avis
<ed.avis@kbcfp.com>.)
- Improved performance a bit.
- The Makefile.PL now uses the default values when run non-interactively.
- Caching is now enabled by default. (It's no longer experimental.) Users can
disable it during installation.
- Date specifications without times (e.g. "today") are interpreted as midnight
of the given day instead of the current time of that day. grepmail now
relies on Date::Manip to handle this--users must upgrade Date::Manip to get
this support. (Thanks to Reuben Thomas <rrt@sc3d.org> for working with
Sullivan Beck <sbeck@cise.ufl.edu> to get TodayIsMidnight added to
Date::Manip. Original bug report by Philip Douglass
<philipsd@users.sourceforge.net>)
- Restructured test cases
|
|
included)
|
|
- Support lossless saving of jpeg files
- Select last viewed slideshow image when returning from fullscreen
- Display image file size
- Ask user before overwriting files
- Translation Updates
|
|
A major bug-fix release. Fixes a lot of rendering bugs.
|
|
number, if there was one (which, of course, makes me bump PKGREVISION
to 1 for all three xscreensaver pkgs (are we really supposed to bump
PKGREVISION for each pkg individually?)). This eliminates the
confusion where pkg_info says version "4.14nb1" is installed, yet the
dialogue says it's onlu version "4.14".
Also, fix the conflicts for the screensaver pkg so that it properly
conflicts with xscreensaver-gnome<4.14 (not <1.14).
|
|
|
|
- Updated to newest libtool version, fixing build problems on
various platforms.
- On Unix platforms, `make install' didn't copy the correct
`ftconfig.h' file.
CHANGES BETWEEN 2.1.6 and 2.1.5:
- The PFR font driver didn't load kerning tables correctly, and
the functions in FT_PFR_H didn't work at all.
- Type 1 font files in binary format (PFB) with an end-of-file
indicator weren't accepted by the FreeType engine.
- Fonts which contain /PaintType and /StrokeWidth no longer cause
a segfault. This bug has been introduced in version 2.1.5.
- Fonts loaded with FT_LOAD_RENDER no longer cause strange
results. This bug has been introduced in version 2.1.5.
- Some Windows (bitmap) FNT/FON files couldn't be handled
correctly.
- The internal module API has been heavily changed in favor of
massive simplifications within the font engine.
- The PostScript parser has been enhanced to handle comments and
strings correctly. Additionally, more syntax forms are
recognized.
- Added the optional unpatented hinting system for TrueType.
- There is now a guard in the public header files to protect
against inclusion of freetype.h from FreeType 1.
- Direct inclusion of freetype.h and other public header files no
longer works. You have to use the documented scheme
#include <ft2build.h>
#include FT_FREETYPE_H
to load freetype.h with a symbolic name. This protects against
renaming of public header files (which shouldn't happen but
actually has, avoiding two public header files with the same
name).
|
|
|
|
Changes from version 2.5.4 to 2.5.5 (Released 2003-12-17)
Bugs Fixed
----------
S - Players were staying grey/sleeping even when they were active.
C13 - Was impossible to load demonstration games of other players.
S - Quit button wasn't working.
S - Picture accepting was broken.
S - Can load up games privately again.
S - Won't crash any more when you load a private game as non-private.
S - Private games are private again.
W - The page count for the archives page is correct now.
C13 - Shift-mouse click on ">" button no longer puts you into
auto-play mode.
C13 - Score est. works again.
C13 - Board is once again the size that it should be.
S - Losing on time with a new (2.5.4 or later) client doesn't crash
the server any more.
S - Losing on time with an old (2.5.3 or earlier) client doesn't crash
the server any more.
S - The server doesn't crash any more when this "double escaper" thing
happens.
S - Waking up by manipulating a demo game doesn't crash the server any
more.
*******************************************************************************
Changes from version 2.5.3 to 2.5.4 (Released 2003-12-16)
Features Added
--------------
S,C - There is now an "open games" list, you can choose whether or not
your games go on it.
S,C - You can no longer lose a game on time unless the server is able
to send a message to your client and get an answer *after* your clock
runs out.
C13 - Added "national" room category.
S - Leaving an unfinished game now only counts against you if you were
the first player to leave.
C13 - Auto play feature (shift-click on ">" button). Needs sound
though, so it's not quite done yet.
C13 - Now when you get the "Your opponent has loaded your old game"
dialog, you can join the game by just pressing "Yes."
S - Upped room limit to 500.
C13 - Added "SD" when playing in absolute time.
C13 - Added flashing "BLITZ" or "ULTRA BLITZ" warnings when you are
setting up a game in fast time controls.
C13,S - Made simul games like free games instead of like teaching games.
C13 - Added checkboxes when confirming simul games so you can decline
games there instead of going back to the challenge window.
C13 - When you are logged out by a bug, your client windows don't
close, they just become disabled. The finally close when you close the
error message.
Bugs Fixed
----------
C13 - When you say something in a room or conversation then change
tabs right away, your tab will no longer turn blue.
S - When guests try to make rooms it no longer permanently increases
the "rooms in use" counter.
C13 - Can't make a room you own but are not allowed into any more.
C13,S - New Zealand default komi set properly to 7/0.
S - Guest game renaming bug fixed.
C13 - Unmarking dead stones works again when editing locally or in
demo games.
C13,S - Double clicking quiet button doesn't put you into unstoppable
blinking. The server change was a quick fix to make this not count as
waking you up either.
C13 - "Resume" menu now has all loaded games marked as clickable.
C13 - All teaching or demo games now have a quiet button.
C13 - When you first upload an SGF file you can't use the arrow
buttons.
C13 - Sometimes server stats gets stuck and doesn't update.
C13 - Default game sort is now "open games first".
S - When admins do a boot (but not a block) it is logged to admin log again.
*******************************************************************************
Changes from version 2.5.2 to 2.5.3 (Released 2003-10-04)
Features Added
--------------
C13, S - Admins can kill a game.
C13 - Terms of service document.
C13, S - Added ability for admins to clear a block against a user/IP address.
C13, S - Added assistants as an intermediate admin level.
C13, S - User info now shows the language used by the person.
C13 - If you use the resume menu to try to resume a game that is
already resumed by your opponent, you will join the game instead of
getting an error.
Bugs Fixed
----------
S - Making a room with max-sized name and description no longer cuts
your connection.
C13 - You now get a message when your game notes are too long.
S - Fixed bug that would crash server if an account with a
demonstration game expired, then later another account with the same
name was created, then later the game expired before restarting the
server.
C13 - The "load game in room" menu items are now all in a submenu, so
they won't fill up the whole screen when you are in a lot of rooms.
C13 - Resume button no longer lists rated games when you are in a
private room.
C13, S - When you get the "this game can't be ranked" message, its
rank type will be automatically set to "free".
S - Fixed a crash when two players accepted games with the same 3rd
player at almost exactly the same time.
C13 - The "I don't see my own messages when I watch a game" bug is fixed.
S - Server won't crash any more when you load a game you were scoring,
then un-mark-dead and re-mark-dead a stone.
S - Will not send keepalives before you get a login message. This will
prevent some of the client crashes from people with netlag.
S - No longer crashes server when a private room is made permanent.
C13 - No longer crashes when uploading a game with territory marks on
dead stones.
C13 - No longer kills the client when you try to upload an SGF file
with an empty node in it.
S - No longer duplicates comments in first node of an uploaded game.
C13 - The clock of the player who isn't moving no longer shows the
full main time when you first start observing a game.
|
|
|