[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

New Debian i386 Packages



These i386 packages were installed into the Debian hierarchy in the
last week:

----- !!! HIGH URGENCY PACKAGES !!! -----

modutils   - Linux module utilities.
modutils 2.1.121-3 -> 2.1.121-4 into dists/slink/main/binary-i386/base
modutils (2.1.121-4) unstable; urgency=high
  * Recompiled with kerneld.h from modutils 2.1.85
  * Added fc4 to the search path


----- MEDIUM Urgency Packages -----------

bsdmainutils - More utilities from 4.4BSD-Lite.
bsdmainutils 4.2 -> 4.3 into dists/slink/main/binary-i386/utils
bsdmainutils (4.3) unstable; urgency=medium
  * vacation.c: read entire message, not just the headers, to keep mailers
    	which detect abnormal pipe closure from throwing a fit.
  	Fixes Bug#23072.
  * look.c: fix problem with dictionary comparisons due to
    	misunderstanding the behaviour of C's "continue" keyword.
  	Fixes Bug#21536 and #26958.
  * pathname.h, calendar.c, calendars/default: patch from Patrik Rak
    	<patrik@ss1000.ms.mff.cuni.cz> to use ~/.calendar as an
    	alternative to ~/calendar.  Also has a system-wide default file
    	used if user has none.  Fixes Bug#15813, #25854
  * column.c: patch from Patrik Rak <prak3264@ss1000.ms.mff.cuni.cz> to fix
   	segfault if too many columns are passed in with -t option.
  	Fixes Bug#26132.


metamail   - An implementation of MIME.
metamail 2.7-28 -> 2.7-29 into dists/slink/main/binary-i386/mail
metamail (2.7-29) unstable; urgency=medium
  * Applied security patch from Topi Miettinen (fixes #26877).


nfs-server - User space NFS server.
nfs-server 2.2beta36-1 -> 2.2beta36-2 into dists/slink/main/binary-i386/net
nfs-server (2.2beta36-2) unstable; urgency=medium
  * Fixed incorrect authentication for /.


----- Low Urgency Packages --------------

2utf       - Translates char-sets and decodes MIME.
2utf 1.06 -> 1.07 into dists/slink/main/binary-i386/text
2utf (1.07) unstable; urgency=low
  * Type changes for Alpha. Thanks to Paul Slootman <paul@wurtel.demon.nl>.
  * Fixed missing newline at the end of base64 text part of
    multipart mail message.
  * Added FreeBSD port.


amcl       - A Simple Mu{d,ck,sh,se} Client
amcl 0.3-1 -> 0.4.2-1 into dists/slink/main/binary-i386/net
amcl (0.4.2-1) unstable; urgency=low
  * New upstream release.


apcalc     - Arbitrary precision calculator (original name: calc)
apcalc-dev - Library for arbitrary precision arithmetic
apcalc-dev 2.10.3t5.45-4 -> 2.10.3t5.45-5 into dists/slink/main/binary-i386/math
apcalc 2.10.3t5.45-4 -> 2.10.3t5.45-5 into dists/slink/main/binary-i386/math
apcalc (2.10.3t5.45-5) unstable; urgency=low
  * Removed /bin/ash-dependency from custom/Makefile (closes: Bug#26864)


arena      - an HTML 3.0 compliant WWW browser for X
arena 0.3.61-2 -> 0.3.61-3 into dists/slink/main/binary-i386/web
arena (1:0.3.61-3) unstable; urgency=low
  * Recompile for libpng2. (#26921)


aumix      - Simple text-based mixer control program
aumix 1.10-1 -> 1.13-1 into dists/slink/main/binary-i386/sound
aumix (1.13-1) unstable; urgency=low
  * New upstream release.
  * Major change: ALSA support added.


blt8.0     - Shared libraries for blt (v2.4f)
blt8.0-dev - Development in blt (v2.4f)
blt8.0-dev 2.4f-2 -> 2.4f-3 into dists/slink/main/binary-i386/devel
blt8.0 2.4f-2 -> 2.4f-3 into dists/slink/main/binary-i386/libs
blt8.0 (2.4f-3) unstable; urgency=low
  * Bug #26652 - Added a conflict for blt8.0-unoff.


bock       - Bootstrap-only compiler kit for a subset of Java(tm)
bock 0.12 -> 0.13 into dists/slink/main/binary-i386/devel
bock (0.13) unstable; urgency=low
  * Implement evaluation of array initialisers.
  * Reorganise block generation to put all local declarations first,
    enabling switch statements to be compiled.
  * Implement switch/case statements.
  * Do string conversion on arrays correctly; don't treat them like
    their element type.
  * Fix a bug which made the generated program allocate far too much
    memory for arrays.
  * Generate a diagnostic if the lexer finds a string literal containing a
    '\0'.  (That's better than a silent failure, isn't it?)
  * Minor fix to the grammar to correctly recognise an empty array
    initialiser with a single comma in it.
  * In java.io.FileDescriptor, when converting strings to C format,
    add a '\0' to the end.
  * In java.io.FileDescriptor, open files for writing with O_CREAT and
    with mode 0666 rather than 0.
  * Change some careless C++-style comments in the C source to C-style.
    (GCC is far too forgiving; it doesn't even warn about this.)


bock       - Bootstrap-only compiler kit for a subset of Java(tm)
bock 0.13 -> 0.14 into dists/slink/main/binary-i386/devel
bock (0.14) unstable; urgency=low
  * Implemented stack traces.  The implementation may be somewhat
    inefficient, but at least we now have some kind of diagnostics.
  * Implemented \uXXXX Unicode escapes.  Caveat: these work ONLY in
    character and string literals.  These literals are, however, fully
    16-bit clean.  '\0' in string literals now works properly.
  * Implemented java.io.BufferedInputStream.
  * Made java.io.FilterOutputStream call its flush() method before
    closing its contained stream.  This doesn't conform to the JLS, but
    it is specified by both the JDK 1.1 documentation, and common sense.
  * Fixed a bug in toString() in both java.lang.Integer and
    java.lang.Long, where an erroneous '0' was inserted in single-digit
    negative numbers.
  * Fixed a hideous bug in the set() and clear() methods of
    java.util.BitSet.  (I transposed &= with |=.)
  * Made stringpool_intern_wide() allocate memory using xmalloc()
    (which calls GC_malloc()), rather than calling malloc() and realloc()
    directly and then storing pointers to GC_malloc()ed memory in there.
    This seems to have been causing memory to be collected too early,
    and was corrupting the string pool.
  * Removed a spurious error message associated with nested array
    initialisers.
  * Since bock can now compile JLex (with minor changes, namely to move
    the square brackets before the declarator in all declarations, and
    to delete a spurious semicolon which javac should not have accepted
    anyway), JLex is now part of bock's test suite.


bock       - Bootstrap-only compiler kit for a subset of Java(tm)
bock 0.14 -> 0.15 into dists/slink/main/binary-i386/devel
bock (0.15) unstable; urgency=low
  * Build statementexpressionlists in forward, rather than reverse order.
  * Delete codegen_stmtexprlist() replacing calls to it with calls to
    codegen_block().
  * Record in the parse tree the number of pairs of empty square brackets
    after local variable and field declarators.
  * Do some simplifying transformations on the parse tree before starting
    to resolve names:
    + Separate local variable and field declarations describing many
      locals or fields into many declarations describing one local or
      field each.
    + Extract the initialisation step from for statements, creating an
      enclosing block to correctly scope declarations.
  * After each local or field declaration is separate, incorporate the
    additional array dimentions stored.
  * As a result of the above, square brackets indicating additional
    array dimensions may now be placed after declarators.  Whew!
  * Back out the square-bracket changes to the copy of JLex in the
    test suite.
  * Made square brackets after method declarators work.  (Which was not
    nearly so difficult as for local and field declarators.)
  * When running bock with no arguments, give usage message.
  * Insert a few "this can't happen" assertions.


bsdgames-nonfree - collection of text games from BSD systems - nonfree
bsdgames-nonfree 2.4-1 -> 2.5-1 into dists/slink/non-free/binary-i386/games
bsdgames-nonfree (2.5-1) unstable; urgency=low
  * New upstream release. Boggle was moved to bsdgames, only rogue remains.


bsdgames   - collection of text games from BSD systems
bsdgames 2.4-1 -> 2.5-1 into dists/slink/main/binary-i386/games
bsdgames (2.5-1) unstable; urgency=low
  * New upstream release - boggle is now free.


bsdutils   - Basic utilities from 4.4BSD-Lite.
bsdutils 4.3 -> 4.4 into dists/slink/main/binary-i386/base
bsdutils (4.4) unstable; urgency=low
  * kill.c, mksignames.c, Makefile: applied patch from Eric Delaunay
    	<delaunay@lix.polytechnique.fr> to allow proper signal number
    	detection under non-i386 linux.  Slightly modified to fix off by
    	one error.
  * script.1: tell people how to strip control characters out.
  	Fixes Bug#25156.


c2man      - Graham Stoney's mechanized man page generator
c2man 2.41-9 -> 2.41-10 into dists/slink/main/binary-i386/devel
c2man (2.41-10) unstable; urgency=low
  * Regenerated Configure from the latest dist package so that configure
    does not requires a tty stdin when the -d and -E/e options are in
    effect. closes: BUG#25042


cdrdao     - Write audio CD-Rs in disk-at-once mode
cdrdao 1.06-1 -> 1.07-1 into dists/slink/main/binary-i386/otherosfs
cdrdao (1.07-1) unstable; urgency=low
  * New upstream release.


checkbot   - a WWW link verifier
checkbot 1.51-1 -> 1.51-2 into dists/slink/main/binary-all/web
checkbot (1.51-2) unstable; urgency=low
  * Add dependency on libhtml-tree-perl


circlepack - creation and display of circle packings
circlepack 4.0.1-2 -> 4.0.1-3 into dists/slink/main/binary-i386/math
circlepack (4.0.1-3) unstable; urgency=low
  * Changed compiler flag.
  * Support for other archs.


clif       - C language interpreter
clif 0.90.2-1 -> 0.90.2-2 into dists/slink/main/binary-i386/interpreters
clif (0.90.2-2) unstable; urgency=low
  * Checked compiler option, change to cc.


cln        - Class Library for Numbers (c++)
cln-dev    - Development library for Class Library for Numbers (c++)
cln-dev 0.98-4 -> 0.98-5 into dists/slink/main/binary-i386/devel
cln 0.98-4 -> 0.98-5 into dists/slink/main/binary-i386/math
cln (0.98-5) unstable; urgency=low
  * make debian/rules more non-i386 friendly
  * links against newer libstdc++


cvs-buildpackage - Debian package scripts for CVS source trees.
cvs-buildpackage 2.08 -> 2.09 into dists/slink/main/binary-all/devel
cvs-buildpackage (2.09) unstable; urgency=low
  * Fix a couple of typos involving version and name specification.
    closes: BUG#26973, BUG#26974


cvs-buildpackage - Debian package scripts for CVS source trees.
cvs-buildpackage 2.09 -> 2.10 into dists/slink/main/binary-all/devel
cvs-buildpackage (2.10) unstable; urgency=low
  * The cvs-buildpackage program now honors the CVSDEB_PREFIX environment
    variable, just like cvs-inject and cvs-upgrade programs. It does not
    honor the configuration variable conf_prefix (it never has), and this
    is now documented.


ddd        - The Data Display Debugger, a graphical frontend for GDB.
ddd 3.0-5 -> 3.0-6 into dists/slink/main/binary-i386/devel
ddd (3.0-6) unstable; urgency=low
  * [ddd/Ddd.in] Try mozilla and the GNOME help browser before netscape,
    as they are free.
  * [ddd/Makefile.in] Extract builder information from debian/changelog ;
    this was accidentally dropped.
  * [ddd/configure.in] Made disabling features work; forwarded fix upstream.
  * No longer compile the ddd manpage into the ddd binary.
  * Suggests: info, libc-doc (for help on signal), xcontrib (for interactive
    font selection using xfontsel), groff (for the manpage).
  * Per policy, include the application defaults file.
  * No longer compile the application defaults file into the ddd binary.
  * [ddd/Ddd.in.m4] include explanation about the application defaults file.
  * Removed "icon=none" from menu file (lintian).
  * Updated Standards-Version.
  * Use a separate builddir.


developers-reference - Debian Developer's Reference
developers-reference 2.4.1.3 -> 2.4.1.4 into dists/slink/main/binary-all/doc
developers-reference (2.4.1.4) unstable; urgency=low
  * fill in Section "The master server" a bit; other servers to follow
  * in Section "Distribution directories", mention that distributions
    are always in 'dists' subdir of the Debian archive; talk about
    'proposed-updates'
  * in Section "Release code names", talk about 'sid' a bit
  * in Section "Interim releases", talk about how non-maintainers should
    use the BTS, and bug severity "fixed" (closes Bug#17524)
  * in Section "Generating the changes file", talk about how to set the
    distribution in the debian/changelog file (i.e., "frozen unstable")
  * add a new Section "Checking the package prior to upload" to Section
    "Uploading a package", mentioning lintian and other tests one should
    do prior to uploading
  * add new Section "Notification that a new package has been installed"
    in Section "Uploading a package", talking about dinstall and the
    override file a bit
  * add new Sections "Moving packages", "Removing packages", "Replacing or
    renaming packages", and "Orphaning a package" (closes Bug#26650)
  * add new Section "Bugs in your packages", talking about maintainer
    duties with respect to bugs
  * add new Section "Lintian reports" under "Handling bugs reports",
    talking about how maintainers should check their packages with lintian
    every now and then, alternatively pointing them to the lintian web
    pages
  * clarify, a bit, the use of "section" and "subsection", bringing it
    into line with the usage in the Policy Manual and Packaging Manual
  * grammar and markup changes throughout
  * debian/rules: added a crude source-depends rule, which renders more
    explicit what is used to build this package


dh-make    - Debianizing Tool for debhelper
dh-make 0.5 -> 0.6 into dists/slink/main/binary-all/devel
dh-make (0.6) unstable; urgency=low
  * Fixed problems with multi packages not using the -i and -a flags.
  * Added upstream author into copyright template (Bug #25622 )
  * Upstream changelogs handled by dh_installchangelogs rather than
    dh_installdocs (Bug #25961 )
  * Attempted at another go at the version guessing (Bug #22689 )


dhcpcd     - a DHCP client
dhcpcd 0.70-3 -> 1.3.8-0.1 into dists/slink/main/binary-alpha/net
dhcpcd 0.70-3 -> 1.3.8-0.1 into dists/slink/main/binary-i386/net
dhcpcd (1.3.8-0.1) unstable; urgency=low
  * NMU for new version that reputedly works with 2.1 kernels


display-dhammapada - Displays verse from Dhammapada.
display-dhammapada 0.16 -> 0.17 into dists/slink/main/binary-i386/misc
display-dhammapada (0.17) unstable; urgency=low
  * Minor changes in Makefile.
  * xsession example.


distributed-net - donate unused CPU cycles - client for distributed.net
distributed-net 2.7100.416-4 -> 2.7100.417-1 into dists/slink/non-free/binary-i386/misc
distributed-net (2.7100.417-1) unstable; urgency=low
  * Added arm architecture.
  * Summarizing versions, we have:
      - i386, powerpc: .416
      - sparc: .412
      - alpha: .414
      - m68k: temporarily gone
      - arm: .417


djtools    - Tools for HP DeskJet printer.
djtools 1.0-3 -> 1.0-4 into dists/slink/main/binary-i386/text
djtools (1.0-4) unstable; urgency=low
  * Fixed dh_installdocs problem (Bug #26956 )


dlint      - Checks dns zone information using nameserver lookups
dlint 1.3.1-1 -> 1.3.1-2 into dists/slink/main/binary-all/net
dlint (1.3.1-2) unstable; urgency=low
  * digparse is installed in /usr/lib/dlint instead of /usr/bin as it
    is not to be called by user.
  * Corrected FSF address (fixes Lintian error).
  * Upstream changelog is now named changelog.gz (fixes Lintian warning).
  * Added missing .gz to /usr/doc/dlint/README (#25051).
  * Binaries and manpages are in /usr instead of /usr/X11R6 now (#25423).


docbook-stylesheets - Modular DocBook stylesheets, for print and HTML
docbook-stylesheets 1.12-1 -> 1.13-1 into dists/slink/main/binary-all/text
docbook-stylesheets (1.13-1) unstable; urgency=low
  * new upstream release
  * remove custom parameter, peril-tblwidth


drawmap    - draw customized maps, using raw USGS data files
drawmap 1.3-1 -> 1.3-2 into dists/slink/main/binary-i386/math
drawmap (1.3-2) unstable; urgency=low
  * Remove hard coded egcc use.


dsc        - DSSSL Syntax Checker
dsc 1.0-2 -> 1.0-3 into dists/slink/main/binary-i386/text
dsc (1.0-3) unstable; urgency=low
  * rebuild with new jade, egcs
  * debian/patches_for_tarballs: obsolete, removed


eeyes      - The Electric Eyes graphics viewer/editor
eeyes 0.25-1 -> 0.3-1 into dists/slink/main/binary-i386/graphics
eeyes (1:0.3-1) unstable; urgency=low
  * New upstream release.
  * Electric eyes is now a separate source file.


egcc       - The GNU (egcs) C compiler.
egcs-docs  - Documentation for the egcs compilers (egcc, gobjc, g++).
g++        - The GNU (egcs) C++ compiler.
g77        - The GNU (egcs) Fortran compiler.
gobjc      - The GNU (egcs) Objective-C compiler.
gpc        - The GNU (egcs) Pascal compiler.
libg++2.8.2 - The GNU C++ extension library - runtime version.
libg++2.8.2-dev - The GNU C++ extension library - development files.
libstdc++2.9 - The GNU stdc++ library (egcs version)
libstdc++2.9-dev - The GNU stdc++ library (development files)
egcc 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/devel
egcs-docs 2.91.57-1.1 -> 2.91.57-2 into dists/slink/main/binary-all/devel
g++ 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/devel
g77 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/devel
gobjc 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/devel
gpc 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/devel
libg++2.8.2-dev 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/devel
libg++2.8.2 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/libs
libstdc++2.9-dev 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/devel
libstdc++2.9 2.91.57-1 -> 2.91.57-2 into dists/slink/main/binary-i386/base
egcs (1.1b-2) unstable; urgency=low
  * New upstream spellfix release (Debian revision is 2 as the internal
    version numbers didn't change).
  * Added egcc -> gcc symlink on architectures where egcc is the primary C
    compiler. Thus, maintainers of packages that require egcc, can now
    simply use "egcc" without conditionals.
  * Porters: we hope/plan to make egcs's gcc the default C compiler on all
    platforms once the 2.2.x kernels are available. Please test this version
    thoroughly, and give us a GO / NO GO for your architecture.
  * Some symbols cpp used to predefine were removed upstream in order to clean
    up the cpp namespace, but imake requires them for determining the proper
    settings for LinuxMachineDefines (see /usr/X11R6/lib/X11/{Imake,linux}.cf),
    thus we put them back. Thanks to Paul Slootman for reporting his imake
    problems on Alpha.
    * [gcc/config/alpha/linux.h] Added -D__alpha to CPP_PREDEFINES .
      Thanks to Chris Chimelis for the alpha-only 1.1a-1.1 NMU which fixed
      this already.
    * [gcc/config/i386/linux.h] Added -D__i386__ to CPP_PREDEFINES .
    * [gcc/config/sparc/linux.h] Has -Dsparc in CPP_PREDEFINES .
    * [gcc/config/sparc/linux64.h] Has -Dsparc in CPP_PREDEFINES .
    * [gcc/config/m68k/linux.h] Has -Dmc68000 in CPP_PREDEFINES .
    * [gcc/config/rs6000/linux.h] Has -Dpowerpc in CPP_PREDEFINES .
    * [gcc/config/arm/linux.h] Has -Darm in CPP_PREDEFINES .
    * [gcc/config/i386/gnu.h] Has -Di386 in CPP_PREDEFINES .
  * Small fixes and updates in README.
  * Changes affecting the source package only:
    * [gcc/Makefile.in, gcc/cp/Make-lang.in, gcc/p/Make-lang.in]
      Daniel Jacobowitz: Ugly hacks of various kinds to make cplib2.txt get
      properly regenerated with multilib.
    * [debian/TODO] Created.
    * [INSTALL/index.html] Fixed broken link.


egcc       - The GNU (egcs) C compiler.
egcs-docs  - Documentation for the egcs compilers (egcc, gobjc, g++).
g++        - The GNU (egcs) C++ compiler.
g77        - The GNU (egcs) Fortran compiler.
gobjc      - The GNU (egcs) Objective-C compiler.
gpc        - The GNU (egcs) Pascal compiler.
libg++2.8.2 - The GNU C++ extension library - runtime version.
libg++2.8.2-dev - The GNU C++ extension library - development files.
libstdc++2.9 - The GNU stdc++ library (egcs version)
libstdc++2.9-dev - The GNU stdc++ library (development files)
egcc 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/devel
egcs-docs 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-all/devel
g++ 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/devel
g77 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/devel
gobjc 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/devel
gpc 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/devel
libg++2.8.2-dev 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/devel
libg++2.8.2 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/libs
libstdc++2.9-dev 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/devel
libstdc++2.9 2.91.57-2 -> 2.91.57-3 into dists/slink/main/binary-i386/base
egcs (1.1b-3) unstable; urgency=low
  * Oops. The egcc -> gcc link on archs where gcc is egcc was broken.
    Thanks to Chris Chimelis for pointing this out.


emacspeak-ss - Emacspeak speech server for several synthesizers
emacspeak-ss 0.5-1 -> 0.5-2 into dists/slink/main/binary-all/editors
emacspeak-ss (0.5-2) unstable; urgency=low
  * Include TROUBLESHOOTING and testit in package.


ethereal   - Network traffic analyzer
ethereal 0.3.15-1 -> 0.3.16-1 into dists/slink/main/binary-i386/net
ethereal (0.3.16-1) unstable; urgency=low
  * New upstream version


exim       - Exim Mailer
eximon     - X-windows monitor for the exim mail transport agent.
exim 2.02-3 -> 2.04-1 into dists/slink/main/binary-i386/mail
eximon 2.02-3 -> 2.04-1 into dists/slink/main/binary-i386/mail
exim (2.04-1) unstable; urgency=low
  * New upstream version (mostly bug fixes)
  * debian/crontab: check exim exists and is executable (#26953)


findutils  - utilities for finding files--find, xargs, and locate
findutils 4.1-29 -> 4.1-30 into dists/slink/main/binary-i386/base
findutils (4.1-30) unstable; urgency=low
  * reduced PATH in update.sh to increase security (fixes bug #21704)
  * removed more function declarations to meet GNU coding standards
  * removed "-s /bin/sh" from updatedb change quoting around PRUNEFS
    (fixes bug #20812, again, and #26857)


freeamp    - A GPLed MPEG (mp2/mp3) audio player
freeamp 0.0.dr1-1 -> 0.0.dr1-3 into dists/slink/main/binary-i386/sound
freeamp (0.0.dr1-3) unstable; urgency=low
  * Change 'rm config/config.h' in 'clean' target of debian/rules to
    'rm -f config/config.h'. Fixes #24289, #25765.
  * Whoops, forgot to put the download URL in debian/changelog. Fixed.


gettyps    - Replacement for getty.
gettyps 2.0.7j-6 -> 2.0.7j-7 into dists/slink/non-free/binary-i386/comm
gettyps (2.0.7j-7) unstable; urgency=low
  * Fixed string bug with patch from Ian Jackson (fixes #26873).


gide       - gtk-based Integrated Development Environment for C
gide 0.0.7.19980917-1 -> 0.0.7.19980921-1 into dists/slink/main/binary-i386/devel
gide (0.0.7.19980921-1) unstable; urgency=low
  * updated from CVS on Sep 21


gide       - gtk-based Integrated Development Environment for C
gide 0.0.7.19980921-1 -> 0.0.7.19980923-1 into dists/slink/main/binary-i386/devel
gide (0.0.7.19980923-1) unstable; urgency=low
  * updated from CVS on Sep 23 - bugfix plus minor improvements


gide       - gtk-based Integrated Development Environment for C
gide 0.0.7.19980923-1 -> 0.0.7.19980923-2 into dists/slink/main/binary-i386/devel
gide (0.0.7.19980923-2) unstable; urgency=low
  * remove dependency files .deps/*.P in clean target, it's silly to include
    those in the source package, and they're not portable across systems
    anyway. (fix Bug#26967, thanks to Paul Slootman <paul@wurtel.demon.nl>)


libglib-dbg - Debugging static libraries for the GLib library
libglib-dev - Header files and static libraries for the GLib library
libglib1.1 - The GLib library of C routines
libglib-dbg 1.1.3-1 into dists/slink/main/binary-i386/devel
libglib-dev 1.1.2-1 -> 1.1.3-1 into dists/slink/main/binary-i386/devel
libglib1.1 1.1.2-1 -> 1.1.3-1 into dists/slink/main/binary-i386/libs
glib (1.1.3-1) unstable; urgency=low
  * New upstream version.
  * New libglib-dbg package.


libc6      - The GNU C library version 2 (run-time files).
libc6-dbg  - The GNU C library version 2 (debugging/profiling files).
libc6-dev  - The GNU C library version 2 (development files).
libc6-doc  - The GNU C library version 2 (documentation files)
libc6-pic  - The GNU C library version 2 (PIC library)
locales    - Locale data files and utilities.
timezones  - Time zone data files and utilities.
libc6-dbg 2.0.7t-1 -> 2.0.7u-1 into dists/slink/main/binary-i386/devel
libc6-dev 2.0.7t-1 -> 2.0.7u-1 into dists/slink/main/binary-i386/devel
libc6-doc 2.0.7t-1 -> 2.0.7u-1 into dists/slink/main/binary-all/doc
libc6-pic 2.0.7t-1 -> 2.0.7u-1 into dists/slink/main/binary-i386/devel
libc6 2.0.7t-1 -> 2.0.7u-1 into dists/slink/main/binary-i386/base
locales 2.0.7t-1 -> 2.0.7u-1 into dists/slink/main/binary-i386/admin
timezones 2.0.7t-1 -> 2.0.7u-1 into dists/slink/main/binary-i386/base
glibc (2.0.7u-1) unstable; urgency=low
  * Upstream source release.


gnome-admin - Gnome Admin Utilities (gulp and logview)
gnome-gxsnmp - A network management tool that uses SNMP
gnome-admin 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/admin
gnome-gxsnmp 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/admin
gnome-admin (0.27.cvs.980926-1) unstable; urgency=low
  * No upstream version, using snapshot instead.


gnome-control-center - The Gnome Control Center
gnome-core - Common files for Gnome core apps and help browser
gnome-panel - Launch and/or dock Gnome applications
gnome-session - The Gnome Session Manager
gnome-terminal - The Gnome terminal emulator application
libcapplet-dev - Library for Gnome Control Center applets - Development
libcapplet0 - Library for Gnome Control Center applets
libpanel-applet-dev - Library for Gnome Panel applets - Development
libpanel-applet0 - Library for Gnome Panel applets
gnome-control-center 0.30-1 into dists/slink/main/binary-i386/x11
gnome-core 0.28.1-1 -> 0.30-1 into dists/slink/main/binary-i386/x11
gnome-panel 0.28.1-1 -> 0.30-1 into dists/slink/main/binary-i386/x11
gnome-session 0.28.1-1 -> 0.30-1 into dists/slink/main/binary-i386/x11
gnome-terminal 0.28.1-1 -> 0.30-1 into dists/slink/main/binary-i386/x11
libcapplet-dev 0.30-1 into dists/slink/main/binary-i386/devel
libcapplet0 0.30-1 into dists/slink/main/binary-i386/libs
libpanel-applet-dev 0.30-1 into dists/slink/main/binary-i386/devel
libpanel-applet0 0.30-1 into dists/slink/main/binary-i386/libs
gnome-core (0.30-1) unstable; urgency=low
  * New upstream release.


gnome-card-games - Gnome card games - Solitaire games (FreeCell, Klondike, Spider, e
gnome-games - Common files for the Gnome game packages
gnome-gnobots - Gnome version of text based robots game for BSD games collection
gnome-gnomine - Classic find the mines in the minefield game (from Gnome)
gnome-gnothello - Gnome version of Othello (Reversi) board game
gnome-gyahtzee - Gnome version of Yahtzee Dice Game
gnome-mahjongg - Classic Chinese Tile Game (from Gnome)
gnome-same-gnome - The "Same Game" puzzle (from Gnome)
gnome-card-games 0.27-1 -> 0.27-2 into dists/slink/main/binary-i386/games
gnome-games 0.27-1 -> 0.27-2 into dists/slink/main/binary-all/games
gnome-gnobots 0.27-1 -> 0.27-2 into dists/slink/main/binary-i386/games
gnome-gnomine 0.27-1 -> 0.27-2 into dists/slink/main/binary-i386/games
gnome-gnothello 0.27-1 -> 0.27-2 into dists/slink/main/binary-i386/games
gnome-gyahtzee 0.27-1 -> 0.27-2 into dists/slink/main/binary-i386/games
gnome-mahjongg 0.27-1 -> 0.27-2 into dists/slink/main/binary-i386/games
gnome-same-gnome 0.27-1 -> 0.27-2 into dists/slink/main/binary-i386/games
gnome-games (0.27-2) unstable; urgency=low
  * Recompiled to fix dependencies.


gnome-guile - Guile-Gtk scheme interpreter (part of Gnome)
libguilegtk-dev - Dev libraries for Guile-Gtk scheme interpreter (part of Gnome)
libguilegtk0 - Libraries for Guile-Gtk scheme interpreter (part of Gnome)
gnome-guile 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/interpreters
libguilegtk-dev 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/devel
libguilegtk0 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/libs
gnome-guile (0.27.cvs.980926-1) unstable; urgency=low
  * No upstream release - use snapshot release instead.


gnome-hello - The Gnome "Hello World" examples
libgnome-dev - The Gnome libraries -- development package
libgnome0  - The Gnome libraries
libgtkxmhtml-dev - The Gnome gtkxmhtml (HTML) widget -- development package
libgtkxmhtml0 - The Gnome gtkxmhtml (HTML) widget
libzvt-dev - The Gnome zvt (zterm) widget -- development package
libzvt0    - The Gnome zvt (zterm) widget
gnome-hello 0.27-2 -> 0.30-1 into dists/slink/main/binary-i386/devel
libgnome-dev 0.27-2 -> 0.30-1 into dists/slink/main/binary-i386/devel
libgnome0 0.27-2 -> 0.30-1 into dists/slink/main/binary-i386/devel
libgtkxmhtml-dev 0.27-2 -> 0.30-1 into dists/slink/main/binary-i386/devel
libgtkxmhtml0 0.27-2 -> 0.30-1 into dists/slink/main/binary-i386/devel
libzvt-dev 0.27-2 -> 0.30-1 into dists/slink/main/binary-i386/devel
libzvt0 0.27-2 -> 0.30-1 into dists/slink/main/binary-i386/libs
gnome-libs (0.30-1) unstable; urgency=low
  * New upstream release.


gnome-media - Gnome Media Utilities (gmix, gtcd)
gnome-media 0.27-1 -> 0.30-1 into dists/slink/main/binary-i386/sound
gnome-media (0.30-1) unstable; urgency=low
  * New upstream release.


libobgnome-dev - Objective-C - Gnome bindings -- development package
libobgnome0 - Objective-C - Gnome bindings
libobgtk-dev - Objective-C - Gtk bindings -- development package
libobgtk1  - Objective-C - Gtk bindings
libobgnome-dev 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/devel
libobgnome0 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/libs
libobgtk-dev 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/devel
libobgtk1 0.27-1 -> 0.27.cvs.980926-1 into dists/slink/main/binary-i386/libs
gnome-objc (0.27.cvs.980926-1) unstable; urgency=low
  * No upstream release available, so use one from CVS.


gnome-utils - Gnome Utilities (gtt, ghex, gnomecal, and more)
gnome-utils 0.28-1 -> 0.30-1 into dists/slink/main/binary-i386/utils
gnome-utils (0.30-1) unstable; urgency=low
  * New upstream release.


gnuplot    - A command-line driven interactive plotting program.
gnuplot 3.5beta6.340-6 -> 3.5beta6.347-1 into dists/slink/main/binary-i386/math
gnuplot (3.5beta6.347-1) unstable; urgency=low
  * New upstream release
  * New maintainer


libgtk1.1  - The GIMP Toolkit set of widgets for X, unstable branch
libgtk1.1-dbg - Debugging files for the GIMP Toolkit, unstable branch
libgtk1.1-dev - Development files for the GIMP Toolkit, unstable branch
libgtk1.1-doc - Documentation for the GIMP Toolkit, unstable branch
libgtk1.1-dbg 1.1.2-1 into dists/slink/main/binary-i386/devel
libgtk1.1-dev 1.1.1-1 -> 1.1.2-1 into dists/slink/main/binary-i386/devel
libgtk1.1-doc 1.1.1-1 -> 1.1.2-1 into dists/slink/main/binary-all/doc
libgtk1.1 1.1.1-1 -> 1.1.2-1 into dists/slink/main/binary-i386/libs
gtk+1.1 (1:1.1.2-1) unstable; urgency=low
  * New upstream version.
  * Now depends upon instead of recommends glib1.1/glib-dev.
  * New libgtk1.1-dbg package.


libgtk-dbg - Debugging static libraries for the GIMP Toolkit
libgtk-dev - Header files and static libraries for the GIMP Toolkit
libgtk-doc - Documentation and example code for the GIMP Toolkit
libgtk1    - The GIMP Toolkit set of widgets for X
libgtk-dbg 1.0.6-1 into dists/slink/main/binary-i386/devel
libgtk-dev 1.0.5-1 -> 1.0.6-1 into dists/slink/main/binary-i386/devel
libgtk-doc 1.0.5-1.1 -> 1.0.6-1 into dists/slink/main/binary-all/doc
libgtk1 1.0.5-1 -> 1.0.6-1 into dists/slink/main/binary-i386/libs
gtk+ (1:1.0.6-1) unstable; urgency=low
  * New upstream version.
  * - Minor documentation fixups.
  * - Miscellaneous fixes for Entry, Paned, Table, and CList widgets.
  * - More fixes for GTKText, should behave much more stable now.
  * - GtkFileSelection should behave much more nicely in combination with
      AFS now.
  * - Configuration fixes on various platforms.
  * - Miscellaneous fixes to XInput support.
  * - Build with shared library dependencies on Linux.
  * - Fix for a major bug in the type systems memory allocation code
      that could cause random crashes.
  * Now builds a libgtk-dbg package, which installs /usr/lib/libgtk_g.a --
    link to this statically if you wish to debug a GTK+ application you're
    working on. Fixes bug #25421
  * The rest of the libgtk* packages (libgtk1, libgtk-dev) are now built
    with --enable-debug=no. Fixes bug #25820.
  * Made sure we remove any directories called '.deps' in the clean
    target so the .diff.gz isn't humungous. Fixes bug #19977.
  * Removed forcing the use of the Debian autoconf/automake, since upstream
    now builds with shared library dependancies.


libgtkmm   - shared library of gtk--, a C++ wrapper for Gtk
libgtkmm-dev - static library and header files of gtk--, a C++ wrapper for Gtk
libgtkmm-dev 0.9.11-2 -> 0.9.15-1 into dists/slink/main/binary-i386/devel
libgtkmm 0.9.11-2 -> 0.9.15-1 into dists/slink/main/binary-i386/libs
gtkmm (0.9.15-1) unstable; urgency=low
  * New upstream release.
  * Added gensig to libgtkmm-dev.


heyu       - 2-way x10 communications for the CM11A x10 controller
heyu 1.19-6 -> 1.19-7 into dists/slink/main/binary-i386/electronics
heyu (1.19-7) unstable; urgency=low
  * Fixed packaging errors


htget      - a file grabber that will get files from HTTP servers
htget 0.9.1-1 -> 0.9.1-2 into dists/slink/main/binary-i386/web
htget (0.9.1-2) unstable; urgency=low
  * Fixed config file problem


gdk-imlib-dev - Header files needed for Gdk-Imlib development
gdk-imlib1 - Gdk-Imlib is an imaging library for use with gtk
imlib-base - Common files needed by the Imlib/Gdk-Imlib packages
imlib-dev  - Header files needed for Imlib development
imlib-progs - Configuration program for Imlib and GDK-Imlib
imlib1     - Imlib is an imaging library for X and X11
gdk-imlib-dev 1.7-2 -> 1.8.1-0.1 into dists/slink/main/binary-i386/graphics
gdk-imlib1 1.7-2 -> 1.8.1-0.1 into dists/slink/main/binary-i386/libs
imlib-base 1.7-2 -> 1.8.1-0.1 into dists/slink/main/binary-all/graphics
imlib-dev 1.7-2 -> 1.8.1-0.1 into dists/slink/main/binary-i386/graphics
imlib-progs 1.7-2 -> 1.8.1-0.1 into dists/slink/main/binary-i386/graphics
imlib1 1.7-2 -> 1.8.1-0.1 into dists/slink/main/binary-i386/graphics
imlib (1.8.1-0.1) unstable; urgency=low
  * New upstream release.  Non-maintainer upload.


installmanual-de - Debian install manual in German
installmanual-de 1.3.2 -> 2.0.0 into dists/slink/main/binary-all/doc
installmanual-de (2.0.0) unstable; urgency=low
  * new version from Alexander Haderer <afrika@first.gmd.de>, see
    README for a more detailed description
  * removed local copies of the original english documentation - I see
    no more need
  * make lintian (0.8.2) happy


ipmasq     - Initializes IP Masquerade firewalling/forwarding
ipmasq 3.1.3 -> 3.2.0 into dists/slink/main/binary-all/admin
ipmasq (3.2.0) unstable; urgency=low
  * Added -d display rules flag
  * Applied speedup patch from Manoj Srivastava <srivasta@datasync.com>
  * Fixed ipofif (#27011)
  * Added TODO


ipportfw   - IP Port Forwarding
ipportfw 1.11-2 -> 1.11-3 into dists/slink/main/binary-i386/net
ipportfw (1.11-3) unstable; urgency=low
  * New maintainer
  * Suggest ipmasq
  * Changed to debhelper
  * Updated to Standards-Version 2.4.1.4
  * Added patches for 2.0.3[245] along with 2.0.33


iptraf     - Interactive Colorful IP LAN Monitor
iptraf 1.2.0-1 -> 1.2.0-2 into dists/slink/main/binary-i386/net
iptraf (1.2.0-2) unstable; urgency=low
  * Added PLIP to included interfaces (fixes #26376)


iptraf     - Interactive Colorful IP LAN Monitor
iptraf 1.2.0-2 -> 1.3.0-1 into dists/slink/main/binary-i386/net
iptraf (1.3.0-1) unstable; urgency=low
  * New upstream release


iptraf     - Interactive Colorful IP LAN Monitor
iptraf 1.3.0-1 -> 1.3.0-2 into dists/slink/main/binary-i386/net
iptraf (1.3.0-2) unstable; urgency=low
  * Made it upgrade right from both 1.1 and 1.2 releases.
  * Version 1.3.0 brings a warning message at startup when IP Masquerading is enabled in the kernel. This can be boring so I add a new switch (-q).


iptraf     - Interactive Colorful IP LAN Monitor
iptraf 1.3.0-2 -> 1.3.0-3 into dists/slink/main/binary-i386/net
iptraf (1.3.0-3) unstable; urgency=low
  * New versions aren't just for Alpha people :)


jade       - James Clark's DSSSL Engine
libsp1     - Runtime library for James Clark's SP suite
libsp1-dev - James Clark's SP suite, developer support
sp         - James Clark's SGML parsing tools
jade 1.1.1-4 -> 1.2-1 into dists/slink/main/binary-i386/text
libsp1-dev 1.3.1-1.1.1-4 -> 1.3.2-1.2-1 into dists/slink/main/binary-i386/devel
libsp1 1.3.1-1.1.1-4 -> 1.3.2-1.2-1 into dists/slink/main/binary-i386/libs
sp 1.3.1-1.1.1-4 -> 1.3.2-1.2-1 into dists/slink/main/binary-i386/text
jade (1.2-1) unstable; urgency=low
  * new upstream version, obsoletes all previous patches
    - can build with egcs
    - a MIF backend written by Kathleen Marszalek and Paul Prescod,
    sponsored by ISOGEN International Corp
    - an enhanced TeX backend written by Kathleen Marszalek, sponsored by
    Novare International, and an associated LaTeX macro package by
    Sebastian Rahtz.
    - configure/autoconf support from Cees de Groot (see
    README.configure); this should make it easier to install; uses libtool
    for shared libraries
  * apply Cees' autoconf patch 1 from http://www.sgmltools.org/jade.html;
    now we ship libgrove, libspgrove, and libstyle shared libs in the
    libsp1 packages
  * NOTE: shared library SO version numbers have changed.  This version of
    libsp.so et al are not compatible with the other ones. Number has been
    moved back from .so.1.3.x to so.1.0.3.  Honestly, I should bump the so
    to .so.2.x but since the only other pkg which depends on this is
    maintained by me I'm not going to bother.  Feel free to file a bug
    report if this messes you up and I'll look into bumping the .so.
  * debian/rules: use debhelper-style temporary build directories and use
    dh_strip for maximum strip'age
  * config/configure.in: remove sig_atomic_t check, stop adding
    -fno-implicit-templates to CXXFLAGS, add --enable-default-search-path
    for setting the search path
  * debian/rules: stop generating buildinfo file, it's too much of a PITA


jdk1.1     - JDK 1.1.x (Java Development Kit) - Runtime only
jdk1.1-dev - JDK 1.1.x (Java Development Kit)
jdk1.1-dev 1.1.6v4a-1 -> 1.1.6v4a-2 into dists/slink/non-free/binary-i386/devel
jdk1.1 1.1.6v4a-1 -> 1.1.6v4a-2 into dists/slink/non-free/binary-i386/devel
jdk1.1 (1.1.6v4a-2) unstable; urgency=low
  * Fixed misspelling of rmiregistry in jdk1.1-dev postinst - Bug #26893.
  * Fixed missing entry for javakey in jdk1.1-dev postinst - Bug #26896.
  * Fixed missing debian changelog - Bug #26897.
  * Modified postinst's to better flag manual overrides of alternatives
    mechanism.


karpski    - ethernet analyzer and sniffer
karpski 0.96-2.1 -> 0.101-1 into dists/slink/main/binary-alpha/admin
karpski 0.96-2 -> 0.101-1 into dists/slink/main/binary-i386/admin
karpski (0.101-1) unstable; urgency=low
  * New upstream version.


kpppload   - Xload for PPP connections, with transfer rates and totals.
kpppload 1.01-5 -> 1.03-1 into dists/slink/contrib/binary-i386/net
kpppload (1.03-1) unstable; urgency=low
  * new upstream version (fixes compilation problems)
  * recompile with unstable kde libs (closes 22182, 26350)


lftp       - Sophisticated command-line FTP client programs
lftp 1.0.980805-1 -> 1.1.980915-1 into dists/slink/main/binary-i386/net
lftp (1.1.980915-1) unstable; urgency=low
  * Fixed the menu entry file.
  * Now compiled with egcs c++.
  * Removed hack that caused the bug #26164.
  * New upstream release.


libapache-mod-auth-sys - Authenticate web access against system files
libapache-mod-auth-sys 1.10-3 -> 1.10-4 into dists/slink/main/binary-alpha/web
libapache-mod-auth-sys 1.10-3 -> 1.10-4 into dists/slink/main/binary-i386/web
libapache-mod-auth-sys (1.10-4) unstable; urgency=low
  * Corrected * instead of # in comment in postrm.  (closes: #26319)


libdatecalc-perl - Perl library for accessing dates
libdatecalc-perl 3.2-2 -> 4.2-1 into dists/slink/main/binary-i386/interpreters
libdatecalc-perl (4.2-1) unstable; urgency=low, closes=27034
  * New upstream release (closes: Bug#27034)


libdatecalc-perl - Perl library for accessing dates
libdatecalc-perl 4.2-1 -> 4.2-2 into dists/slink/main/binary-i386/interpreters
libdatecalc-perl (4.2-2) unstable; urgency=low, closes=27034
  * Whoops, I forgot the examples.  Now they're included. (closes:
    Bug#27034)


libdbd-mysql-perl - mySQL database interface for Perl 5
libdbd-mysql-perl 1.1832-1 -> 1.2003-1 into dists/slink/contrib/binary-i386/interpreters
libdbd-mysql-perl (1.2003-1) unstable; urgency=low
  * New upstream version, recompiled against libdbi-perl 1.02.
  * Upgraded Standards-Version to 2.4.0.0.
  * Removed call to dh_du in debian/rules.
  * Made build not ask any interactive questions with the kludge
    IN_MYSQL_DISTRIBUTION=true .
  * Changed rm debian/tmp/usr/lib/perl5/DBD/mSQL.pm to rm -f just
    in case it's still there some day.
  * Made the upstream ChangeLog be installed as
    /usr/doc/libdbi-mysql-perl/changelog


libdbd-pg-perl - libdbd-pg-perl is a PostgreSQL interface for Perl 5 using DBI.
libdbd-pg-perl 0.73-1 -> 0.73-2 into dists/slink/main/binary-i386/interpreters
libdbd-pg-perl (0.73-2) unstable; urgency=low
  * Non-maintainer release of the non-maintainer release.  Doh
  * Recompiled against current DBI driver.
  * Removed perllocal.pod and .packlist files
  * Stripped binaries


libdbi-perl - The Perl5 Database Interface by Tim Bunce
libdbi-perl 0.92-2 -> 1.02-1 into dists/slink/main/binary-i386/interpreters
libdbi-perl (1.02-1) unstable; urgency=low
  * New upstream source
  * New maintainer
  * New Standards-Version
  * New packge description
  * Included test.pl
  * Moved it out of contrib since it's distributed under the terms of the
    GNU GPL.
  * Used my own debian/rules style


libfile-sync-perl - Perl interface to sync() and fsync()
libfile-sync-perl 0.06-1 -> 0.06-2 into dists/slink/main/binary-alpha/interpreters
libfile-sync-perl 0.06-1 -> 0.06-2 into dists/slink/main/binary-i386/interpreters
libfile-sync-perl (0.06-2) unstable; urgency=low
  * Correct possible invocation of chmod with no arguments (closes: #26547)


libpng2    - PNG library - runtime
libpng2-dev - PNG library - development
libpng2-dev 1.0.1-0.2 -> 1.0.2-1 into dists/slink/main/binary-i386/graphics
libpng2 1.0.1-0.2 -> 1.0.2-1 into dists/slink/main/binary-i386/libs
libpng (1.0.2-1) unstable; urgency=low
  * Maintainer release (to change a bit).
  * Pristine sources.
  * Libpng2-dev includes example.c (fixes bug #10315).
  * Changed control file to reflect difference with libpng0g (fixes #23795).
  * Recompiled (should fix the zlib1g missing symbol, bug #24450).
  * Added -D_REENTRANT also to static library.
  * Added a dependency upon zlib1g >= 1.1.2 (otherwise we get a missing
    symbol) (fixes bug #24450).


linbot     - WWW site link checker
linbot 0.5.4-1 -> 0.8-1 into dists/slink/main/binary-all/web
linbot (0.8-1) stable unstable; urgency=low
  * Upgraded to new upstream version.
  * Upgraded to debian policy version 2.4.1.4.
  * Changed package building scripts to work around change in debhelper.
  * Changed location of linbot supplied python packages to conform to
    python standard location.  Thanks to Gregor Hoffleit
    <flight@mathi.uni-heidelberg.DE>.  (bug #22235).
  * Changed location of upstream source.
  * Removed old revision of urllib.py (1.9) since linbot now works
    with urllib.py (1.10) that ships with python-1.5.1.


linbot     - WWW site link checker
linbot 0.8-1 -> 0.8-2 into dists/slink/main/binary-all/web
linbot (0.8-2) stable unstable; urgency=low
  * Corrected typo in HTML documentation.
  * Corrected minor bugs in package building scripts.
  * Removed CVS keywords from final build.


linpopup   - Xwindow port of Winpopup, running over Samba
linpopup 0.9.1-1 -> 0.9.3-1 into dists/slink/main/binary-i386/net
linpopup (0.9.3-1) unstable; urgency=low
  * New upstream source version, which contains most of my previous patch :-)


ltrace     - A library call tracer
ltrace 0.3.3 -> 0.3.4 into dists/slink/main/binary-i386/utils
ltrace (0.3.4) unstable; urgency=low
  * Added "ltrace.spec" to build a .rpm binary file.
  * Added "-r" option


ltrace     - A library call tracer
ltrace 0.3.4 -> 0.3.5 into dists/slink/main/binary-i386/utils
ltrace (0.3.5) unstable; urgency=low
  * Added ARMLinux port (Pat Beirne <pbeirne@home.com>) (Bug#27040)
  * Fixed minor things in options.c


ltrace     - A library call tracer
ltrace 0.3.5 -> 0.3.6 into dists/slink/main/binary-i386/utils
ltrace (0.3.6) unstable; urgency=low
  * Added m68k port (Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>) (Bug#27075)
  * Changed "int pid" with "pid_t pid" everywhere
  * Fixed return type of some functions from "int" to "void *" (thanks, Roman)


magicfilter - automatic printer filter.
magicfilter 1.2-24 -> 1.2-25 into dists/slink/main/binary-i386/text
magicfilter (1.2-25) unstable; urgency=low
  * removed '1>&3' indirections (fixes Bugs
  * remove "." as a troff magic, as a leading dot is also used in other
    file formats (e.g. BLIF = berkeley logic interchange format).
    (fixes Bug #19681)


make       - The GNU version of the "make" utility.
make-doc   - Documentation for the GNU version of the "make" utility.
make-doc 3.77-1 -> 3.77-2 into dists/slink/main/binary-all/doc
make 3.77-1 -> 3.77-2 into dists/slink/main/binary-i386/devel
make (3.77-2) unstable; urgency=low
  * Applied patch to correct glob problems that make has with glibc
    2.0.9x. I had to additionally patch aclocal.m4 in ./glob/ in order to
    compile. Seems to work OK on i386. closes: BUG#26785
  * Removed icon=none from the menuentry for the documentation. This
    saitsfies lintian.


menu       - provides update-menus functions for some applications
menu 1.5-15 -> 1.5-16 into dists/slink/main/binary-i386/admin
menu (1.5-16) unstable; urgency=low
  * Corrected 'WindowManagers' entry in preferred menu tree (in the docs)
  * Added plurals to pixmap directories. Fixes: 26479
  * Changed 8 spaces to one tab in debian/rules. Fixes:26865


mount      - Tools for mounting and manipulating filesystems.
mount 2.7l-5 -> 2.8a-1 into dists/slink/main/binary-i386/base
mount (2.8a-1) unstable; urgency=low
  * New upstream version (Bug #26686).


libdbd-msql-perl - Perl interface to mSQL databases
msqlperl   - Perl library for accessing mSQL databases
libdbd-msql-perl 0.91-5 -> 0.91-6 into dists/slink/contrib/binary-i386/interpreters
msqlperl 0.91-5 -> 0.91-6 into dists/slink/contrib/binary-i386/interpreters
msql-modules (0.91-6) unstable; urgency=low
  * Re-compiled for libdbi-perl 1.02


mswordview - MS Word8 to HTML Converter
mswordview 0.1.0-1 -> 0.1.0-2 into dists/slink/main/binary-i386/text
mswordview (0.1.0-2) unstable; urgency=low, closes=26710
  * Modified laola/Makefile.in in order not to screw the paths again.
    (closes: Bug#26710)
  * Adjusted the manpage.


mswordview - MS Word8 to HTML Converter
mswordview 0.1.0-2 -> 0.4.4-1 into dists/slink/main/binary-i386/text
mswordview (0.4.4-1) unstable; urgency=low
  * New upstream version


netcdf-altdev - Development kit for NetCDF. (libc5 version)
netcdf-bin - Support programs for NetCDF.
netcdf3    - An interface for scientific data access. (libc5 version)
netcdfg-dev - Development kit for NetCDF.
netcdfg3   - An interface for scientific data access.
netcdf-altdev 3.4-1 -> 3.4-2 into dists/slink/main/binary-i386/oldlibs
netcdf-bin 3.4-1 -> 3.4-2 into dists/slink/main/binary-i386/math
netcdf3 3.4-1 -> 3.4-2 into dists/slink/main/binary-i386/oldlibs
netcdfg-dev 3.4-1 -> 3.4-2 into dists/slink/main/binary-i386/math
netcdfg3 3.4-1 -> 3.4-2 into dists/slink/main/binary-i386/math
netcdf (3.4-2) unstable; urgency=low
  * Removed support for the now obsolete libc5 g77 compiler in
    netcdf3-altdev.  (Fixes: Bug#26869)


nethack    - Text-based/X11 overhead view D&D-style adventure game
nethack 3.2.2-12 -> 3.2.2-13 into dists/slink/main/binary-i386/games
nethack (3.2.2-13) unstable; urgency=low
  * Applied David Damerell's paranoid_quit and big top 10 patches.
    (Fixes: #26609)


nethack    - Text-based/X11 overhead view D&D-style adventure game
nethack 3.2.2-13 -> 3.2.2-14 into dists/slink/main/binary-i386/games
nethack (3.2.2-14) unstable; urgency=low
  * Add test in preinst to make sure we don't check $2 on anything
    but an upgrade, as dpkg can call the preinst with no $2 if
    we're doing a fresh install, and that'll make my test to see
    what version we're upgrading from crash. (Fixes: #27101)


netstd     - Networking binaries and daemons for Linux
netstd 3.07-3 -> 3.07-4 into dists/slink/main/binary-i386/net
netstd (3.07-4) unstable; urgency=low
  * Removed netkit-ntalk.
  * Removed NFS.


nfs-server - User space NFS server.
nfs-server 2.2beta36-2 -> 2.2beta36-3 into dists/slink/main/binary-i386/net
nfs-server (2.2beta36-3) unstable; urgency=low
  * Applied upstream patch (c).


omniorb    - An object request broker (ORB) implementation
omniorb 2.5.0-3 -> 2.5.0-4 into dists/slink/main/binary-i386/devel
omniorb (2.5.0-4) unstable; urgency=low
  * Fix directory error in configuration files.


omniorb    - An object request broker (ORB) implementation
omniorb 2.5.0-4 -> 2.5.0-5 into dists/slink/main/binary-i386/devel
omniorb (2.5.0-5) unstable; urgency=low
  * Fix dependency on /bin/perl symlink that is not always present on
    all Debian. systems.


liborbit-dev - Dev libraries for ORBit - a CORBA ORB (part of Gnome)
liborbit0  - Libraries for ORBit - a CORBA ORB (part of Gnome) (part of Gnome)
orbit      - A CORBA ORB (part of Gnome)
liborbit-dev 0.2.1-1 -> 0.3.0-1 into dists/slink/main/binary-i386/devel
liborbit0 0.2.1-1 -> 0.3.0-1 into dists/slink/main/binary-i386/devel
orbit 0.2.1-1 -> 0.3.0-1 into dists/slink/main/binary-i386/devel
orbit (0.3.0-1) unstable; urgency=low
  * New upstream release.


perl-tk    - Perl module providing the Tk graphics library.
perl-tk 400.202-9 -> 800.011-1 into dists/slink/main/binary-i386/interpreters
perl-tk (1:800.011-1) unstable; urgency=low
  * New maintainer.
  * New upstream source.


perlmoo    - server for an online multiuser virtual world, implemented in perl
perlmoo 0.022 -> 0.023 into dists/slink/main/binary-all/net
perlmoo (0.023) unstable; urgency=low
  * Db changes this version:
    - new delete verb.
  * Fixed show. (Don't use ALL and ID, use all and id).
  * Added complicated delete object patch from Randolph.
  * Fixed perlmoo-dbconvert so it works again.
  * You can now use the perl s/// command in a limited form while
    interacting with the moo, to recall your last command, modify it, and
    execute it. Just for kicks, this is a perl moo, after all! :-)
  * Fixed more code to use \r\n, not just \n.
  * Exits command goes by permissions now, not hardcoded values.
  * Split off a WISHLIST from TODO.
  * Fixed look object in me bug.


pgapack    - A general-purpose genetic algorithm library
pgapack 1.0-8 -> 1.0-9 into dists/slink/main/binary-i386/math
pgapack (1.0-9) unstable; urgency=low
  * Replaced fort77 by g77 in the rules file to prevent the
    "Illegal option: -s" error when compiling the fortran examples.
  * Redefined the fortran function names in mpi_stub.c to take into account
    that both fort77 and g77 add two underscores to a function name when
    creating an object file, if the original name contains one or more
    underscores. This is necessary to compile the fortran examples.


plotutils  - The GNU plotutils (plotting utilities) package.
plotutils 2.1.4-1 -> 2.1.5-1 into dists/slink/main/binary-i386/math
plotutils (2.1.5-1) unstable; urgency=low
  * New upstream release.  See /usr/doc/plotutils/NEWS.gz.
  * Started using cvs-buildpackage.
  * Leave /usr/doc/plotutils/ode/* uncompressed (Closes: Bug#19629)
  * Rules file improvements.
  * Fix shared lib linking to other libs (Closes: Bug#16558)


ecpg       - Embedded SQL for PostgreSQL
libpgperl  - Perl modules for PostgreSQL.
libpgsql   - Shared library for PostgreSQL
libpgtcl   - Tcl/Tk library and front-end for PostgreSQL.
postgresql - Object-relational SQL database, descended from POSTGRES.
postgresql-dev - Header files for libpq (postgresql library)
postgresql-doc - Documentation for the PostgreSQL database.
ecpg 6.3.2-11 -> 6.3.2-12 into dists/slink/main/binary-i386/libs
libpgperl 6.3.2-11 -> 6.3.2-12 into dists/slink/main/binary-i386/libs
libpgsql 6.3.2-11 -> 6.3.2-12 into dists/slink/main/binary-i386/libs
libpgtcl 6.3.2-11 -> 6.3.2-12 into dists/slink/main/binary-i386/libs
postgresql-dev 6.3.2-11 -> 6.3.2-12 into dists/slink/main/binary-i386/devel
postgresql-doc 6.3.2-11 -> 6.3.2-12 into dists/slink/main/binary-all/doc
postgresql 6.3.2-11 -> 6.3.2-12 into dists/slink/main/binary-i386/misc
postgresql (6.3.2-12) unstable; urgency=low
  * Included upsteam patch for long-standing btree bug.
  * Updated pgaccess to version 0.90


povray     - Persistence of Vision raytracer
povray-doc - Persistence of Vision raytracer
povray-lib - Persistence of Vision raytracer - isopov libraries
povray-misc - Persistence of Vision raytracer - include files
xpvmpov    - Persistence of Vision raytracer
povray-doc 3.0.20-6 -> 3.0.20-8 into dists/slink/non-free/binary-all/graphics
povray-lib 3.0.20-8 into dists/slink/non-free/binary-i386/graphics
povray-misc 3.0.20-6 -> 3.0.20-8 into dists/slink/non-free/binary-all/graphics
povray 3.0.20-6 -> 3.0.20-8 into dists/slink/non-free/binary-i386/graphics
xpvmpov 3.0.20-6 -> 3.0.20-8 into dists/slink/non-free/binary-i386/graphics
povray (3.0.20-8) unstable; urgency=low
  * PNG support with libpng2 reports version conflict.  Relinked with libpng0.


prcs       - The Project Revision Control System
prcs 1.2.8-1 -> 1.2.9-0 into dists/slink/main/binary-i386/devel
prcs (1.2.9-0) unstable; urgency=low
  * New upstream release.
  * Non-maintainer release.


psutils    - A collection of PostScript document handling utilities
psutils 1.17-4 -> 1.17-5 into dists/slink/main/binary-i386/text
psutils (1.17-5) unstable; urgency=low
  * Fix -m flag in epsffit argument parsing (Closes: Bug#25726).
  * Fix segmentation faults when r/w stdin/stdout (Closes: Bug#25725).


qcam       - QuickCam image grabber
qcam 0.91-8 -> 0.91-9 into dists/slink/main/binary-i386/graphics
qcam (0.91-9) unstable; urgency=low
  * New maintainer
  * Fixed hard-coded dependencies


quinn-diff - Compares Packages files for two different architectures
quinn-diff 0.41 -> 0.42 into dists/slink/main/binary-i386/devel
quinn-diff (0.42) unstable; urgency=low
  * debian/rules (binary-arch): no need for fix_scripts anymore.
  * debian/fix_scripts: removed.
  * debian/control (Depends): depend on python-base for
    create_Packages-source.
  * debian/copyright: new maintainer address.
  * Quinn Diff now accepts a -o/--source-packages option for specifiying
    an alternate name for Packages-source.
  * A spurious debugging error() call which was left in by mistake has
    been removed.
  * Quinn diff will no longer crash on malformed Packages-* files.
  * snarf_Packages-source has been supplemented by a python script to
    replace the spawning of several thousands seds, speeding it up by some
    26 times or more.
  * Quinn diff will now complain loudly about duplicates in the
    Packages-source file and die on libdb-related errors.
  * Quinn diff no longer tries to guess if the package is libc5 or libc6
    based as this information was only useful during the libc5 -> libc6
    conversion process hamm underwent.


rxvt       - a VT102 emulator for the X window system
rxvt-ml    - a multi-lingual VT102 emulator for the X window system
rxvt-ml 2.4.5-10 into dists/slink/main/binary-i386/x11
rxvt 2.4.5-8 -> 2.4.5-10 into dists/slink/main/binary-i386/x11
rxvt (1:2.4.5-10) unstable; urgency=low
  * Added a patch to allow rxvt to be dockable in WindowMaker.


sane       - API for scanners
sane 0.74-1 -> 0.74-2 into dists/slink/main/binary-i386/graphics
sane (0.74-2) unstable; urgency=low
  * temporarily comment out artec in dll.conf, due to bad interaction with
    Umax scanner.  If artec is used as a scanner, uncomment artec from
    dll.conf
  * automatically generates conffiles, thanks for
    Roman.Hodek@informatik.uni-erlangen.de (fixes bug #26545)
  * fixes problem with creation of /usr/share/sane during build process
    (bug #26314)


egon       - The animator program from Siag Office
siag-common - Common files for all versions of the Siag spreadsheet.
siagoffice-common - Common files for Siag Office
siagoffice-plugins - Plugins for Siag Office
tsiag      - text version of the SIAG spreadsheet
xpw        - the Pathetic Writer word-processor
xsiag      - a spreadsheet with an X11 user-interface
egon 2.80-4 -> 3.0.4-1 into dists/slink/main/binary-i386/graphics
siag-common 2.80-4 -> 3.0.4-1 into dists/slink/main/binary-all/math
siagoffice-common 2.80-4 -> 3.0.4-1 into dists/slink/main/binary-all/misc
siagoffice-plugins 3.0.4-1 into dists/slink/main/binary-i386/misc
tsiag 2.80-4 -> 3.0.4-1 into dists/slink/main/binary-i386/math
xpw 3.0.4-1 into dists/slink/main/binary-i386/text
xsiag 3.0.4-1 into dists/slink/main/binary-i386/math
siag (3.0.4-1) unstable; urgency=low
  * New upstream release.  Includes gsiag- (not compiled yet) and
    tsiag-3.0.3.
  * Renamed binary packages by anticipation: siag -> xsiag, pw -> xpw.
  * New binary-arch package siagoffice-plugins, to keep
    siagoffice-common an arch-indep one.
  * Keep docs and examples at places where upstream puts them, using
    symlinks when policy requires them - simplifies .diff.
  * Symlink COPYING{,.LIB} files to /usr/doc/copyright/ instead of
    removing them - simplifies .diff.
  * Fixed short desc for egon.
  * Moved egon menu item from Apps/Misc to Apps/Graphics.
  * Sync'ed sections in control files with real ones.


smalleiffel - The GNU Eiffel Compiler
smalleiffel 1.5.0.80-2 -> 1.5.0.80-3 into dists/slink/main/binary-i386/devel
smalleiffel (1.5.0.80-3) unstable; urgency=low
  * Added execute permission to bin_c/compile_to_c.make.  Fixes bug#26901.
    (This only affects a source build - there is no change in the
     binary package.)


smb2www    - A Windows Network client that is accessible through a web browser
smb2www 980804-1 -> 980804-2 into dists/slink/main/binary-all/net
smb2www (980804-2) unstable; urgency=low
  * Fixed samba-images entry in config file (Bug #26500 )
  * Got postinst to pause after printing message (Bug #26656 )


snmptraplogd - A configurable snmp trap daemon.
snmptraplogd 1.0-2 -> 1.0-3 into dists/slink/main/binary-i386/net
snmptraplogd (1.0-3) unstable; urgency=low
  * Corrected Bug #26440: /tmp race condition with log


tix41      - The Tix library for Tk, version 4.1 -- runtime package
tix41-dev  - The Tix library for Tk, version 4.1 -- development package
tix41-dev 4.1.0.6-3 -> 4.1.0.6-4 into dists/slink/main/binary-i386/devel
tix41 4.1.0.6-3 -> 4.1.0.6-4 into dists/slink/main/binary-i386/libs
tix41 (4.1.0.6-4) unstable; urgency=low
  * Typos in description (fixes bug #19014, #26856).
  * Now builds with official ugly soname (fixes bug #21175).


tkcvs      - A graphical front-end to CVS
tkcvs 6.0-12 -> 6.0p6.1a3-1 into dists/slink/main/binary-all/devel
tkcvs (6.0p6.1a3-1) unstable; urgency=low
  * New version (fixes bug #26981).
  * Removed deprecated icon tag in the menu entry.


tob        - Small yet powerful program for tape oriented backups.
tob 0.14-10 -> 0.14-11 into dists/slink/main/binary-all/utils
tob (0.14-11) unstable; urgency=low
  * Corrected non-removal of logfiles for incremental backups when full
    backups are created. Thanks to Behan Webster <behanw@verisim.com> for
    informing me about this bug.


ud         - Uptime Daemon
ud 0.4.1-2 -> 0.7.1-1 into dists/slink/main/binary-i386/misc
ud (0.7.1-1) unstable; urgency=low
  * New upstream version.


svncviewer - Virtual network computing client software for SVGA.
vncserver  - Virtual network computing server software.
xvncviewer - Virtual network computing client software for X.
svncviewer 3.3.2-1 -> 3.3.2r2-1 into dists/slink/main/binary-i386/x11
vncserver 3.3.2-1 -> 3.3.2r2-1 into dists/slink/main/binary-i386/x11
xvncviewer 3.3.2-1 -> 3.3.2r2-1 into dists/slink/main/binary-i386/x11
vnc (3.3.2r2-1) unstable; urgency=low
  * New upstream release. Fixes: #26673.
  * Fixed vncserver script one more time. Fixes: #25471, #26080, #26836.
  * Added '-clean' option to vncserver and vncserver(1x)
    (by Dirk Eddelbuettel). Fixes: #26871.
  * Added Replaces: and Conflicts: vnc-doc to vncserver and xvnviewer.
    Reason: vnc-doc is obsolete and should be removed from Debian (already
    reported as a bug against ftp.debian.org). The documentation is out of
    date and new documentation is included in the packages themselve.


wget       - utility to retrieve files from the WWW via HTTP and FTP
wget 1.5.1-1 -> 1.5.3-1 into dists/slink/main/binary-i386/web
wget (1.5.3-1) unstable; urgency=low
  * Uses src/ChangeLog as upstream changelog.
  * Added `SHELL=/bin/bash' to debian/rules.
  * Changed references to /usr/local/etc/wgetrc to /etc/wgetrc.
  * New upstream release, fixes bug #26989.


libwings-dev - WindowMaker's little widget set
libwmaker0 - Shared libraries for WindowMaker aware applications.
libwmaker0-dev - Static libraries and headers for WindowMaker applications.
libwraster1 - Shared libraries of WindowMaker rasterizer.
libwraster1-dev - Static libraries and headers of WindowMaker rasterizer.
wmaker     - Yet another window manager. This the next step after AfterStep.
libwings-dev 0.19.3-2 -> 0.20.0-1 into dists/slink/main/binary-i386/devel
libwmaker0-dev 0.19.3-2 -> 0.20.0-1 into dists/slink/main/binary-i386/devel
libwmaker0 0.19.3-2 -> 0.20.0-1 into dists/slink/main/binary-i386/libs
libwraster1-dev 0.19.3-2 -> 0.20.0-1 into dists/slink/main/binary-i386/devel
libwraster1 0.19.3-2 -> 0.20.0-1 into dists/slink/main/binary-i386/libs
wmaker 0.19.3-2 -> 0.20.0-1 into dists/slink/main/binary-i386/x11
wmaker (0.20.0-1) unstable; urgency=low
  * New upstream version.
  * Redid some patches for configure.in
  * Reviewed old changes in the source code. Bugs dealt with: #22743
    (Incorrect error message), #22744 (wmaker contains sloppy code),
    #23708 (wm overwrites configuration files) (closes: bug#22743,
    bug#22744, bug#23708)
  * Browse buttom for selecting the appicon works, forgot to close the
    bugreport (closes: bug#20771)
  * Bug #24753 (asload shift the screen) is not reproducible and has
    nothing to do with WindowMaker (or asclock, either) (closes:
    bug#24753)
  * Bug #24756 (Messes up afterstep) has already been taken care of
    (0.15.0-0), the only problem is no version beyond 0.14.1-7 will ever
    be installed on hamm (closes: bug#24756)
  * Added dependency for debianutils (>= 1.6) because of 'tempfile'
    (closes: bug#25323)
  * The problem with -DX_LOCALE has been fixed in 0.19.3-2; thanks to all
    the people that reported the problem (too many to name here); special
    thanks to Branden Robinson for taking care of the problem *really
    fast* (closes: bug#26401, bug#26430)
  * Modified WindowMaker/Themes/OpenStep: .jpeg extension removed from
    background image filename. Same for the Night theme. (closes:
    bug#26885)
  * wmaker now suggests wmakerconf. It doesn't recommend it because of
    WPrefs.app (closes: bug#24978)
  * my own experience says bug#22160 (exit session doesn't terminate
    netscape) is fixed (I could reproduce it in the past) (closes:
    bug#22160)
  * wmaker handles off-screen menus better; I just realized that (don't
    know which version fixed this) (closes: bug#24089)
  * Ok. There. One or two bugs remain open. Working on those. :-)
  * debian/rules: added WPREFSSRCDIR. Holds the source dir for WPrefs.app
  * Added -D_REENTRANT to libraries.
  * Added -D_SVID_SOURCE when XSHM is in use.
  * Undefined BIRTH_ANIMATION in src/wconfig.h.in; it's hideous, I won't
    include that.
  * Removed sentence about WMsound not available as a package in
    debian/control.
  * Removed convertstyle-related stuff from debian/rules as that script is
    not longer distributed with wmaker.


wmmount    - a mount utility and free space monitoring tool
wmmount 0.8.1.unoff-1 -> 0.8.3.unoff-1 into dists/slink/main/binary-i386/utils
wmmount (0.8.3.unoff-1) unstable; urgency=low
  * New release by Steve Borho
  * Added preinst script to handle system wide config filename change
  * Modified postinst to notify of filename change
  * Added "ignore" to the man page


wmppp.app  - A PPP and network load monitor with the NeXTStep look
wmppp.app 1.1-1 -> 1.3.0-1 into dists/slink/main/binary-i386/net
wmppp.app (1.3.0-1) unstable; urgency=low
  * New upstream release
  * Some patches from 1.2 incorporated upstream
  * Patched wmppp/wmppp.c to expect a NUMBER from getmodemspeed, and not
    the whole connect line
  * Modified debian/rules to cope with new source layout


wmsound    - sound support for WindowMaker
wmsound 0.7.0-1 -> 0.7.5-1 into dists/slink/main/binary-i386/sound
wmsound (0.7.5-1) unstable; urgency=low
  * New upstream version.


wmsound    - sound support for WindowMaker
wmsound 0.7.5-1 -> 0.7.5-2 into dists/slink/main/binary-i386/sound
wmsound (0.7.5-2) unstable; urgency=low
  * Fixed stupid mistake I made on utils/setsounds.c; it was trying to
    write to /etc/GNUstep/WMSound


wvdial     - PPP dialer with built-in intelligence.
wvdial 1.01 -> 1.10 into dists/slink/main/binary-i386/comm
wvdial (1.10) unstable; urgency=low
  * New upstream version.  Now redials automatically if you get
    disconnected, among other things.  (Boy, being the upstream and
    downstream maintainer sure can be tiring!)


xaos       - real-time interactive fractal zoomer
xaos 3.0-3 -> 3.0-4 into dists/slink/main/binary-i386/graphics
xaos (3.0-4) unstable; urgency=low
  * Rebuilt linked to libpng2 (#26927).


xfreecd    - a GTK-based CD Player
xfreecd 0.7.7-1 -> 0.7.7-2 into dists/slink/main/binary-i386/sound
xfreecd (0.7.7-2) unstable; urgency=low
  * Right directory for the menu package (fixes #27071)


xqf        - X-based Quake Server Browser
xqf 0.8.5-1 -> 0.8.5-2 into dists/slink/main/binary-alpha/games
xqf 0.8.5-1 -> 0.8.5-2 into dists/slink/main/binary-i386/games
xqf (0.8.5-2) unstable; urgency=low
  * Add dependency on qstat


xtend      - X10 monitoring daemon for CM11A Controller
xtend 1.1-4 -> 1.1-5 into dists/slink/main/binary-i386/electronics
xtend (1.1-5) unstable; urgency=low
  * Changed init.d script


xtron      - Tron game for X
xtron 1.1a-5 -> 1.1a-6 into dists/slink/main/binary-i386/games
xtron (1.1a-6) unstable; urgency=low
  * New maintainer
  * Converted to debhelper


xv         - An image viewer and manipulator for the X Window System.
xv-doc     - XV Documentation in Postscript and HTML formats.
xv-doc 3.10a-17 -> 3.10a-18 into dists/slink/non-free/binary-all/graphics
xv 3.10a-17 -> 3.10a-18 into dists/slink/non-free/binary-i386/graphics
xv (3.10a-18) unstable; urgency=low
  * Now uses mime 2.0 (fixes bug #25946, #26533, #11226, #12338).
  * xv-doc now just recommends xv and no more html-viewer.


xv         - An image viewer and manipulator for the X Window System.
xv-doc     - XV Documentation in Postscript and HTML formats.
xv-doc 3.10a-18 -> 3.10a-19 into dists/slink/non-free/binary-all/graphics
xv 3.10a-18 -> 3.10a-19 into dists/slink/non-free/binary-i386/graphics
xv (3.10a-19) unstable; urgency=low
  * Postinst and postrm scripts exit correcly even if update-mime fails
    (which can happen if update-mime 2.0 is unpacked but not configured
    yet). Fixes bugs #26990, #27012.


xwave      - Wave sound file editor
xwave 0.6-3 -> 0.6-4 into dists/slink/main/binary-i386/sound
xwave (0.6-4) unstable; urgency=low
  * Fixed a memory overrun in src/edit.c (fixes bug #24298).
  * When the sound is too big to operate in memory, post a message
    explaining how to increase the limit. Changed the limit from 1MB to
    16MB (fixes bug #20034).
  * Added supplementary groups to write permission check in
    src/misc.c:can_write() (fixes bug #24229).


----- New Packages ----------------------

checkbot   - a WWW link verifier
checkbot 1.51-1 into dists/slink/main/binary-all/web


libdbd-pg-perl - libdbd-pg-perl is a PostgreSQL interface for Perl 5 using DBI.
libdbd-pg-perl 0.73-1 into dists/slink/main/binary-i386/interpreters


libgtop-daemon - gtop daemon for monitoring remote machines (part of Gnome)
libgtop-dev - Dev libraries for gtop system monitoring library (part of Gnome)
libgtop0   - Libraries for gtop system monitoring library (part of Gnome)
libgtop-daemon 0.26.0-1 into dists/slink/main/binary-i386/admin
libgtop-dev 0.26.0-1 into dists/slink/main/binary-i386/devel
libgtop0 0.26.0-1 into dists/slink/main/binary-i386/libs


mysql-server - mysql database server
mysql-server 3.22.7b-1 into project/experimental


libncurses4 - Video terminal manipulation - shared libraries
libncurses4-dbg - Video terminal manipulation - Debugging/profiling libraries.
libncurses4-dev - Video terminal manipulation - Developer's libraries and docs.
ncurses-base - Video terminal manipulation - Minimum terminal emulations
ncurses-bin - Video terminal manipulation - associated programs and man pages
ncurses-term - Video terminal manipulation - additional terminal files
libncurses4-dbg 4.2-0 into project/experimental
libncurses4-dev 4.2-0 into project/experimental
libncurses4 4.2-0 into project/experimental
ncurses-base 4.2-0 into project/experimental
ncurses-bin 4.2-0 into project/experimental
ncurses-term 4.2-0 into project/experimental


nfs-server - User space NFS server.
nfs-server 2.2beta36-1 into dists/slink/main/binary-i386/net


perlmoo    - server for an online multiuser virtual world, implemented in perl
perlmoo 0.022 into dists/slink/main/binary-all/net



Reply to: