Explicitly note that it needs this tool. Also, the tools framework
knows about mktemp, so use USE_TOOLS+=mktemp instead of the homegrown
code. Bump the PKGREVISION to 8.
"The fixps and psmandup scripts in a2ps allow local users to overwrite
arbitrary files via a symlink attack on temporary files."
Patches from Gentoo with few minor issues corrected.
accidentally, w/o adding the corresponding dependency (does not
force everyone to install Motif, too). Bump to 3.0nb2.
Patch suggested by Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg.
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
General:
* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
ko, mr, pl, ro, vi,
* new french documentation.
gtk-xfce-engine:
* fix various colors issues with ExoIconBar, prelight colors for treeview,
Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848).
libxfcegui4:
* check ~/.local/share/pixmaps/ as a fallback (#731).
xfcalendar:
* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.
xfce4-mixer:
* fix a bug with ALSA.
xfce4-session:
* fix a crash with the MCS plugin.
xfce-utils:
* taskbar: Add a command option "--monitor=x" to allow specifying which
monitor to use in Xinerama mode.
xfdesktop:
* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.
xffm:
* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).
xfprint:
* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.
xfwm4:
* fix mouse buttons being left ungrabbed when focus was transfered to
an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.
LaTeX can be used to typeset many kinds of different documents, but
typesetting chemical reactions is esthetically not very pleasing because
LaTeX's own arrows \rightarrow, \leftarrow and \rightleftharpoons which
you might use for this purpose are too short and the arrow heads are not
like the "standard" ones you will find in books or journals on chemistry.
The macro chemarrow.sty in conjunction with the font arrow.mf is supposed
to make the typesetting of chemical reaction schemes in LaTeX easier and
especially nicer looking.
which can take multiple values -- "pax" or "gtar". The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
ChangeLog has:
2005-01-22 Jim Evins <evins@snaught.com>
* NEWS:
Final prep for 2.0.2 release.
2005-01-22 Jim Evins <evins@snaught.com>
* glabels.spec.in:
Added '--remove-original' flag to desktop-file-install, so that
there is
only one menu entry.
2005-01-20 Jim Evins <evins@snaught.com>
* data/glade/object-editor.glade:
- Font family entry should not be editable.
- img_key_entry should have sensitivity=YES, so that it follows
the
sensitivity of img_key_combo.
- Barcode key entry should not be editable.
2005-01-17 Jim Evins <evins@snaught.com>
* src/view.c: (screen_changed_cb):
Don't do anything, if we don't have a screen.
2005-01-06 Jim Evins <evins@snaught.com>
* src/view.c: (get_home_scale):
Fixed bad call to gtk_widget_has_screen() -- huh?
2005-01-04 Jim Evins <evins@snaught.com>
* AUTHORS:
* data/templates/avery-iso-templates.xml:
* data/templates/misc-iso-templates.xml:
* data/templates/misc-us-templates.xml:
Added templates, submitted by Larry Harriman, Juan Carlos Valero
, and
Nick Hill.
2004-11-26 Jim Evins <evins@snaught.com>
* AUTHORS:
* po/fr.po:
Updated french translations provided by Florent Morel <florent@t
aket.org>.
* src/view-barcode.c:
* src/view-box.c:
* src/view-ellipse.c:
* src/view-image.c:
* src/view-line.c:
* src/view-text.c:
Added '#include <config.h>' -- HAVE_*GETTEXT macros were not def
ined and
thus _() strings were not being translated.
2004-11-14 Jim Evins <evins@snaught.com>
* src/debug.h:
* src/debug.c: (gl_debug_init), (gl_debug):
Borrowed from gedit: use environmental variables to select debu
g
sections.
* src/splash.c:
Removed unused include of debug.h.
* src/glabels.c: (main):
Added call to gl_debug_init(), and removed debug clutter from co
mmand line
options.
* src/glabels-batch.c: (main):
Added call to gl_debug_init().
2004-11-13 Jim Evins <evins@snaught.com>
Drawing and property toolbars were being initialized with the "icons and
text"
look in Fedora Core 3. Even though none of the buttons had any text att
ached to
them, the buttons were being sized as if they were. This led to less re
al estate
for the property editor, leading to Bug #1064630. The
* data/ui/glabels-ui.xml:
Added explicit "look" property to both drawing and property tool
bars.
* src/prefs-model.c: (gl_prefs_model_save_settings),
(gl_prefs_model_load_settings):
* src/prefs-model.h:
Removed drawing_toolbar_button_style configuration parameter.
* src/ui.c: (view_menu_item_toggled_cb),
(set_app_drawing_toolbar_style):
Do not attempt to adjust look property of the drawing toolbar.
2004-10-28 Jim Evins <evins@snaught.com>
* data/pixmaps/glabels-about-logo.png:
Updated about logo.
2004-10-28 Jim Evins <evins@snaught.com>
* data/man/glabels.1:
* src/glabels-batch.c: (main):
* src/print.h:
* src/print.c: (gl_print_batch):
Added option to glabels-batch to select the first label to begin
printing on.
2004-09-26 Jim Evins <evins@snaught.com>
* data/desktop/glabels.desktop.in:
Point to app icon, "glabels.png"
* data/mime/glabels.keys.in:
Point at mime icon, "glabels-application-x-glabels.png"
* data/pixmaps/Makefile.am:
Added glabels_app_icondir. Renamed icons.
* data/pixmaps/glabels.png:
New cleaned up app icon. Deleted glabels-icon.png.
* data/pixmaps/glabels-application-x-glabels.png:
New mime icon.
* data/pixmaps/glabels-splash.png:
Renamed glabels-logo to glabels-splash to be more correct about
role.
* src/glabels.c:
* src/template-designer.c:
Point at app icon, "glabels.png"
* src/splash.c:
Point at renamed splash image, "glabels-splash.png"
2004-08-22 Jim Evins <evins@snaught.com>
* AUTHORS:
* src/glabels-batch.c: (main):
Applied patch with minor mods to allow selecting merge source and
crop-marks on glabels-batch's command line. Original patch prov
ided by
Jos<E9> Dapena Paz <jdapena@igalia.com>.
2004-08-15 Jim Evins <evins@snaught.com>
* configure.in:
Updated version to 2.0.2.
* data/desktop/glabels.desktop.in:
- Added encoding line
- Removed period from comment
- Fixed Terminal line, changed "0" to "false"
- Added semicolen to Categories line
* po/ja.po:
- Made sure desktop.in comment string above still translated pro
perly
Bruce J.A. Nourish. Thank you, Bruce.
The foomatic-filters package provides foomatic-rip and foomatic-gswrapper.
foomatic-rip uses an external renderer (like GhostScript) to
translate PostScript to printer's native language. The printer
capabilities are described in PPD files. foomatic-rip works with
every known spooler.
foomatic-gswrapper massages arguments to make Ghostscript execute
properly as a filter.
Adobe Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file. PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.
Machine independent parts for teTeX:
web files, metafont bases, style files, font definitions,
localisation, ofm-, ovf-, vf-, pfb- and tfm-files,
(meta)font source files, lots of documentation, ...
This package contains the executables for the teTeX installation
as well as other files that were created when generating the binaries:
info files, format files and manual pages.
changes:
-new import/export features
-python scripter additions (not enabled in pkgsrc yet)
-rendering speed improvements
-bugfixes
-more UI translations
note: scribus is able to trigger bugs in older ghostscript versions,
appearently due a too high number of colors used.
As a workaround, it worked for me (drochner) to delete unused colors
from the palette before invoking print preview.
afpl-ghostscript-8.50 works fine, but there is no pkg for (yet).
and make "lpr" printing basically work:
- pass "-export-dynamic" to the programs which dynamically load the
printing system specific plugin (do this by adding the "gmodule"
linker flags)
- set the printcap file to /etc/printcap
libgnomeprint 2.10.2
Jody:
* Only offer a duplex option if it exists.
* The /etc/printcap importer was creating one model for all
printers. [#169963]
* Honour custom kerning requests in ps2/pdf backends [#158424]
Suresh:
* Ignore bitmaps in fonts. [#171128]
Tony Graham:
* Some debug routines for GnomeGlyphList [#114858]
libgnomeprint 2.10.1
Jody:
* Overzealous win32 port broke custom transports [#167325]
* Remove use of %g in pdf exporter.
* Slight speed optimization in pdf export.
* Leak fix.
Kjartan:
* Even more leak fixes.
Version 2.10.0
--------------
* Translation updates: Leonid Kanter (ru), Ivar Smolin (et), David
Lodge (en_GB), Sami Pesonen (fi), Laurent Dhima (sq), Jordi Mallach
(ca), Maxim Dziumanenko (uk), Changwoo Ryu (ko), Ankit Patel (gu),
Martin Willemoes Hansen (da), GNOME PL (pl), Francesco Marletta (it),
Ahmad Riza H Nst (id), Zygimantas Berucka (lt), Gabor Kelemen (hu),
Christophe Merlet (fr), Danilo Segan (sr), Misu Moldovan (ro)
Version 2.9.3
-------------
* Fix CAN 2004-0888 fix for 64bit platforms. (Marco)
Version 2.9.2
-------------
* Rework MIME code to no use deprecated API. (Marco Pesenti Gritti)
* Fix aclocals flags using gnome-common macro. (Marco)
* Show the fullscreen button only on gpdf's workspace. (Gordon Ingram)
- #161225
* Fix a missing-font crash. (Martin) - part of #161066
* Simplify the bookmarks tree view. (Jonathan Blandford)
* Fix some link mouse-over crashes. (Martin) - #156784, #159966, #159386
* Fix a non-i18nized popup menu. (Takao Fujiwara) - #154532
* Fix bookmarks clicking. (Martin Sjogren, Marco) - #159937
* Fix possible buffer overflows. - CAN 2004-1125, CAN 2005-0064
* Fix CID fonts problem (e.g. Firefox ad) with freetype > 2.1.7.
(Albert Astals Cid, Martin)
* Update recent-files code from egg. (Martin)
* Translation updates: Adam Weinberger, Alexander Winston (en_CA),
Vladimir Petkov (bg), Kjartan Maraas (nb), Zygimantas Berucka (lt),
Miloslav Trmac (cs), Tino Meinen (nl), Christian Rose (sv),
Francisco Javier F. Serrador (es), Pawan Chitrakar (ne, new
translation), Satoru SATOH (ja), Frank Arnold (de), Raphael Higino
(pt_BR), Funda Wang (zh_CN), Nikos Charonitakis (el), Priit Laes,
Ivar Smolin (et, new translation)
Version 2.9.1
-------------
* Depend on gtk+ 2.6 and use GtkAboutDialog, GtkMenuToolButton,
GtkMessageDialog with secondary text. (Martin) - #152143
* Translation updates: Vincent van Adrighem (nl)
* made -Wall clean.
* updated recent-files from libegg (only a small sanity check).
* applied Mark McLoughlin's patch for mime-type checks of remote URIs
in recent-files module.
Dom Lachowicz:
* Some pdf fixes.
* Support alpha in pdf images
Jody:
* Some AIX build fixes [#160861]
Lutz Mueller:
* Misc cleanup
* Prep for D&D support
Matthias Clasen:
* Async ppd loading
Suresh Chandrasekharan:
* Handle subfonts in ttf according to spec [#158027]
2005-03-04 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
delete.
2005-02-17 Jody Goldberg <jody@gnome.org>
http://mail.gnome.org/archives/gnome-print-list/2004-August/msg00023.html
* libgnomecups/gnome-cups-printer.c (cups_get_dests) : copied from
cups.
(parse_lpoptions) : stripped down cupsGetDests that does not pull in
ppds.
(get_default) : Use parse_lpoptions in place of cupsGetDests.
(check_exists) : delete.
(gnome_cups_printer_get) : Just see if the list printer is in the list
of known printers rather than using the defunct check_exists that
would actually ping the printer.
(get_ppd_uri_path) : new.
(get_tmp_ppd_file) : new.
(gnome_cups_printer_get_ppd) :
2005-02-17 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=157829
* libgnomecups/gnome-cups-request.c (idle_stop_unused_threads) :
unlock before stopping the threads
(close_unused_connection) : avoid deadlocks when already locked.
2005-01-06 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.in: error out if cups-config not found
2004-12-14 Jody Goldberg <jody@gnome.org>
* configure.in : post releaes bump
General:
* Don't use G_INLINE_FUNC in the source code, which fixes several weird
build errors.
libxfce4util:
* Fix a problem with NFS mounted home directories in Solaris (#724)
xfce4-session:
* Fix RedHat shutdown code (#703)
xfdesktop:
* fix handling of quoted commands in the desktop menu (#776)
* fix handling of .desktop files with no Categories list (#776)
* add "edit menu" button to panel plugin prefs (#554), and ability to change
the button tooltip (#764)
* fix broken panel plugin behavior when trying to track the default desktop
menu. there's a new option to either follow the default menu, or use a
static menu file (#778)
* fix bug where xfdesktop would crash if the windowlist was opened, then a
window was destroyed, and then that window was selected from the list (#672)
* fix "unique" attribute of system menu inclusion
xffm:
* ensure posix.1-1996 compatibility (#695)
* fix for crash on opening fstab on solaris (#726)
* avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images).
This is bugzilla #751 report. Not all gtk showstopper bugs from svg
can be avoided. In particular with office/mobile_phone_01.svg. This
file will also crash rox
* allow relative paths for icon resolution (xfce4-modules)
* validate utf error messages (#737)
* don't quote paths that are already quoted.
* change smb-share icon to proper icon
* fix borked overwrite warning dialog message
* bug fixes for keyboardnavigation to close bug #795
* separate remove and paste button in toolbar to avoid confusing the
remove confirmation dialog with the overwrite confirmation dialog
* fix translation problems in several languages, including
brazilian-portuguese
* fill in some missing spanish translation strings
* fix for bug #524 (crashing xffm by mounting cdrom and trying to open it
in the other treeview before mount is complete)
xfcalendar:
* remembering of its position (bug #691 and #789)
* warning box for preventing users to loose their changes (#714 and #738)
* possibility to show/hide xfcalendar in taskbar, pager and systray (#719)
* possibility to choose to either show or hide the calendar window when
xfcalendar is launched (it remembered before the status when leaving)
xfce4-panel:
* Save configuration file only on exit
* Fix double click on inactive item in dialog (#739)
* 64bit fix
* Clock applet tweak (#716, hopefully)
xfprint:
* remove FILE backend and add a print-to-file entry in the printing dialog
* multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
nb1:
====
- security fixes for CAN-2004-1184, CAN-2004-1185, CAN-2004-1186
- patches from Debian/Gentoo
- addresses PR pkg/29721
1.6.3:
======
- Changes in the highlighting / pretty printing
- Support for state inheritance.
- new highlighting rules
- new output language `ansi' to print color outputs
- new encodings
- new options
An overflow check introduced earlier (for CAN-2004-0888) was never
triggered on 64-bit systems because 64-bit arithmetics was used there.
Sprinkle some casts to int su that the overflow can happen.
This fix is similar to the redhat one. The fix for similar code
in print/teTeX-bin looks much cleaner, but since cups already contains
the wrong redhad fix, I've chosen to stay close to the original.
bump PKGREVISION
2004-11-16 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
Add a decl in the header.
* libgnomecups/gnome-cups-printer.c (update_attributes) : disable the
optimization that went directly to a printer when we knew it's host.
This caused problems when the remote printer was not accessible, or
for machines with unresolveable localnames (eg SuSE). People can
re-enable it if they'd like (eg RedHat) by tweaking the magic global
static variable go_directly_to_printer_when_possible.
(_gnome_cups_printer_get_host) : ditto.
2004-10-27 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new
(gnome_cups_printer_set_description) :
s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/
(gnome_cups_printer_set_location) : ditto
2004-10-14 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=151218
* libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch
minor leak.
2004-10-10 Malcolm Tredinnick <malcolm@commsecure.com.au>
* configure.in: Wrap the GETTEXT_PACKAGE string in quotes.
Unbreaks the build.
2004-10-09 James Henstridge <james@jamesh.id.au>
* acconfig.h, acinclude.m4: remove unnecessary autoconf/automake
cruft.
* libgnomecups/Makefile.am: don't set LDFLAGS variable, since it
is meant to be a user variable. Don't define GNOMELOCALEDIR,
since it is done in the configure script now.
* configure.in: remove some macro calls that are unnecessary with
newer versions of Automake.
* autogen.sh: ask for Automake >= 1.7
Dom & Hans
* Clean up win32 build
Jody
* Use 'b' with fopen just to be safe
http://bugzilla.gnome.org/show_bug.cgi?id=160185
* Set the use theme flag correctly on subsequent previews
* Check for existence of transport before offering it
* Don't center the preview by default
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
Rename PLIST.pro to PLIST.common and PLIST.post to PLIST.common_end
and rename the PLIST.* files from ${LOWER_OPSYS} to ${OPSYS}.
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
argument to the configure script to point to ${PREFIX}/info; otherwise
they'd get installed in the lilypond/lilypond subdirectory, thus being
unrecognized by the PLIST. Bump PKGREVISION to 2.
within NetBSD-current's bsd.own.mk, which conflicts with its usage in
pkgsrc. The package that use USE_PAM have been converted to use the
bsd.options.mk framework. This should fix PR pkg/29257.
Version 1.5+2
2003/10/09
Background enhancement with specification of the geometry and colors.
2003/10/09
Added an HTML version of the manual with the help of HeVeA and
Luc Maranget.
2003/10/08
Change the background command execution order:
1) Solid background first,
2) Then apply the gradient function,
3) Then draw the image.
This way you can use an (alpha blended) image on a gradient background.
2003/10/03
Long time standing bug of set_title has been fixed: the
Active-DVI window is now allocated by the Window Manager with
the expected correct name.
Version 1.5
2003/09/30:
Introducing page timing dump to designated files for
synchronisation purposes.
version 1.01 include:
* Added parameters for 5167 Avery (tm) stock. Also added many new
Avery (tm) parameters.
* Added new parameter set 'freetype', to allow the user to place a text
string anywhere they want. Particular use is for numbering the pages.
* Code now escapes special PostScript characters (){}[]<>/% in the
input so that they will print properly and not crash the PS interpreter.
* Changed to honor user-defined number of columns.
* Added y_gap to Avery(tm) labels
* Updated calibration plot in BasicData to arbitrary paper size
* Added all of the component and label definition stuff.
* Added pagesize so that various paper sizes are actually handled correctly.
- The program should now not insist on having a peek at each remote URI in
your recently used document list. (Looks like faster startup times.)
- Many warnings fixed.
- Many updated translations.
Version 2.8.3
-------------
* Fix for CAN 2005-0064 (Derek Noonburg)
* Fix font encoding code for Type1C fonts and freetype > 2.1.7
Version 2.8.2
-------------
* Fix potential buffer overflow in xpdf colorspace handling code.
(Derek Noonburg) - CAN 2004-1125
* Fix bookmarks navigation. (Martin Sjogren, Marco Pesenti Gritti) - #159937
* Show "Exit Fullscreen" button only on current workspace. (Gordon
Ingram) - #161225
* Fix crash with broken embedded fonts. (Martin) - #161066
* Fix several crashes with mouse-over-links. (Martin) - #156784
* Translation updates: Vincent van Adrighem (nl)
changes:
-can run out of a Python 2.3 zip archive
-some fixes and feature additions
[pkgsrc] this distfile doesn't trigger the pax-as-tar bug, so remove
the build dependency on GNU tar
It includes the correct buildlink3.mk file from either Linux-PAM
(security/PAM) or OpenPAM (security/openpam) and eventually will
support solaris-pam. pam.buildlink3.mk will:
* set PAMBASE to the base directory of the PAM files;
* set PAM_TYPE to the PAM implementation used.
There are two variables that can be used to tweak the selection of
the PAM implementation:
PAM_DEFAULT is a user-settable variable whose value is the default
PAM implementation to use.
PAM_ACCEPTED is a package-settable list of PAM implementations
that may be used by the package.
Modify most packages that include PAM/buildlink3.mk to include
pam.buildlink3.mk instead.
What's new? Well, most importantly, the document watch feature has been
ported to gnome-vfs file monitoring capabilities, fixing annoying
misbehaviour of GGV while watching over remote documents. Apart from
that a few minor bugs were fixed and ghostscript was caught occasionally
running without the "-dSAFER" switch: this rather dangerous habit was
prohibited immediately!
GGV is now also a bit less of a narcist: it does not include "GGV" in
the desktop entry name - it's only "PostScript Viewer" now, following
the fine examples of eog and gpdf.
The recent-files module has been updated to the one in latest libegg.
Multiple updated translations.
- The scheduler's is_path_absolute() code could cause a DoS (STR #1042)
- The scheduler's device loading code used the wrong size limits for the
make/model and info parameters (STR #1035)
- The PNG loading code did not use a "long unsigned integer" format
specifier for the width and height (STR #1032)
- The web interface only showed the first 4 or 8 characters of
"{variable-name}" for undefined template variables (STR #1031)
- The hpgltops filter did not handle a common PCL command to enter
HP-GL/2 mode (STR #1037)
- The scheduler no longer sends the page-set option when printing banner
pages (STR #995)
- The hpgltops filter contained two buffer overflows that could
potentially allow remote access to the "lp" account (STR #1024)
- The lppasswd command did not protect against file descriptor or ulimit
attacks (STR #1023)
- The "lpc status" command used the wrong resource path when querying
the list of printers and jobs, causing unnecessary authentication
requests (STR #1018)
- The httpWait() function did not handle signal interruptions (STR #1020)
- The USB backend used the wrong size status variable when checking the
printer status (STR #1017)
- The scheduler did not delete classes from other classes or implicit
classes, which could cause a crash (STR #1015)
- The IPP backend now logs the remote print job ID at log level NOTICE
instead of INFO (so it shows up in the error_log file...)
dependency (so we need it in the buildlink directory to build other
packages). Should fix build of libgnomeprint shown in minskim@'s
latest Linux bulk build.
here, do some sorting and take maintainership.
Changes:
* configure.ac: Change reference source file on AC_INIT
* src/gv_message.h (displayed\n\): Fixed a typo on the help message.
* src/gv_misc_res.dat: Changed the Reopen label to Reload for the
File menu.
* src/Makefile.am ($(srcdir)/gv_intern_res_unix.dat): Fix
GV.gsCmdConvPDF in order to work.
* src/main.c (main): Process GNU arguments after X initialization
* configure.ac: Changed the scratch dir from ~/ to /tmp/
This represents a major version bump and with it many many improvements
and changes which are far to long to summarize here. One important change
is that this version works with gcc3.