Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (12m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:25:36 UTC Now

2008-06-23 21:11:40 UTC MAIN commitmail json YAML

Remove old note about mk.conf.example file.

(reed)

2008-06-23 21:09:43 UTC MAIN commitmail json YAML

patch from christos to stop tcsh seg faulting when given the line
  /bin/echo "`"
or similar.

(markd)

2008-06-23 21:07:29 UTC MAIN commitmail json YAML

+ Updated www/elinks to 0.11.4 [bjs 2008-06-23]

(bjs)

2008-06-23 21:06:47 UTC MAIN commitmail json YAML

Update to the 0.11.4 release.

Significant changes from 0.11.3 (some where already present in pkgsrc,
as we used the 0.11.4 release candidate tarballs):

    * critical bug 755: fix crashes due to dangling pointers to struct
      form_state
    * critical bugs 613, 714, 961: "assertion list_empty(form_controls)
      failed"
    * critical bug 945: don't crash if a Lua script calls e.g. error(nil)
    * critical bug 1003: don't crash if a smart URI rewrite template gets
      too few parameters
    * critical bug 1016: avoid JSFunctionSpec for better compatibility
      across versions of SpiderMonkey
    * critical bugs 674, 956: don't reuse pointers to SpiderMonkey objects
      that may have been collected as garbage. This fix causes bug 954.
    * CVE-2007-2027: check if the program path contains "src/" before using
      ../po files
    * important Debian bug 380347: prevent a buffer overflow in entity_cache
      and a possible subsequent crash
    * major bug 788: don't read STRLEN n_a, which isn't initialized by POPpx
      of Perl v5.8.8 and later
    * fix query parsing in file: URIs for local CGI (was broken in 0.11.3)
    * bug 691: don't look up bogus IPv4 addresses based on characters of a
      hostname
    * bug 712: GnuTLS works on https://www-s.uiuc.edu/
    * fix active and passive FTP over IPv6
    * bug 938: elinks -remote no longer needs a controlling tty
    * bug 939: fix FSP directory listing (some compiler options left it
      empty)
    * bug 978: Python's webbrowser.open_new_tab(URL) works since now
    * bug 1012: compile with -fno-strict-overflow or -fwrapv if available
    * bug 1014: fix incompatible pointer type in Perl_sys_init3 call
    * minor bug 54, Debian bug 338402: don't force the terminal to 8 bits
      with no parity, and don't disable XON/XOFF flow control either
    * minor bug 951 in user SMJS: garbage-collect SMJS objects on File ->
      Flush all caches to work around their holding cache entries busy
    * minor bug 396: never show empty filename in the what-to-do dialog
    * minor bug 461: ensure contrast in blank areas, to keep the cursor
      visible
    * minor bug 928: properly display no-break spaces in a UTF-8 document if
      the terminal uses some other charset
    * minor bug 987: English spelling and grammar corrections
    * minor bug 1000: preserve any query and fragment when converting a file
      name to a file:// URL
    * minor: don't assume sizeof(int)==4 in bittorrent
    * trivial bug 947: document.html.wrap_nbsp also affects text in tables
    * trivial bug 997: fix unlikely stack corruption in active FTP
    * build bug 1002: fix "comparison is always true due to limited range of
      data type" warning on PowerPC and s390
    * build bug 950: fix "config/install-sh: No such file or directory" on
      SunOS
    * build bug 936: fix errors about undefined off_t (autoheader
      incompatibility)
    * build bug 959: test in configure whether -lX11 works
    * build: update SpiderMonkey configure check Debian compatibility
    * build: use $(CPPFLAGS) rather than $(AM_CFLAGS)
    * build: disable GCC 4.2 warning about builtin_modules
    * build: move debian/ to contrib/debian/
    * minor build bug 989: AsciiDoc 8.2.2 compatibility
    * minor build bug 960: fix errors in loadmsgcat.c if mmap() exists but
      munmap() doesn't

(bjs)

2008-06-23 21:01:58 UTC MAIN commitmail json YAML

Initial version of pidgin-facebookchat

(smb)

2008-06-23 21:00:50 UTC MAIN commitmail json YAML

2008-06-23 20:54:44 UTC MAIN commitmail json YAML

Explicitly disable java support so that it doesn't try, and fail, to build
it if configure script happens to find a java installed.

(markd)

2008-06-23 20:39:13 UTC MAIN commitmail json YAML

Note removal of the crosspkgtools packages.

(kristerw)

2008-06-23 20:34:21 UTC MAIN commitmail json YAML

2008-06-23 19:34:46 UTC MAIN commitmail json YAML

Updated lang/clisp to 2.45.

(ghen)

2008-06-23 19:34:00 UTC MAIN commitmail json YAML

Update CLISP to 2.45, from Aleksej Saushev <asau@inbox.ru> via PR pkg/39005.

Changes since previous (2.44.1) release:

User visible changes
--------------------

* Experimental Just-In-Time Compilation of byte-compiled closures is now
  done using GNU lightning (this is a configure-time option).
  Thanks to Yann Dauphin <yann-nicolas.dauphin@polymtl.ca>.

* New command-line option -lp adds directories to *LOAD-PATHS*.
  See <http://clisp.cons.org/impnotes/clisp.html#opt-load-paths> for details.

* New function FFI:OPEN-FOREIGN-LIBRARY allows pre-opening of shared libraries.
  See <http://clisp.cons.org/impnotes/dffi.html#dffi-open-lib> for details.

* New macro EXT:COMPILE-TIME-VALUE allows computing values at file compilation.
  See <http://clisp.podval.org/impnotes/macros3.html#compile-time-value>
  for details.

* New function FFI:FOREIGN-POINTER-INFO allows some introspection.
  See <http://clisp.cons.org/impnotes/dffi.html#fptr-info> for details.

* Versioned library symbols are now accessible via the :VERSION argument of
  DEF-CALL-OUT and DEF-C-VAR.
  Thanks to Kaz Kylheku <kkylheku@gmail.com>.
  See <http://clisp.cons.org/impnotes/dffi.html#def-call-out> for details.

* New functions GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE have
  been added for portability reasons.
  Suggested by Anton Vodonosov <avodonosov@yandex.ru>.
  See <http://clisp.cons.org/impnotes/gray.html#st-rd-seq> for details.

* New user variable CUSTOM:*SUPPRESS-SIMILAR-CONSTANT-REDEFINITION-WARNING*
  controls whether the redefinition warning is issues when the new
  constant value is visually similar to the old one.
  See <http://clisp.cons.org/impnotes/defconstant.html#defconstant-similar>
  for details.

* REPL commands can now accept arguments.
  See <http://clisp.cons.org/impnotes/repl.html> for details.

* Updated the postgresql module to PostgreSQL 8.3.
  See <http://clisp.cons.org/impnotes/postgresql.html> for details.

* Module syscalls now interfaces to <stdio.h> (for the sake of FFI modules).
  See <http://clisp.cons.org/impnotes/syscalls.html#stdio> for details.
  There are others additions there also, but they are too numerous to
  be enumerated here.

* Bug fixes:
  + Fix handling of quoted objects by READ-PRESERVING-WHITESPACE. [ 1890854 ]
  + Fix rectangle count in NEW-CLX XLIB:SET-GCONTEXT-CLIP-MASK. [ 1918017 ]
  + Fix argument handling in NEW-CLX XLIB:QUERY-COLORS. [ 1931101 ]
  + Fix compilation on systems not supporting returning void. [ 1924506 ]
  + Fix TANH floating point overflow for large floats. [ 1683394 ]
  + Avoid extra aggressive bignum overflow reporting in READ. [ 1928735 ]
  + Improved floating point number formatting. [ 1790496, 1928759 ]
  + COMPILE no longer discards MACRO doc strings. [ 1936255 ]
  + Improved accuracy of LOG on complex numbers. [ 1934968 ]
  + Fix COERCE for compound float result-types. [ 1942246 ]
  + Fix $http_proxy parsing. [ 1959436 ]
  + Fix LISTEN on buffered streams when the last character was CRLF. [ 1961475 ]
  + Cross-compilation process has been restored to its former glory,

(ghen)

2008-06-23 19:26:00 UTC MAIN commitmail json YAML

document a pre-freeze rush

(drochner)

2008-06-23 17:55:33 UTC MAIN commitmail json YAML

update to 1.63
changes:
-direct support for polynomial arithmetic over GF(2)
-for loop can now handle >= 2**32 iterations
-bugfixes

(drochner)

2008-06-23 17:40:55 UTC MAIN commitmail json YAML

update to 2.22.0
This switches to the gnome-2.22 release branch.

(drochner)

2008-06-23 17:38:29 UTC MAIN commitmail json YAML

update to 2.22.0
This switches to the gnome-2.22 release branch.

(drochner)

2008-06-23 17:21:21 UTC MAIN commitmail json YAML

update to 2.22.1
changes: build system improvements, irrelevant to pkgsrc for now

(drochner)

2008-06-23 17:19:05 UTC MAIN commitmail json YAML

update to 2.2.2
changes:
-Improvements to some of the lang files
-Misc bugfixes
-Updated translations

(drochner)

2008-06-23 17:16:56 UTC MAIN commitmail json YAML

update to 1.0.3
changes: Fixes, optimizations, few new functions, few improvements to GUI

(drochner)

2008-06-23 17:01:05 UTC MAIN commitmail json YAML

add gnome-mastermind & xye

(drochner)

2008-06-23 16:59:11 UTC MAIN commitmail json YAML

2008-06-23 16:58:20 UTC MAIN commitmail json YAML

DESTDIR support, from Aleksej Saushev.

(dholland)

2008-06-23 16:57:08 UTC MAIN commitmail json YAML

Fix the PKG_OPTIONS=-x11 build.

(dholland)

2008-06-23 16:56:39 UTC MAIN commitmail json YAML

import xye-0.8.0, a puzzle game (Kye clone)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2008-06-23 16:51:46 UTC MAIN commitmail json YAML

update to 1.5.2
changes:
-Improved artwork/lyrics caching through case-insenstive searching
-Add Turkish translation
-bugfixes

(drochner)

2008-06-23 16:51:40 UTC MAIN commitmail json YAML

Updated archivers/p7zip

(adam)

2008-06-23 16:50:24 UTC MAIN commitmail json YAML

Changes 4.58:
- Some speed optimizations.
- 7-Zip now can unpack .lzma archives.
- Unicode (UTF-8) support for filenames in .ZIP archives.
- Now it's possible to store file creation time in 7z and ZIP archives.
- 7-Zip now can unpack multivolume RAR archives created with
  "old style volume names" scheme and names *.001, *.002, ...
- Some bugs were fixed.

(adam)

2008-06-23 16:50:02 UTC MAIN commitmail json YAML

oops - this belongs to the recent xine-lib update

(drochner)

2008-06-23 16:49:10 UTC MAIN commitmail json YAML

update to 1.9.1
changes:
-speed improvement
-documentation update
-bugfixes

(drochner)

2008-06-23 16:45:52 UTC MAIN commitmail json YAML

update to 2.22.0
This switches to the gnome-2.22 release branch.

(drochner)

2008-06-23 16:44:47 UTC MAIN commitmail json YAML

2008-06-23 16:26:19 UTC MAIN commitmail json YAML

update to 1.4.16b
changes:
-minor bugfixes
-Changes DB schema to better handle comments during
item and subscription deletion. This makes the cache
version incompatible to 1.4.15
-Update of French translation

(drochner)

2008-06-23 16:25:34 UTC MAIN commitmail json YAML

Note update of databases/rrdtool to 1.3.0nb1.

(he)

2008-06-23 16:24:30 UTC MAIN commitmail json YAML

Update rrdtool from 1.2.27nb1 to 1.3.0nb1.

Local change warranting nb1 is to prefix some error messages from
rrdupdate with the name of the file the error relates to, carried
over from nb1 of 1.2.27.

Update loosely OKed by martti@

The announcement of 1.3.0 outlines the changes since 1.2.27:

NEW Fast file access methods (Bernhard Fischer / Tobi Oetiker)
----------------------------
* introduced file-accessor functions rrd_read/rrd_seek/rrd_write

* implemented full mmap-based file access with madvise hints for
  improved scalability, much reduced memory-footprint and much less
  blocking while accessing the disk

* implemented optional full file-descriptor access instead of FILE*
  access

NEW Graphing (Tobi Oetiker)
------------
* libart has been replaced by cairo/pango

* pango markup is supported (--pango-markup)

* full grid fitting

* --graph-render-mode=mono for non anti aliased graphing

* --font-render-mode=mono for non anti aliased fonts

* fonts come through fontconfig, use the Pango font nameing scheme
  -> 'Times 20' ... it is not possible to use truetype fonts
  directly anymore.

* Tabs are position independent.

* TRENDNAN filter that ignores NAN values while calculating the
  TREND data. (Timo Stripf)

* --full-size-mode to specify the outer border of the image and not
  just of the graphing canvas (Matthew Chambers)

* TEXTALIGN command to alter default text alignment behavior

* C API in-memory graphing with rrd_graph_v (Evan Miller)

* draw dashed lines in graphs (Thomas Gutzler)

* new interface graphv which returns information using the rrd_info
  interface (Tobi Oetiker and Mark Plaksin)

* improved horizontal grid. Have a bit more grid lines and y-axis
  labels while keeping them far enough apart to not run into each
  other.

NEW Forecasting (Evan Miller)
---------------
* the new MHWPREDICT consolidation function uses a variation of the
  Holt-Winters method. It is a drop-in replacement for HWPREDICT,
  and is better suited for data whose seasonal variations grow or
  shrink in proportion to the average.

* If you create an RRD with the new MHWPREDICT function, the
  resulting rrd file will be version 0004 and can only be used in
  rrdtool 1.3.

Rewrites
--------
* rrd_restore now uses libxml for parsing which makes things much
  more tolerant towards xml variations. The old code could mostly
  just parse the XML as it was output by rrdtool dump. See also:
  the note at the bottom of this document. (by Florian octo
  Forster)

* rrd_update rewritten to make it more modular. Fixed two
  longstanding HW bugs in the process (Evan Miller)

Internationalization (Takao Fujiwara and Tobi Oetiker)
--------------------
* The help output by rrdtool has been internationalized. There are
  no real translations included with rrdtool yet, contributions are
  welcome.

* The internationalization will only be compiled if libintl and
  friends are available on your system. Use the configure option
  --disable-libintl if you want to disable this feature

Language Bindings
-----------------
* ruby rrd_fetch will return step as a last property -- Mike Perham

RRDtool dump / restore incompatibility
--------------------------------------
* rrdtool dump 1.3 does emit completely legal XML. Basically this
  means that it contains an XML header and a DOCTYPE definition.
  Unfortunately this causes older versions of rrdtool restore to be
  unhappy.

* To restore a new dump with an old rrdtool restore version, either
  remove the XML header and the doctype by hand (both on the first
  line of the dump) or use rrdtool dump --no-header.

(he)

2008-06-23 16:15:43 UTC MAIN commitmail json YAML

Needs serialised build.

(joerg)

2008-06-23 16:15:07 UTC MAIN commitmail json YAML

Needs serialised build.

(joerg)

2008-06-23 16:14:34 UTC MAIN commitmail json YAML

Don't build the GTK1 frontend. This makes EDB a lot more heavy
for very limited use. Bump revision.

(joerg)

2008-06-23 15:58:05 UTC MAIN commitmail json YAML

2008-06-23 15:48:29 UTC MAIN commitmail json YAML

Updated sysutils/bacula to 2.2.4nb2

(dmcmahill)

2008-06-23 15:46:41 UTC MAIN commitmail json YAML

use

#!@RCD_SCRIPTS_SHELL@

instead of

#!/bin/sh

Makes the startup scripts work on /bin/sh-challenged systems like solaris.

Bump PKGREVISION.

(dmcmahill)

2008-06-23 15:44:14 UTC MAIN commitmail json YAML

2008-06-23 15:16:22 UTC MAIN commitmail json YAML

Updated devel/guile-gtk to 0.60

(gdt)

2008-06-23 15:16:12 UTC MAIN commitmail json YAML

Update to 0.60.  Resolves 'version going backwards' upstream problem.

NEWS in guile-gtk-1.2-0.60

* Misc fixes and additions.

(gdt)

2008-06-23 15:06:35 UTC MAIN commitmail json YAML

2008-06-23 15:05:09 UTC MAIN commitmail json YAML

Import netsurf-1.2 from pkgsrc-wip:
Small as a mouse, fast as a cheetah and available for free.
NetSurf is a web browser for RISC OS and UNIX-like platforms.

Whether you want to check your webmail, read the news or post to
discussion forums, NetSurf is your lightweight gateway to the
world wide web.  Actively developed, NetSurf is continually evolving
and improving.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2008-06-23 15:02:20 UTC MAIN commitmail json YAML

2008-06-23 15:01:05 UTC MAIN commitmail json YAML

PR 38996: Drop -DDFAKEXDRFLOAT for DragonFly, it breaks the build.

(joerg)

2008-06-23 14:51:15 UTC MAIN commitmail json YAML

Import cleaned up lemon-1.0 from pkgsrc-wip:
Lemon is a simple LALR(1) parser generator, creating both
re-entrant and thread-safe parsers.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2008-06-23 14:19:54 UTC MAIN commitmail json YAML

configure startx to point to correct pkgsrc-provided xinit.

(reed)

2008-06-23 12:55:01 UTC MAIN commitmail json YAML

try to be friendly to people doing "make update": don't blow away
share/mime/packages

(drochner)

2008-06-23 12:11:00 UTC MAIN commitmail json YAML

Require msgfmt to build.
Noticed by Hsso Tepper in PR 39029.

(obache)

2008-06-23 11:38:51 UTC MAIN commitmail json YAML

-libxml2 in bl3'd, so it should be used -- help "configure" finding it.
-While the program is prepared to work w/o libxml2 (with some loss of
functionality), there is a little glitch -- see PR pkg/38446 by
Keith Waclena. The fix shouldn't be needed for pkgsrc anymore because
libxml2 should be found now, but add it anyway.
bump PKGREVISION

(drochner)

2008-06-23 09:15:06 UTC MAIN commitmail json YAML

distinfo knew a patch-aj with different timestamps, fix

(spz)

2008-06-23 09:10:53 UTC MAIN commitmail json YAML

2008-06-23 08:44:28 UTC MAIN commitmail json YAML

Note than Radmind server has switched from port 6662 to the
IANA-assigned 6222.

(hauke)

2008-06-23 08:43:12 UTC MAIN commitmail json YAML

Note than Radmind server has switched from port 6662 to the
IANA-assigned 6222.

(hauke)

2008-06-23 07:54:13 UTC MAIN commitmail json YAML

Explain the difference between ices0 (in ices-mp3) and ices2.  The latter
is not an upgrade for the former, but can be created as a separate ices
package.

Make a note that I have packaged icecast-2.3.2 and I'm waiting for
MAINTAINER response to my request to commit.

(kim)

2008-06-23 07:01:51 UTC MAIN commitmail json YAML

+ ClanLib-0.8.1, aria2-0.14.0, gcin-1.4.1, py-moin-1.7.0, rp-pppoe-3.9,
  rpm-5.1.4, silc-server-1.1.10, tcpreplay-3.3.2, trac-0.11,
  valgrind-3.3.1.

(wiz)

2008-06-23 05:20:29 UTC MAIN commitmail json YAML

2008-06-23 05:07:56 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.1.330

Add CHECK_INTERPRETER_SKIP for pkg/38710

Apply the following patches:

  1480  7.1.316  when 'cscopetag' is set ":tag" gives an error message
  5203  7.1.317  compiler warnings in Motif calls
  5428  7.1.318  mem leak when closing xsmp conn.; crash on exit with Lesstif
  1514  7.1.319  illegal memory access when pasting illegal utf-8 on cmd line
28763  7.1.320  Win64: Warnings while compiling Python interface
  2603  7.1.321  (extra) Win32 / Win64: Install file is outdated
  2677  7.1.322  can't get start of Visual area in an <expr> mapping
  1734  7.1.323  test 19 and 38 fail with some termcaps
  1847  7.1.324  file name path length on Unix is limited to 1024
  3559  7.1.325  editing a command line that doesn't fit reverses char order
  1641  7.1.326  ":smagic!from!to!" doesn't work, it sees the "!" as a flag
  5454  7.1.327  gvimtutor is also installed when not building a GUI version
  1859  7.1.328  crash when using Cygwin and non-posix path name in tags file
  2172  7.1.329  right halve of double-wide char under popup menu not redrawn
  1905  7.1.330  reading uninitialized memory when using Del in replace mode

(martti)

2008-06-23 04:09:17 UTC MAIN commitmail json YAML

Added devel/p5-Set-Object version 1.22
Added devel/p5-Test-Differences version 0.47
Added devel/p5-Test-MockObject version 1.09
Added devel/p5-Test-use-ok version 0.02
Added devel/p5-Tie-RefHash version 1.38
Added devel/p5-Tie-ToObject version 0.03
Added devel/p5-Tree-Simple-VisitorFactory version 0.10
Added devel/p5-UNIVERSAL-can version 1.12
Added devel/p5-UNIVERSAL-isa version 0.06
Added www/p5-CGI-Simple version 1.105
Added www/p5-HTTP-Async version 0.09
Added www/p5-HTTP-Body version 1.03
Added www/p5-HTTP-Request-AsCGI version 0.5
Added www/p5-Template-Timer version 0.04

(abs)

2008-06-23 04:07:30 UTC MAIN commitmail json YAML

+SUBDIR+=      p5-Set-Object
+SUBDIR+=      p5-Test-Differences
+SUBDIR+=      p5-Test-MockObject
+SUBDIR+=      p5-Test-use-ok
+SUBDIR+=      p5-Tie-RefHash
+SUBDIR+=      p5-Tie-ToObject
+SUBDIR+=      p5-Tree-Simple-VisitorFactory
+SUBDIR+=      p5-UNIVERSAL-can
+SUBDIR+=      p5-UNIVERSAL-isa

(abs)

2008-06-23 04:06:23 UTC MAIN commitmail json YAML

Import p5-Set-Object-1.22

This module implements a Set of objects, that is, a collection of
objects without duplications. It is similar to a Smalltalk IdentitySet.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 04:04:21 UTC MAIN commitmail json YAML

Import p5-Test-Differences-0.47

When the code you're testing returns multiple lines, records or
data structures and they're just plain wrong, an equivalent to the
Unix diff utility may be just what's needed.

eq_or_diff_...() compares two strings or (limited) data structures
and either emits an ok indication or a side-by-side diff.
Test::Differences is designed to be used with Test.pm and with
Test::Simple, Test::More, and other Test::Builder based testing
modules. As the SYNOPSIS shows, another testing module must be used
as the basis for your test suite.

These functions assume that you are presenting it with "flat"
records, looking like:

    - scalars composed of record-per-line
    - arrays of scalars,
    - arrays of arrays of scalars,
    - arrays of hashes containing only scalars

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 04:02:53 UTC MAIN commitmail json YAML

import p5-p5-Test-MockObject-1.09

Perl extension for emulating troublesome interfaces.

Testing is a lot easier when you can control the entire environment.
With Test::MockObject, you can get a lot closer.

Test::MockObject allows you to create objects that conform to
particular interfaces with very little code. You don't have to
reimplement the behavior, just the input and the output.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:59:19 UTC MAIN commitmail json YAML

Import p5-Test-use-ok-0.02

According to the Test::More documentation, it is recommended to run
use_ok() inside a BEGIN block, so functions are exported at
compile-time and prototypes are properly honored.

That is, instead of writing this:

    use_ok( 'Some::Module' );
    use_ok( 'Other::Module' );

One should write this:

    BEGIN { use_ok( 'Some::Module' ); }
    BEGIN { use_ok( 'Other::Module' ); }

However, people often either forget to add BEGIN, or mistakenly group
use_ok with other tests in a single BEGIN block, which can create subtle
differences in execution order.

With this module, simply change all use_ok in test scripts to use ok,
and they will be executed at BEGIN time.  The explicit space after use
makes it clear that this is a single compile-time action.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:55:33 UTC MAIN commitmail json YAML

import p5-Tie-RefHash-1.38
This module provides the ability to use references as hash keys if
you first tie the hash variable to this module. Normally, only the
keys of the tied hash itself are preserved as references; to use
references as keys in hashes-of-hashes, use Tie::RefHash::Nestable,
included as part of Tie::RefHash.

It is implemented using the standard perl TIEHASH interface. Please
see the tie entry in perlfunc(1) and perltie(1) for more information.

The Nestable version works by looking for hash references being
stored and converting them to tied hashes so that they too can have
references as keys. This will happen without warning whenever you
store a reference to one of your own hashes in the tied hash.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:53:57 UTC MAIN commitmail json YAML

Restore PKGREVISION=1 lost apparently by accident in -r1.13 a year ago.
Noticed by Aleksey Cheusov.

(dholland)

2008-06-23 03:53:33 UTC MAIN commitmail json YAML

import p5-Tie-ToObject-0.03

While "tie" in perldoc allows tying to an arbitrary object, the
class in question must support this in it's implementation of
TIEHASH, TIEARRAY or whatever.

This class provides a very tie constructor that simply returns the
object it was given as it's first argument.

This way side effects of calling $object->TIEHASH are avoided.

This is used in Data::Visitor in order to tie a variable to an
already existing object. This is also useful for cloning, when you
want to clone the internal state object instead of going through
the tie interface for that variable.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:51:50 UTC MAIN commitmail json YAML

import p5-Tree-Simple-VisitorFactory-0.10

Set of visitor objects for traversing Tree::Simple hierarchies.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:50:23 UTC MAIN commitmail json YAML

p5-UNIVERSAL-can-1.12

This module attempts to work around people calling UNIVERSAL::can() as a
function, which it is not.

WWW: http://search.cpan.org/dist/UNIVERSAL-can/

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:46:48 UTC MAIN commitmail json YAML

Import p5-UNIVERSAL-isa-0.06

Whenever you use UNIVERSAL::isa as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they
use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
live long and prosper.

This module replaces UNIVERSAL::isa with a version that makes sure that if
it's called as a function on objects which override isa, isa will be
called on those objects as a method.

In all other cases the real UNIVERSAL::isa is just called directly.

WWW: http://search.cpan.org/dist/UNIVERSAL-isa/

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:40:14 UTC MAIN commitmail json YAML

+SUBDIR+=      p5-CGI-Simple
+SUBDIR+=      p5-HTTP-Async
+SUBDIR+=      p5-HTTP-Body
+SUBDIR+=      p5-HTTP-Request-AsCGI

(abs)

2008-06-23 03:39:26 UTC MAIN commitmail json YAML

import p5-HTTP-Request-AsCGI-0.5

Provides a convenient way of setting up an CGI enviroment from a
HTTP::Request.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:35:35 UTC MAIN commitmail json YAML

import p5-HTTP-Async-0.09

Although using the conventional LWP::UserAgent is fast and easy it
does have some drawbacks - the code execution blocks until the
request has been completed and it is only possible to process one
request at a time. HTTP::Async attempts to address these limitations.

It gives you a 'Async' object that you can add requests to, and
then get the requests off as they finish. The actual sending and
receiving of the requests is abstracted. As soon as you add a
request it is transmitted, if there are too many requests in progress
at the moment they are queued. There is no concept of starting or
stopping - it runs continuously.

Whilst it is waiting to receive data it returns control to the code
that called it meaning that you can carry out processing whilst
fetching data from the network. All without forking or threading
- it is actually done using select lists.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:13:54 UTC MAIN commitmail json YAML

import p5-HTTP-Body-1.03

HTTP::Body parses chunks of HTTP POST data and supports
application/octet-stream, application/x-www-form-urlencoded, and
multipart/form-data.

Chunked bodies are supported by not passing a length value to new().

It is currently used by Catalyst to parse POST bodies.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:04:26 UTC MAIN commitmail json YAML

Import www/p5-CGI-Simple 1.105

CGI::Simple provides a relatively lightweight drop in replacement
for CGI.pm.  It shares an identical OO interface to CGI.pm for
parameter parsing, file upload, cookie handling and header generation.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 03:02:37 UTC MAIN commitmail json YAML

+p5-Template-Timer

(abs)

2008-06-23 03:01:52 UTC MAIN commitmail json YAML

Added p5-Template-Timer-0.04

Template::Timer provides inline timings of the template processing
througout your code. It's an overridden version of Template::Context
that wraps the process() and include() methods.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 02:03:27 UTC MAIN commitmail json YAML

Note addition of databases/ruby-activeldap version 1.0.1 and
sysutils/ruby-activesambaldap version 0.0.6.

(taca)

2008-06-23 02:02:18 UTC MAIN commitmail json YAML

Add and enable ruby-activesambaldap.

(taca)

2008-06-23 02:01:53 UTC MAIN commitmail json YAML

Add and enable ruby-activeldap.

(taca)

2008-06-23 02:01:27 UTC MAIN commitmail json YAML

Added finance/p5-Data-Currency version 0.04002
Added finance/p5-Finance-Currency-Convert-WebserviceX version 0.07000
Added finance/p5-Locale-Currency-Format version 1.25

(abs)

2008-06-23 02:00:57 UTC MAIN commitmail json YAML

Importing ruby-activesambaldap version 0.0.6.


ActiveSambaLdap is a library and a management tool for Samba + LDAP
environment.

ActiveSambaLdap provides object-oriented API to manipulate LDAP entry
for Samba.  ActiveSambaLdap also provides command-line tools to
replace smbldap-tools written by Perl.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-23 02:00:20 UTC MAIN commitmail json YAML

+p5-Locale-Currency-Format

(abs)

2008-06-23 01:59:59 UTC MAIN commitmail json YAML

Oops, missing PLIST file.

(taca)

2008-06-23 01:59:42 UTC MAIN commitmail json YAML

Import p5-Locale-Currency-Format 1.25

Locale::Currency::Format is a light-weight Perl module that enables
Perl code to display monetary values in the formats recognized
internationally and/or locally.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 01:56:47 UTC MAIN commitmail json YAML

+p5-Finance-Currency-Convert-WebserviceX

(abs)

2008-06-23 01:56:26 UTC MAIN commitmail json YAML

import p5-Finance-Currency-Convert-WebserviceX 0.07000

This is a lightweight module to do currency conversion using the
Currency Converter web service at http://www.webservicex.net/.

The motivation for this module was many fold. First,
Finance::Currency::Convert with Finance::Quote was a little too
bulky for my needs, esp the need to download or maintain conversion
tables. Finance::Currency::Convert::Yahoo seemed to be based on
screen scraping. Way to fragile for my taste.
Finance::Currency::Convert::XE has usage restrictions from XE.com.
[No offense intended to any of the authors above]

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 01:53:05 UTC MAIN commitmail json YAML

+p5-Data-Currency

(abs)

2008-06-23 01:51:57 UTC MAIN commitmail json YAML

Import p5-Data-Currency-0.04002

The Data::Currency module provides basic currency formatting and
conversion:

    my $price = 1.23;
    my $currency = Data::Currency->new($price);

    print $currency->convert('CAD')->as_string;

Each Data::Currency object will stringify to the original value
except in string context, where it stringifies to the format
specified in format.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2008-06-23 01:38:54 UTC MAIN commitmail json YAML

include owner in readme

(abs)

2008-06-23 01:36:56 UTC MAIN commitmail json YAML

Importing databases/ruby-activeldap version 1.0.1.

Ruby/ActiveLdap provides an object oriented interface to LDAP.  It maps
LDAP entries to Ruby objects with LDAP attribute accessors exposed as
methods dynamically assigned based on your LDAP server's schema and
each object's objectClasses.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-22 23:54:06 UTC MAIN commitmail json YAML

When bombing out because the package we need isn't installed, print
the full requirement rather than just the package name. This message
should never be seen (after all, the package we need is supposed to
*get* installed) but sometimes if things are screwed up in one way or
another it does show up. Since often what's wrong is that the package
that's installed is the wrong version, not that it's missing entirely,
this way the error message makes a lot more sense.

E.g. pkg/2008/06/12/msg001126.html">http://mail-index.netbsd.org/tech-pkg/2008/06/12/msg001126.html et seq.

ok dillo@

(dholland)

2008-06-22 23:39:35 UTC MAIN commitmail json YAML

Note update of wine to 1.0

(dholland)

2008-06-22 23:38:18 UTC MAIN commitmail json YAML

Update emulators/wine to 1.0, as requested in PR pkg/38985.

Add missing dep on libxml2.

Also merge some stuff from wip/wine:
  - more options (esound, ldap, dbus, ssl, x11)
  - split PLIST to accomodate extra files on Linux and FreeBSD (PR pkg/36320)

This also fixes the broken build against current openldap. (PR pkg/38025)

(dholland)

2008-06-22 23:05:00 UTC MAIN commitmail json YAML

2008-06-22 23:01:19 UTC MAIN commitmail json YAML

As indicated by comments on pkgsrc-c, move PKGREVISION setting to
individual Makefile files and out of Makefile.common.

(he)

2008-06-22 22:55:28 UTC MAIN commitmail json YAML

Note update of www/p5-URI to 1.37.

(he)

2008-06-22 22:54:31 UTC MAIN commitmail json YAML

Update from 1.36 to 1.37.  Changes:

2008-06-16  Gisle Aas <gisle@ActiveState.com>

  Release 1.37

  Gisle Aas (1):
      Support ";" delimiter in $u->query_form

  Jan Dubois (1):
      We get different test result when www.perl.com doesn't resolve.

  Kenichi Ishigaki (1):
      URI::Heuristic didn't work for generic country code [RT#35156]

(he)

2008-06-22 22:42:52 UTC MAIN commitmail json YAML

Updated
mail/spamassassin to 3.2.5

(heinz)

2008-06-22 22:41:01 UTC MAIN commitmail json YAML

Updated to version 3.2.5.

Pkgsrc changes:
- p5-DB_File is now required on all systems, even those where Perl
  already detects the native db-functions (dbopen,...) and thus
  provides DB_File.
  This should prevent subtle errors like the one in PR pkg/37751 at
  the price of installing an additional package.
- Added explanation to patch-ay.
- patch-bc was adapted to the changes for the path of compiled rulesets.
- patch-bd is no longer necessary, the public key is now cross-verified.
- shut up some warnings from pkglint regarding "set -e" and quoted
  variables.

Changes since version 3.2.4:
============================
3.2.5 is a minor bug-fix release.  Summary of changes:

- bug 5775: newer gpg versions require keys to be cross-certified (backsig).
  Did a cross-verify on our sa-update public key and re-exported.  (If you
  are already seeing "GPG validation failed" errors from sa-update, see
  http://wiki.apache.org/spamassassin/SaUpdateKeyNotCrossCertified .)

- bug 5899: add perl version string to the storage area for compiled
  rulesets, to avoid crashes when perl is upgraded between major versions
  (e.g perl 5.8.x to 5.10.0) and the ABI breaks

- bug 5496, bug 5910: clear some FORGED_MUA_OUTLOOK false positives,
  particularly on the new-format Message-ID generated by the Outlook
  Express version used in Windows XP service pack 3

- bug 5730: when using Postgres >= 8.1.0 with Bayes, this error occurs:
  'WARNING:  nonstandard use of \ in a string literal at character'.  fix,
  thanks to Tomasz Ostrowski

- bug 5769: fix 'sa-compile: eval failed: Can't find label NO' error,
  caused  in rare circumstances when sa-compile attempted to deal with
  rules written using 'replace_rules' features

- bug 5858: fix circular reference memory leak caused by some messages

- bug 5815: update 2TLD list to include .rs CCTLD

- bug 4706: remove HG_HORMOME rules due to poor performance

- bug 5835: typo in POD docs for SPF plugin; thanks to Benny Pedersen for fix

- bug 5839: a missing or failed eval rule function could mistakenly count
  as a rule hit, fixed

- trivial bugfix for the VBounce ruleset: __BOUNCE_FROM_DAEMON incorrectly
  used + instead of *, so some From addresses were not being recognised as
  bounce senders

(heinz)

2008-06-22 22:35:11 UTC MAIN commitmail json YAML

Updated archivers/dar to 2.3.8

(dsainty)

2008-06-22 22:33:37 UTC MAIN commitmail json YAML

Update Dar to 2.3.8:

from 2.3.6 to 2.3.7
- fixed bug in dar_manager about the localization of the archive in which to fin
d the latest EA
- fixed bug in configure script to properly report full blowfish encryption supp
ort
- fixed a bug in the statistics calculus of dar_manager for most recent files pe
r archive
- removed inappropriate internal error check
- added --disable-libdl-linking option
- fixed mistake in API tutorial
- updated Swedish translation by Peter Landgren
- fixed bug in the file filtering based on listing file ( -[ option )
- fixed typo and spelling errors in documentation
- updated code for clean compilation with gcc-4.2.3
- updated code for clean compilation with gcc-4.3 20080208 (experimental gcc)

from 2.3.7 to 2.3.8
- fixed bug in libdar met when user supply an empty file as a list of file to
  include or exclude ( -[ and -] options )
- fixed bug concerning elastic buffers used beside strong encryption. No
  security issue here, just in some almost rare situations the generated archive
  was not readable (testing your archive prevents you loosing data in this
  situation)
- added some speed optimizations
- avoided warning to appear without -v option set, when an error is met while
  fetching value of nodump flag (flag not supported on filesystem for example).

(dsainty)

2008-06-22 22:10:45 UTC pkg_install-renovation commitmail json YAML

Garbage collect unused variable.

(joerg)

2008-06-22 22:08:06 UTC MAIN commitmail json YAML

Don't use the existance of pkg_add as trigger to override
PKG_ADD and friends, but that the build passed the barrier.
Posted to tech-pkg@ without negative feedback.

(joerg)

2008-06-22 22:05:19 UTC MAIN commitmail json YAML

"Downgrade" checkperms dependency to a normal build dependency.
This way it doesn't have to be installed for make checksum etc.
to run.

(joerg)

2008-06-22 20:16:13 UTC MAIN commitmail json YAML

Updated multimedia/gnash to 0.8.3nb1

(wiz)

2008-06-22 20:15:51 UTC MAIN commitmail json YAML

Update to 0.8.3nb1:
Add patch provided by Kouichirou Hiratsuka in PR 39015 to fix segfaults.

(wiz)

2008-06-22 18:32:12 UTC MAIN commitmail json YAML

Updated fonts/fontforge

(adam)

2008-06-22 18:30:54 UTC MAIN commitmail json YAML

2008-06-22 18:21:25 UTC MAIN commitmail json YAML

- gtk2, ruby, ruby-sqlite3, xf86-video-intel.

(wiz)

2008-06-22 17:42:23 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.1.1 and mail/dovecot-sieve to 1.1.5.

(ghen)

2008-06-22 17:41:23 UTC MAIN commitmail json YAML

Update to Dovecot 1.1.1.  Beta's and RC's have been tracked in pkgsrc-wip,
copy from there.

Update the Sieve plugin accordingly to 1.1.5.

Major changes since 1.0:

* After Dovecot v1.1 has modified index or dovecot-uidlist files,
  they can't be opened anymore with Dovecot versions earlier than
  v1.0.2.
* See doc/wiki/Upgrading.1.1.txt (or for latest changes,
  http://wiki.dovecot.org/Upgrading/1.1) for list of changes since
  v1.0 that you should be aware of when upgrading.

+ IMAP: Added support for UIDPLUS and LIST-EXTENDED extensions.
+ IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
+ When saving messages, update cache file immediately with the data
  that we expect client to fetch later.
+ NFS caches are are flushed whenever needed. See mail_nfs_storage and
  mail_nfs_index settings.
+ Out of order command execution (SEARCH, FETCH, LIST), nonstandard
  command cancellation (X-CANCEL <tag>)
+ IMAP: STATUS-IN-LIST draft implementation
+ Expire plugin can be used to keep track of oldest messages in
  specific mailboxes. A nightly run can then quickly expunge old
  messages from the mailboxes that have them. The tracking is done
  using lib-dict, so you can use either Berkeley DB or SQL database.
+ Namespaces are supported everywhere now.
+ Namespaces have new list and subscriptions settings.
+ Full text search indexing support with Lucene and Squat backends.
+ OTP and S/KEY authentication mechanisms (by Andrey Panin).
+ mbox and Maildir works with both Maildir++ and FS layouts. You can
  change these by appending :LAYOUT=3Dmaildir++ or :LAYOUT=3Dfs to
  mail_location.
+ LDAP: Support templates in pass_attrs and user_attrs
+ Support for listening in multiple IPs/ports.
+ Quota plugin rewrite: Support for multiple quota roots, warnings,
  allow giving storage size in bytes or kilo/mega/giga/terabytes,
  per-mailbox quota rules.
+ Filesystem quota backend supports inode limits, group quota and
  RPC quota for NFS.
+ SEARCH and SORT finally compare non-ASCII characters
  case-insensitively. We use i;unicode-casemap algorithm.
+ Config files support splitting values to multiple lines with \

(ghen)

2008-06-22 17:35:42 UTC MAIN commitmail json YAML

Tick off recent updates from this corner:

p5-Class-Inspector-1.23
p5-Error-0.17014
p5-File-Remove-1.41
p5-Font-AFM-1.20
p5-Net-Amazon-S3-0.38
p5-Net-Google-0.62
p5-XML-Stream-1.22
p5-Net-Jabber-2.0
p5-Net-TFTP-0.16
p5-Net-Z3950-0.46
p5-Params-Util-0.33
p5-Spreadsheet-WriteExcel-2.21
p5-URI-1.37
p5-XML-RSS-1.33

(he)

2008-06-22 17:28:54 UTC MAIN commitmail json YAML

Note update of textproc/p5-XML-RSS to 1.33.

(he)

2008-06-22 17:27:44 UTC MAIN commitmail json YAML

Update from 1.32 to 1.33.  Changes:

1.33 - June 8, 2008
      - Allowed the end-user to customise the _encode() routine in
      XML::RSS::Private::Output::Base from XML::RSS using the
      encode_cb key.

(he)

2008-06-22 17:09:44 UTC MAIN commitmail json YAML

Note update of math/p5-Spreadsheet-WriteExcel to 2.21.

(he)

2008-06-22 17:08:54 UTC MAIN commitmail json YAML

Update from version 2.18 to 2.21.  Changes:

2.21 March 9 2008 - Major

    ! Fixed bug where UTF-8 strings in formulas weren't handled.
      Thanks Sergey Zhuravlev.
      http://rt.cpan.org/Public/Bug/Display.html?id=30368

    ! Fixed collapse outlines compatibility with Gnumeric
      and OpenOffice.org.
      Reported by Barrie Slaymaker.
      http://rt.cpan.org/Public/Bug/Display.html?id=33662

    + Added outline_collapsed.pl example.

    + Added document section about rewriting Excel files.

    + Minor security fix to Format to avoid eval and
      additional fix for RT 24218.
      Thanks to Bram.

    + Added increased compatibility with third party
      Excel reading applications such as POI.

    + Added optional compatibility_mode() to fix problems
      that can occur with Office SP3.

    + Fixed compatibility problem with Google Docs.

    + Added set_start_page() method for setting the start page
      number when printing.

2.20 October 6 2007 - Major

    + Added autofilter() and filter_column() method and
      autofilter.pl example.

    + Added embed_chart() method to allow extracted chart
      templates to be embedded in a worksheet.
      Added demo4.pl and demo5.pl examples.

    + Added the insert_image() method and proper Excel 97
      style image handling for PNG and BMP.
      Images now work with Gnumeric and OpenOffice.
      insert_bitmap() is now deprecated.

    ! Made pane split optional when calling freeze_panes().
      Also renamed thaw_panes() as split_panes(). The old
      method name is still available, but deprecated.

    ! Renamed write_unicode() and write_unicode_le() methods
      to the more explicit write_utf16be_string() and
      write_utf16le_string(). The old method names are
      still available, but deprecated.

2.19 June 14 2007 - Major

    + Beta testing only. Not released to CPAN.

(he)

2008-06-22 17:02:38 UTC MAIN commitmail json YAML

Note update of devel/p5-Params-Util to 0.33.

(he)

2008-06-22 17:01:46 UTC MAIN commitmail json YAML

Update from version 0.31 to 0.33.  Changes:

0.33 Tue 27 May 2008
- Upgrading to Module::Install 0.74
- Bumping Scalar::Util version to 1.18 to get a fixed better
  looks_like_number
- Moved B driver test class to My_B to prevent collision with the
  B modules

0.32_01 Sat 23 Feb 2008
- Moving 01_compile.t minimum version to 5.005 to match Makefile.PL
  (Resolves rt.cpan.org #26674)
- Removing the deprecated _CALLABLE function

(he)

2008-06-22 16:50:53 UTC MAIN commitmail json YAML

Note update of net/p5-Net-Z3950 to 0.51.

(he)

2008-06-22 16:49:49 UTC MAIN commitmail json YAML

Update from version 0.32 to 0.51.  Changes:

0.51  Mon May  8 11:55:19 BST 2006
- Deprecation in favour of ZOOM-Perl.
- Fix some compiler warnings.
- Fix typo in documentation (thanks to Kimmo Valtonen).

0.50  Wed Jul 27 13:28:03 BST 2005
- Correct the ResultSet::present() fix that was supposed to be
  in the previous release: that code inadvertently always
  returned undef in asynchronous mode.
- "ywpriv.h" now #undefines "list", which the Perl development
  header files inexplicably and inexcusably #define to
  "Perl_list".
- "ywpriv.h" now #undefines "open", which Solaris 9 #defines
  (I really can't believe this) to "open64".  Maybe Sun would
  like me to go round their place and dump a load of _my_ crap
  in _their_ workspace?
- New querytype "cql" can be used to pass CQL queries,
  untranslated, straight through to the server.  Use like:
$conn->search(cql => "au=(kernighan and richie)")

0.49  Thu Apr 21 11:06:02 BST 2005
- Change to the ResultSet::present() API in asynchronous mode:
  returns 1 if new requests were queued, 0 if all of the
  requested records had already been queued.  (No changes to
  its usage in synchronous mode.)
- yazwrap/send.c no longer includes <yaz/log.h> (not needed,
  generates warning)

0.48  Tue Apr 19 22:36:45 2005
- Patches supplied by Jan Bauer Nielsen <jbn@dtv.dk> to
  interpret otherInformation packets, in search responses,
  containing a search-info report of subquery counts.
- Patches supplied by Myron Turner <mturner@Ms.UManitoba.CA>
  to protect the Net::Z3950 module against certain classes of
  badly-behaved server.
- Bring "samples/multiplex.pl" up to date, illustrating the
  use of this module to run sequences of queries against
  multiple servers in parallel.

0.47  Tue Jan  4 22:15:07 2005
- The "connection refused" condition is now handled more
  gracefully, so that there is no error message emitted by
  Event.pm, just an undefined value returned and $! set to
  ECONNREFUSED.
- Improve many of the comments on this subject.

0.46  Mon Nov 22 23:42:40 2004
- Use the MARC::Record module for rendering MARC records
  instead of the older, unsupported and possibly buggy
  MARC.pm.

  WARNING: This change is backwards incompatible, but that
  incompatibility will only affect you if you're relying on
  the precise formatting of $rec->render() on MARC records.

0.45  Mon Nov  1 09:13:51 2004
- Support for "charset" and "language" options added by Adam
  Dickmeiss.

0.44  Fri May  7 18:00:54 2004
Note that this release consists entirely of
backwards-incompatible changes to new functionality introduced
in 0.43, the previous release.  If you use Scan, then all your
Scan code must change; if you do not use Scan, then this
release will not affect you at all.
- Change scan-option names to be ZOOM-compliant.
- Introduce a new enumeration, Net::Z3950::ScanStatus
- Add a new class, Net::Z3950::ScanSet, representing the
  results of a Scan operation.  This is compliant with the
  ZOOM Abstract API, and supports much nicer client code than
  the previous release:
$ss = $conn->scan('@attr 1=1003 kern');
$status = $ss->status();
print $ss->errmsg()
    if $status == Net::Z3950::ScanSet::Failure;
$count = $ss->size();
($term, $hits) = $ss->term(0);
  The scanResponse APDU, which used to be returned from the
  scan() method, is still available via the scanResponse()
  method, but there is no reason for new code to call this.
- Complete rewrite of the sample client "scan.pl" to use the
  new API.

0.43  Thu May  6 14:19:56 2004
- Add support for Scan, using code contributed by Jan Bauer
  Nielsen <jbn@dtv.dk>, somewhat tidied up.  Use it like this:
$apdu = $conn->scan('@attr 1=1003 kern');
$status = $apdu->scanStatus();
if ($status == 6) print Dumper($apdu->diag());
$count = $apdu->numberOfEntriesReturned();
$term = $apdu->entries()->[0]->termInfo()->term()->general();
$hits = $apdu->entries()->[0]->termInfo()->globalOccurrences();
  Subsequent releases will support more corners of the Scan
  specification (e.g. displayTerm and friends), and present a
  much nicer API with a ZOOM-like ScanSet object.  See
http://zoom.z3950.org/api/zoom-1.4.html#3.6
- Included in the "samples" directory is a simple scanning
  client program, "scan.pl".

0.42  Wed Mar 31 13:06:09 2004
- Add support for Unix-domain sockets: use "unix" as the
  hostname, and the path to the socket file as the port, in
  the connection constructor.  Like this:
$conn = new Net::Z3950::Connection("unix", "/tmp/socket");

0.41  Wed Mar 17 13:33:43 2004
- When Net::Z3950::Manager::wait() times out, it now returns
  an undefined value rather than, as in v0.40, the timeout
  value.  This code is now tested, thanks to Rick Jansen.
- Minor changes to some of the logic in ResultSet.pm

0.40  Tue Mar 16 13:57:33 2004
- A timeout may be set for a Net::Z3950::Manager's wait() by
  setting that manager's "timeout" option to the maximum
  number of seconds to wait.  Donald Knuth once wrote,
  "Beware: this code has not been tested, only proved
  correct."  _This_ code improves on Knuth in that it has been
  neither tested _nor_ proved correct.  However, I give you my
  solemn promise that I think it probably works, as likely as
  not.

0.39  Fri Dec 19 16:08:35 2003
- Recognise record-syntax names such as "USMARC" as well as
  enumerators such as Net::Z3950::RecordSyntax::USMARC, in
  accordance with what's specified in v1.4 of the ZOOM AAPI.
  Such names are recgonised case- and hyphen-insensitively, so
  "GRS-1" and "grs1" are equivalent.
- Add "XML" as an alias for the "TEXT_XML" record-syntax.
- Handle the ZOOM AAPI's standard options "pass" and "group"
  in preference to the old options "password" and "groupid"
  (although these are still also recognised, for the benefit
  of old applications.)
- Handle the ZOOM AAPI's standard option "async" in preference
  to the old "type" with _value_ "async" (although that's
  still also recognised, for the benefit of old applications.)
- Makefile.PL includes support for and instructions about
  building against a YAZ in a non-standard place ("non-root
  install").
- Another slight refinement to samples/simple.pl's
  diagnostics.
- Documentation for diagnostic methods now includes a link to
  the BIB-1 diagnostics web-page.

0.38  Fri Oct 24 13:28:42 2003
- Fix a silly bug in Net::Z3950::Record::OPAC::rawdata(),
  spotted by Kristina Long.  It was trying to return $$this,
  like the opaque-array-of-bytes record-types such as USMARC,
  whereas in fact $this is itself a Perl structure
  representing the record.
- Add a kludge to patch over anti-social behaviour from
  servers that sometimes return USMARC records when asked for
  OPAC records: the returned record is wrapped in an otherwise
  empty OPAC record structure.

0.37  Tue Sep 16 15:14:40 2003
- Remove a pair of extraneous declarations (copied from
  "yaz/include/yaz/z-opac.h" for reference) at the end of
  translateHoldingsAndCirc().  On recent GCC versions, such as
  mine, they were pointless but harmless; but older versions,
  such as the one in Debian/stable, croak if you mix
  statements and declarations.
- Improve behaviour when a server unilaterally closes the
  connection while we're waiting for a Init response.
  Previously, this would cause a segmentation fault; now you
  get errno set to 104 (ECONNRESET) which is pretty close.
- Improve the OPAC record renderer in Z3950/Record.pm so that
  it walks more of the OPAC-record structure.  As well as
  being prettier, this is better documentation-by-example of
  how to use the record structure.

0.36  Fri Sep 12 23:47:00 2003
- Add support for the OPAC record syntax: OPAC records are now
  translated into self-describing Perl data-structures,
  blessed into the class Net::Z3950::Record::OPAC.  There is a
  rudimentary renderer included in that class, but
  sophisticated applications will want to deal with the data
  structure itself.  To see it in action, use something like:
$ perl samples/simple.pl alpha.calarts.edu 210 \
MARION fruit preferredRecordSyntax 35
  WARNING: for some servers, e.g. troy.lib.sfu.ca:210/innopac,
  you MUST request elementSetName "F", otherwise you'll just
  be fed USMARC records whatever your preferredRecordSyntax.
- Deal better with unrecognised or malformed APDUs from the
  server, e.g. library.ucfv.bc.ca:2200/unicorn when asked
  for the USMARC record found by "@attr 1=4 time".  Now, the
  operation fails with diagnostic code 1001 (Malformed APDU).
- Change all <mike@tecc.co.uk> addresses to
  <mike@indexdata.com>.  (This change is well overdue, since I
  changed jobs seven months ago!)
- Fix reference for PQF in the YAZ manual.

0.35  Fri Jun 27 10:48:03 2003
- Fix all non-US MARC record-types to return raw data from the
  rawdata() method rather than, as before, the render()
  method.
- Add a new delete() method to Net::Z3950::ResultSet

0.34  Mon May 12 10:17:07 2003
- Slightly more robust cleanup in Manager::forget()
- Make samples/simple.pl a little less simple(!) by making a
  manager so that pre-connection options such as
  authentication parameters can be set.
- In Makefile.PL, LIBS and INC are now both set via yaz-config,
  so you don't need to mess with that file before building.
  (Adam Dickmeiss)
- The INC is now inherited by yazwrap/Makefile.PL, so that
  this file also does not need to be edited.  (Adam Dickmeiss)
- CCFLAGS is no longer set in the yazwrap directory.  I only
  did that in order to add "-Wall", which is pleasant luxury
  but not really necessary; and doing so caused problems as
  other, default, components of that setting were discarded on
  some platforms.  (Adam Dickmeiss)
- Add support for the MAB record syntax, thanks to Heiko
  Jansen <JANSEN@hbz-nrw.de>

0.33  Thu Apr  3 09:10:16 2003
- Add explicit statement of GPL licence.
  No code changes at all.

(he)

2008-06-22 16:34:22 UTC MAIN commitmail json YAML

Note update of x11/xf86-video-intel pacakge to 2.3.2.

(taca)

2008-06-22 16:33:23 UTC MAIN commitmail json YAML

Update xf86-video-intel package to 2.3.2.

hangelog since 2.3.1:

Alan Coopersmith (1):
      Define DEFFILEMODE for OS'es that don't have it

Bryce Harrington (1):
      Two more Dell quirks

Eric Anholt (10):
      Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.
      Just remove the mprotect kludge.
      Replace a couple of wait-for-ring-idles with a single function to do so.
      Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().
      Remove gratuitous wait_ring_idle after I830Sync.  Syncing implies that.
      Move BIOS scratch register setup to EnterVT instead of PreInit.
      Initialize clock gating from EnterVT and save/restore it appropriately.
      Remove SVG_WORK_CONTROL init.
      Move debug clock printout from ErrorF to X_INFO.
      Set up/restore PWRCTXA from enter/leavevt not server start/exit.

Hong Liu (1):
      Set SDVO sync polarity to default on 965

Jesse Barnes (3):
      Panel fitting:  fix letterbox modes
      Fixup power saving registers
      Fix TV programming:  add vblank wait after TV_CTL writes

Keith Packard (2):
      Skip copying on FOURCC_XVMC surfaces
      Only use FOURCC_XVMC when INTEL_XVMC is defined

Lukas Hejtmanek (1):
      Fix maximum backlight issue

Robert Lowery (1):
      Fix TV out connection type detection

Rmi Cardona (1):
      Add glproto to DRI dependencies

Shuang He (1):
      Fix typo in xvmc block destroy

Zhenyu Wang (6):
      Revert "Add FIFO watermark regs to register dumper"
      xvmc: remove unused dri drawable
      xvmc: a little cleanup
      Fix compiler warning when disable xvmc config
      Fix compiling with server master in LVDS backlight patch
      Bump version 2.3.2

Changelog since 2.3.0:

Bryce Harrington (2):
      More quirks from ubuntu/dell
      More Pipe A force quirks

Eric Anholt (1):
      Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching.

Jesse Barnes (3):
      Add a new quirk for BIOSes that reprogram regs at lid close/open time
      Add FIFO watermark regs to register dumper
      Save/restore cursor registers

Keith Packard (2):
      Overlay video doesn't require that the target pixmap be in video memory.
      Use new xf86RotateFreeShadow function to clean up shadow buffers.

Mike Isely (1):
      Implement option to ignore external fixed mode settings

Zhenyu Wang (4):
      Only check xvmc lib when xvmc is enabled.
      Use I830FALLBACK when check pitch for debug
      Revert last HP 965GM pipe A quirk
      Bump version 2.3.1

(taca)

2008-06-22 16:26:13 UTC MAIN commitmail json YAML

Note update of net/p5-Net-Google to 1.0.

(he)

2008-06-22 16:25:36 UTC MAIN commitmail json YAML

Note update of net/p5-Net-TFTP to 0.17.

(he)

2008-06-22 16:25:32 UTC MAIN commitmail json YAML

Simplify the logic that avoids using compat_headers during bootstrap.

(tnn)

2008-06-22 16:24:29 UTC MAIN commitmail json YAML

Update from version 0.61 to 1.0.  Changes:

1.0      Fri Dec 02, 2005

- The "Nothing Special" release. It's just been almost
  three years. I think we can call it 1.0, don't you?

- Added 'queries_exhausted' methods to indicate whether
  Google API query limit has been reached (RT ticket
  12001)

- Fixed POD errors in Net::Google::Response (RT ticket
  8735)

- Updated t/002-spelling.t (RT ticket 11386/11458)

- Updated POD

- Replace ExtUtils::MakeMaker with Module::Build

        - Pass maintainership to Bill Stillwell

0.62 Wed Jun 02, 2004

- Fixed POD in N:G:Response (RT bug #5351)

- Updated spel(l)ings in t/002-spelling.t
  (RT bug #6183)

- Updated N:G:Search to account to weirdness
  in the way SOAP::Lite handles booleans. Not
  clear that this is necessarily a problem in
          SOAP::Lite but the patch fixes a reported bug
  and doesn't seem to break anything else so...
  (RT bug #6167)

- Added explicit call to $search->filter(1)
  in t/001-search.t (RT bug #6167)

(he)

2008-06-22 16:19:57 UTC MAIN commitmail json YAML

Note today's Ruby related package update.

Update:
        databases/ruby-DBI to 0.2.0
        databases/ruby-DBD-mysql to 0.2.0
        databases/ruby-DBD-postgresql to 0.2.0
        databases/ruby-DBD-sqlite to 0.2.0
        databases/ruby-datamapper to 0.3.2
        databases/ruby-mysql to 2.7.6
        databases/ruby-sqlite3 to 1.2.2
        devel/ZenTest to 3.10.0
        devel/hoe to 1.6.0
        devel/ruby-debug-ide to 0.2.0
        devel/ruby-flexmock to 0.8.2
        devel/ruby-inline to 3.7.0
        devel/ruby-linecache to 0.4.3
        devel/ruby-parsetree to 2.2.0
        devel/ruby-rspec to 1.1.4
        devel/ruby2ruby to 1.1.9
        devel/rubyforge to 1.0.0
        mail/ruby-mailfactory to 1.3.5
        mail/ruby-tmail to 1.2.3.1
        misc/ruby-launchy to 0.3.2

Addition:
        databases/ruby-DBD-sqlite3 version 0.2.0

(taca)

2008-06-22 16:19:22 UTC MAIN commitmail json YAML

Update from version 0.10 to 0.17.  Changes:

Release 0.17 -- Wed Jul 18 06:30:05 CDT 2007

Enhancements
* Added support for IPv6 (patch from John Jason Brzozowski)

Change 746 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)

Fix return logic for get and put (patch from Bruce Gray)

Change 726 on 2002/05/27 by <gbarr@pobox.com> (Graham Barr)

Release 0.15

Change 725 on 2002/05/27 by <gbarr@pobox.com> (Graham Barr)

Fix 'Use of uninitialized' warning

Change 693 on 2002/01/11 by <gbarr@pobox.com> (Graham Barr)

Add O_TRUNC to open in get() so an existing file is truncated instead
of unlinked and recreated

Change 646 on 2001/09/17 by <gbarr@pobox.com> (Graham Barr)

Ensure local files are in binmode when transfer is octet mode
Avoid spurious Buffer underflow warning

Change 633 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)

Release 0.12

Change 614 on 2001/05/29 by <gbarr@pobox.com> (Graham Barr)

Move TFTP out of libnet

(he)

2008-06-22 16:14:54 UTC MAIN commitmail json YAML

Note update of chat/p5-Net-Jabber to 2.0.

(he)

2008-06-22 16:14:08 UTC MAIN commitmail json YAML

Update from version 1.26 to version 2.0.  Changes:

2.0
===
  - All of the core functionality has moved into Net::XMPP.
    It provides the connection, messages, iq, and presence.
    Net::Jabber now just provides the extensions that the
    JEPs define and that are truly Jabber and not XMPP.

1.30
====
  - Added initial support for XMPP 1.0 via XML::Stream 1.18.
  - Locked version of XML::Stream to 1.18.
  - Changed connectiontimeout to just timeout in the Connect
    function.
  - Hey, here's a good idea.  Instead of copying the function
    hash out of each namespace why not just use a refrence...
    duh...  This might make things a little faster and use a
    smidge less memory.  Just a little thought.
  - Fixed a taint problem with an eval and the xmlns read from
    the socket.
  - Fixed some -w warnings.
  - Updated client test to user newer methods and create the
    test account.
  - Added password to MUCJoin.
  - Fixed typo in DefineNamespace.
  - Added Tree Transfer (JEP-105)

1.29
====
  - Added PubSub (JEP-60)
  - Added documentation for most of the below.
  - Added in a basic basic support for SOAP (JEP-72).  You can
    dump in rawxml and get it back out.
  - Looking into using contants for the namespaces, but they
    don't work in hashes. =(
  - Removed jabber:x:sxpm (it was never used).
  - Added initial (low level) support for Commands (JEP-50).
  - Added initial (low level) support for FNeg (JEP-20),
    Disco (JEP-30), Bytestream (JEP-65), SI (JEP-95), and
    FT-Profile (JEP-96).
  - Made Client, Component, and Server inherit from Protocol
    instead of AUTOLOADing.  Why didn't I do this in the
    beginning?
  - Added function RosterRequest to let the user handle processing
    the roster in their own callback and not return a hash.
  - Added function PresenceDBClear that will clear out the
    presence database.
  - Added check to see if Process generated an error, and then
    was called again (bad thing).
  - Moved Process into Client.pm, Component.pm, and Server.pm.
  - Locked version of XML::Stream to 1.17.
  - Fixed typos in the Protocol help.

1.28
====
  - Fixed bug in XPathDefined which caused the main iq callback
    function to not work.  Show stopper bug.
  - Fixed iq:time test.

1.27
====
  - Update examples/client scripts to include an xpath based
    example.
  - Added support for XPath based callbacks.
  - Updated x:data to match the call for experience.
  - Requires perl 5.6 in an attempt to get Unicode support.
  - Added finer callback support for presence and message
    based on type.
  - Minor tweak to NOT remove an unknown xmlns packet (duh...)
  - Fixed bug in JID.
  - Updated DefineNamespace to handle most old style, and all
    new style.
  - Locked version of XML::Stream to 1.16.
  - Major recore due to XML::Stream::Node and XPath.
  - Moved from XML::Stream::Hash to XML::Stream::Node.
  - Fixed XDB Reply error.
  - Uninitialized value round up.

(he)

2008-06-22 16:10:51 UTC MAIN commitmail json YAML

2008-06-22 16:10:16 UTC MAIN commitmail json YAML

Update ruby-launchy package to 0.3.2.

== Changes
=== Version 0.3.2 - 2008-05-21

* detect aix and mingw as known operating systems.

(taca)

2008-06-22 16:09:32 UTC MAIN commitmail json YAML

Update ruby-tmail pacakge to 1.2.3.1.

=== 1.2.3.1 / 2008-04-11

* Closed #19429 - Installing TMail on Windows with the gem

(taca)

2008-06-22 16:09:01 UTC MAIN commitmail json YAML

Update ruby-mailfactory pacakge to 1.3.5.

Changes are unknown.

(taca)

2008-06-22 16:07:40 UTC MAIN commitmail json YAML

Update rubyforge package to 1.0.0.

== Version History:

=== 1.0.0 / 2008-05-20:

* Removed HTTPAccess2, thanks to Aaron Patterson. Even tho he's whiny.
* Changed initialize/configure to make testing scream. 100x faster.

(taca)

2008-06-22 16:07:30 UTC MAIN commitmail json YAML

Note addition of net/p5-Net-XMPP version 1.02.

(he)

2008-06-22 16:07:09 UTC MAIN commitmail json YAML

2008-06-22 16:06:37 UTC MAIN commitmail json YAML

Add p5-Net-XMPP.

(he)

2008-06-22 16:05:53 UTC MAIN commitmail json YAML

Update ruby-rspec package to 1.1.4.

== Version 1.1.4

Maintenance release.

Note: we've removed the metaclass method from Object. There were some
generated specs that used it, and they will now break. Just replace the
metaclass call with (class << self; self; end) and all will be well.

* pending steps print out yellow in stories (patch from Kyle Hargraves)
* Deprecation warnings for specs that assume auto-inclusion of modules. Closes #326 (patch from Scott Taylor)
* mock.should_not_receive(:anything) fails fast (once again)
* Patch from Antti Tarvainen to stop files from being loaded repeatedly when running heckle. Closes #333.
* Fixed bug in which session object in example was not the same instance used in the controller. Closes #331.
* Applied patch from Antti Tarvainen to fix bug where heckle runs rspec runs heckle runs rspec etc. Closes #280.
* Applied patch from Zach Dennis to merge :steps functionality to :steps_for. Closes #324.
* Applied patch from Ryan Davis to add eval of block passed to raise_error matcher. Closes #321.
* alias :context :describe in example_group_methods. Closes #312.
* Applied patch from Ben Mabey to make the Story runner exit with a non-0 exit code on failing stories. Closes #228.
* Applied patch from Coda Hale to get the :red hook called in autotest. Closes #279.
* Applied patch from Patrick Ritchie to support --drb in spec.opts. Closes #274, #293.
* Moved metaclass method from Object to an internal module which gets included where it is needed.
* Applied patch from Dayo Esho: and_yield clobbers return value from block. Closes #217.
* Applied patch from Bob Cotton:  ExampleGroupFactory.default resets previously registered types. Closes #222.
* Applied patch from Mike Williams to support the lib directory in rails apps with the Textmate Alternate File command. Closes #276.
* ExampleGroupMethods#xspecify aliases #xit
* A SharedExampleGroup can be created within another ExampleGroup.
* Applied patch from Bob Cotton: Nested ExampleGroups do not have a spec_path. Closes #224.
* Add before_suite and after_suite callbacks to ExampleGroupMethods and Options. Closes #210.
* The after(:suite) callback lambda is passed a boolean representing whether the suite passed or failed
* Added NestedTextFormatter. Closes #366.
* decoupled mock framework from global extensions used by rspec - supports use of flexmock or mocha w/ rails
* Applied patch from Roman Chernyatchik to allow the user to pass in the rails version into spectask. Closes #325, #370

(taca)

2008-06-22 16:05:39 UTC MAIN commitmail json YAML

Import p5-Net-XMPP version 1.02:

The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
that provides a complete cross protocol messaging solution.  The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other.  XMPP seeks to get rid of those barriers.

For more information about the Jabber project visit http://www.xmpp.org.

Net::XMPP is a collection of Perl modules that provide a Perl Developer
access to the XMPP protocol.  Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-06-22 16:05:19 UTC MAIN commitmail json YAML

Update ruby-parsetree package to 2.2.0.

=== 2.2.0 / 2008-06-09

* 18 minor enhancements:

  * Added 1.9 and rubinius to multiruby skip list.
  * Added 1.9 fixes for SexpProcessor.
  * Added compatibility changes for regexp option values.
  * Added custom compact since Array#compact is hostile to subclasses.
  * Added some tests for wonky index edge cases. some commented out.
  * Added test changes for 1.9 and r2r changes. Esp fixed regexp differences.
  * Added tests for dasgn, proc arities,
  * Added/updated some tests for ruby_parser.
  * Changed tests to default to nil for verbose.
  * Fixed all assertions deprecated in miniunit.
  * Raises LoadError if incompatible ruby, allows fallback to ruby_parser.
  * Removed Unified's rewrite_fbody and moved up into defn... not sure about that.
  * Removed argscat rewriter from unified_ruby.rb
  * Renamed shadowed variable name.
  * Reworked parse_tree_for_(method|string) to take optional verbose arg.
  * Started removing ending newlines from pt_testcase.rb.
  * Uncommented all commented out tests. ruby_parser must not be a pansy.
  * Updated rakefile for new hoe abilities.

* 3 bug fixes:

  * Fixed 1.8.[45] wrt dasgn_curr declaration removal.
  * Fixed pt_testcase bug.
  * Fixes for colon2/3 in class/module/cdecls.

(taca)

2008-06-22 16:04:34 UTC MAIN commitmail json YAML

Update ruby-linecache package to 0.4.3.

Notes: Small change to for MSWindows which allows finding the extension
in lib rather than ext.

(taca)

2008-06-22 16:01:43 UTC MAIN commitmail json YAML

Update ruby-inline pacakge to 3.7.0.

=== 3.7.0 / 2008-06-09

* 1 major enhancements:

  * Removed inline_package in favor of hoe's packaging.

* 2 minor enhancements:

  * Switched from warn/exit to abort to fix buffering for error messages.
  * Improved some error messages.

* 2 bug fixes:

  * Fixes for rubinius.
  * Fixes for 1.9.

(taca)

2008-06-22 16:00:58 UTC MAIN commitmail json YAML

Update ruby-flexmock package to 0.8.2.

= Changes for FlexMock

* FlexMock partial mocks will now override any preexisting definitions
  for "should_receive".  Previously, FlexMock would honor preexisting
  defintions, but an RSpec on Rails bug loads the RSpec mocks, even
  when other mock libraries are configured.  This allows flexmock to
  correctly use partial mocks in the presence of an ill-behaved mock
  library.

== Pre-Version 0.8.1

* Added Joe O'Brien's patch to allow view stubbing in Rails 2.0
* Added Evan Phoenix's patch to remove allocate from default
  allocators in new_instances (for Rubinius compatibility).

(taca)

2008-06-22 15:59:54 UTC MAIN commitmail json YAML

Update ruby-ruby-debug-ide pacakge to 0.2.0.

Changes are unknown but it seems support ruby-debug-base 0.10.1.

(taca)

2008-06-22 15:55:46 UTC MAIN commitmail json YAML

Install lynx.lss manually for slang option case.
(I guess it is probably not needed in this case, but the changes
to ignore it for the slang option alone are much more effort).

Addresses PR 38284 by Daniel Horecki.

(wiz)

2008-06-22 15:55:26 UTC MAIN commitmail json YAML

Update hoe package to 1.6.0.

=== 1.6.0 / 2008-06-18

* 1 minor enhancement

  * blog categories! Defaults to array with project's name. Thanks Aaron!

=== 1.5.3 / 2008-05-20

* 1 Bug Fix

  * hoe really really needs better tests. I suck. :/

=== 1.5.2 / 2008-05-20

* 4 Minor Enhancements:

  * Added multiruby_skip attribute for 'rake multi' version invalidation.
  * Improved error messages when files are missing.
  * Added rubygems post_install_message accessor. Thanks to Dr. Nic.
  * Cleaned up alternative_name... I didn't get it.

* 1 Bug Fix:

  * Removed require of rake/contrib/sshpublisher to fix 1.9.

(taca)

2008-06-22 15:54:37 UTC MAIN commitmail json YAML

Update ZenTest package to 3.10.0.

=== 3.10.0 / 2008-06-17

* 1 major enhancement:

  * Added multiruby_setup to help manage multiruby installed versions.

* 3 minor enhancements:

  * Added autotest/once plugin to help plugin developers.
  * Heavily refactored multiruby.
  * Switched rubinius from shotgun/rubinius to bin/rbx, finally.

* 2 bug fixes:

  * Refactored zentest_mapping test to avoid zentest altogether.
  * zentest tests bail gracefully for rubinius.

=== 3.9.3 / 2008-06-09

* 12 minor enhancements:

  * Added $RUBY env support to autotest so you can swap what ruby to run.
  * Added ALL_HOOKS array to autotest for hook devs.
  * Added EXCLUDED_VERSIONS to multiruby. Integrated with hoe.
  * Added miniunit compatibility to unit_diff's output.
  * Multiruby now determines the latest versions 1.8/1.9 automatically.
  * Removed deprecated :run hook.
  * Fixed zentest_assertions to be compatible with miniunit. Will phase out.
  * Minor autotest plugin cleanup / fixes.
  * Moved assert_callback to test/rails/test_case.rb
  * Reversed assert_includes' arguments.
  * Updated requirements info for other ruby impls.
  * util_capture now returns strings, not iostrings.

* 1 bug fixes:

  * (add|remove)_(mappings|exceptions) now all return nil to help fix autotest hooks.

=== 3.9.2 / 2008-03-20

* 4 minor enhancements:

  * Added compatibility with miniunit differences.
  * Added email_notify, jabber_notify, and rcov autotest plugins.
  * Updated rakefile to include examples automatically in example_dot_autotest.
  * multiruby now outputs each command so you can grab it easily.

* 5 bug fixes:

  * Ensure tests are run after reset.
  * Fixed all test/rails tests to run in any combo.
  * Fixed up growl.rb a bit... still buggy (growlnotify, not growl.rb).
  * Fixes for -f (fast start) and last_mtime in general.
  * Fixes for 1.9 and rubinius

(taca)

2008-06-22 15:52:59 UTC MAIN commitmail json YAML

2008-06-22 15:51:14 UTC MAIN commitmail json YAML

Update ruby-mysql package to 2.7.6.

2008-06-17
    version 2.7.6
    * On 64bit machine, Mysql::Stmt#execute raise error on large numeric
        value(>= 2**30).
2008-03-08
    version 2.7.5
    * On 64bit machine, Mysql::Stmt#fetch return invalid numeric value.
2007-12-26
    version 2.8pre1
    * for Ruby 1.9.0
    * Incompat: Mysql::Result#each_hash don't create column name string each
        row. it's shared.
    * Incompat: Mysql#query with block no longer turn on multi-statements
        mode automatically.
2007-08-22
    version 2.7.4
    * BUG: Mysql::Stmt#execute memory leak.

(taca)

2008-06-22 15:49:33 UTC MAIN commitmail json YAML

Update databases/ruby-datamapper pacakge to 0.3.2.

Changes are unknown.

(taca)

2008-06-22 15:48:09 UTC MAIN commitmail json YAML

Add and enable ruby-DBD-sqlite3.

(taca)

2008-06-22 15:47:15 UTC MAIN commitmail json YAML

Importing ruby-DBD-sqlite3, sqlite3 part of ruby-DBI-0.2.0.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-22 15:45:36 UTC MAIN commitmail json YAML

Update ruby-DBI pacakge to 0.2.0, ruby-DBD-sqlite part.

(taca)

2008-06-22 15:45:12 UTC MAIN commitmail json YAML

Update ruby-DBI pacakge to 0.2.0, ruby-DBD-postgresql part.

(taca)

2008-06-22 15:44:49 UTC MAIN commitmail json YAML

Update ruby-DBI pacakge to 0.2.0, ruby-DBD-mysql part.

(taca)

2008-06-22 15:44:06 UTC MAIN commitmail json YAML

ruby-DBI pacakge to 0.2.0.

== 0.2.0 - 03/16/2008

=== Summary

* SQLite (2.x) driver rewritten in ruby
* SQLite (3.x) driver provided by Jun Mukai
* Migrated DBD::Pg to 'pg' low-level library
* bytea and LOB support for DBD::Pg
* New DBD Test suite
* Tons of bug fixes

commit:: 7bc29dd74badd75daa99b4c1f2c97e93dbc6a405
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::  Fri Mar 14 11:13:48 2008 -0700

* Fixed two bugs in the Pg driver (thanks again Mike Pomraning):
* A tables bug where the system tables were not being sent back.
* A columns bug where the columns were not properly selected when the schema search path was altered.

commit:: eaf228bdf1c992cd8c523872057e5d2e1901eb6d
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Wed Mar 12 15:35:08 2008 -0700

* Fix for timestamp type handling under mysql

commit:: ce4c59e0a60f0dc4bbd66cc84c1b2a50df17c6ca
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::  Tue Mar 11 10:58:18 2008 -0700

* Some fixes for timestamp handling for SQLite3

commit:: beb4c5b31b355180761df024c6933e1b67a2f59c
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::  Tue Mar 11 09:09:37 2008 -0700

* Patch provided by Mike Pomraning that gets timestamps in a sane fashion!

commit:: a6d70ffb23bb0493cd73ebe38dd413a9d86173bd
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sat Mar 8 19:05:58 2008 -0800

* Fixed a DBI::Timestamp#to_s error

commit:: 48690de14c144ac030b12a2a627db611a0ca257c
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sat Mar 8 01:19:42 2008 -0800

* Fix for #3916 - sth.any? and sth.rows.zero? not consistent across DBDs

commit:: 55f118d3e54dc546b133083271d80caccf00ab53
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sat Mar 8 00:34:51 2008 -0800

* Peter Schiller's thread-safety patch
* Some more tests surrounding the row count and fetchable?

commit:: b496e0d981891fad6291dc49161963a15f05472a
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Thu Mar 6 22:55:07 2008 -0800

* Plenty of DBI::Time fixes (based on a patch from #7710 and tests that were written as generals)

commit:: 679bde33924ee368322f7ece4509822e07e68955
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Thu Mar 6 21:42:00 2008 -0800

* #6965 Fix and test (not ideal, but it does work)

commit:: 3819bd468b941465abaffd6b7adc5afa1ddd0406
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Thu Mar 6 21:11:06 2008 -0800

* #4727 integrated

commit:: 32c0e5e6fea308cd52891bf6dac589ad84b29ba4
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Thu Mar 6 20:57:00 2008 -0800

* Applied patch from ticket #7711

commit:: 34286112df17fbdb7588f45b176a42fb3a77aaae
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sun Feb 24 12:56:35 2008 -0800

* Fixed bug #10466

commit:: 1f19663fd9b31b0f2f0a111f227220d5ee8cbe1d
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sun Feb 24 12:09:44 2008 -0800

* Fixed #1082

commit:: f3e6e077e4073c892d8449ec6e1912ffe9f76f95
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sun Feb 24 12:02:23 2008 -0800

* ByteA fixes!

commit:: 8668eb0c1561b49b144f4a56c3edc2bce90bc2a0
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sun Feb 24 00:29:00 2008 -0800

* Fixed most of the LOB support (yay!)

commit:: 32ac057631b16429051c90fa9aab3ed1bb560e32
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sat Feb 23 23:35:19 2008 -0800

* Initial porting attempt from ruby-postgres to ruby-pg
* Test fixes and additions

== 0.1.2 - 02-Sep-2006

=== General
* Paul DuBois: test/dbi/tc_dbi.rb: DBI version number test failed because it
  was expected to be 0.1.0. (Should have been 0.1.1.) But 0.1.1 has been
  released, so update DBI version number and expected number in test to 0.1.2.

(taca)

2008-06-22 15:30:43 UTC MAIN commitmail json YAML

Update distinfo alog update to 0.17014.

(taca)

2008-06-22 15:22:44 UTC MAIN commitmail json YAML

Describe what DESTDIR means and improve description what to do for packages.
Fix a typo while here.

(wiz)

2008-06-22 15:22:44 UTC MAIN commitmail json YAML

Note update of textproc/p5-XML-Stream to 1.22.

(he)

2008-06-22 15:21:57 UTC MAIN commitmail json YAML

- pan, gnash.

(wiz)

2008-06-22 15:21:52 UTC MAIN commitmail json YAML

Update from version 1.15 to 1.22.  Changes:

1.22
====
  - Using Encode module to handle utf encoding and decoding.  I cannot
    just put the socket into utf8 because IO::Socket::SSL does not
    support binmode.  So I'm calling decode_utf8() before returning the
    Read string, and encode_utf8() before writing the Send string.
  - Fixed SASL PLAIN authentication.

1.21
====
  - Sigh... Screwed up the CPAN release... again...

1.20
====
  - Ok... dang it.  Another minor tweak to fix CPAN.

1.19
====
  - Minor release bug.  Forgot to include the prereqs for Authen::SASL
    and MIME::Base4.

1.18
====
  - Added initial cut at XMPP 1.0 support.
  - Fixed timeout for Connect().  It was horribly broken and in
    efficient.  Thanks to Jesper Krogh.
  - Added timeout to socket creation.

1.17
====
  - Added patch to make the Process a little faster by putting the
    sleeps into the can_read() calls so that you don't have to delay
    even a few micro seconds when you get new XML.  (Evan Prodromou)
  - Added SRV lookup support for Connect via Net::DNS.
  - Changed the select calls when blocking to can_read calls so
    that we can wake up when there is data, and not just after a
    certain period of time.  Thanks to Evan Prodromou.
  - Interesting bug with Broken Pipes.

1.16
====
  - Upgraded the XPath engine to a more extensible and robust
    design.
  - To get tests to work 100% I have to get better determination
    on the BuildXML functions.  So fomr this point on, all
    attributes are printed in alphabetical order.
  - Fixed bug in Parser with <![CDATA[...]]> not being supported.
  - Changed BuildXML for Tree.  You have to pass it a ref
    and not an array.  That was to make the rawXML thing
    work better.
  - Added the ability to add raw XML at the BuildXML call.
  - Added remove_cdata method to Node.
  - Added methods to Node to make calls easier (XPath, GetXML).

(he)

2008-06-22 15:21:23 UTC MAIN commitmail json YAML

Updated multimedia/gnash to 0.8.3

(wiz)

2008-06-22 15:20:56 UTC MAIN commitmail json YAML

Update to 0.8.3:

2008-05-10 Russ Nelson <nelson@crynwr.com>

Sixth alpha release of Gnash (0.8.3).
Improvements since 0.8.2 release are:

More visible to users:
    * Native fullscreen support (from AS) implemented.
    * Long command-line options properly supported.
    * View detailed movie information from GTK gui.
    * Added an option in Preferences to initially display a movie
      as a blank ("Click here to start") screen.
    * Added "dump" GUI to dump a movie to disk.
    * Improved Cairo rendering performance.
    * Fix support for OpenOffice Impress SWF exporter (malformed..)

Less visible to users:
    * Garbage Collector usage reduced where appropriate.
    * Mouse.hide and Mouse.show implemented in GTK.
    * ActionScript inheritance fixes:
        o super implemented correctly (still not 100% compatible for SWF7)
        o implements / instanceof works correctly now
    * FsCommands quit, fullscreen and showMenu implemented.
    * FsCommand-to-javascript implemented (plugin).
    * Minor ActionScript compatibility fixes: String, XML, toLocaleString,
      int, parseInt. fromCharCode, toString (SWF4) etc.
    * Fixes to arguments class (tests: Function.as, line404~456).
    * Stage.scaleMode implemented (fixes resizing of various movies).
    * Stage.align implemented.
    * Fixes to Date class (platform consistent).
    * Logging uses boost::format.
    * Improved Win32 support: builds using MinGW/MSYS (cross-compile
      not tested yet), and initial implementation of npgnash.dll exists.
    * Sprite handling improved, fixing FlowPlayer and other video SWFs.
    * TextField handling:
          o Fix in device font handling (DefineFontInfo tag)
          o Fix support for DefineFont2 tag (sizes)
          o Improve TextField support for TextFormat use.
    * Fix parsing of malformed XML files
    * Fix loading of text / XML with Byte Order Marks.
    * Minor fix to _x and _y translation.
    * More functions correctly registered as ASnative.
    * System.capabilities information expanded.
    * Jemalloc memory allocator from Mozilla added as an option.
    * Redesigned and implemented AMF0 support, with the beginning of
      AMF3 support.
    * SWF8 line styles support (both from tag and drawing api)

(wiz)

2008-06-22 14:25:12 UTC MAIN commitmail json YAML

Note update of sysutils/p5-File-Remove to 1.41.

(he)

2008-06-22 13:37:31 UTC MAIN commitmail json YAML

Note sysutils/pfstat update.

(peter)

2008-06-22 13:36:59 UTC MAIN commitmail json YAML

2008-06-22 13:36:33 UTC MAIN commitmail json YAML

Update to version 1.41.  Changes:

1.41 Mon  2 Jun 2008
- No functional changes
- Updating location of author tests
- Switching to Module::Install again, to generate a better META.yml

(he)

2008-06-22 12:49:53 UTC MAIN commitmail json YAML

Drop check for 'make replace => unsafe_depends" support being present
in pkgsrc.  It's been 1.75 years, and the benefit of the check is now
outweighed by the cruftiness.

(gdt)

2008-06-22 12:40:13 UTC MAIN commitmail json YAML

Added converters/p5-JSON-XS-VersionOneAndTwo

(kim)

2008-06-22 12:37:37 UTC MAIN commitmail json YAML

Add JSON::XS::VersionOneAndTwo - Support versions 1 and 2 of JSON::XS

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(kim)

2008-06-22 10:45:15 UTC MAIN commitmail json YAML

Updated graphics/exiv2 to 0.17.1

(gdt)

2008-06-22 10:45:04 UTC MAIN commitmail json YAML

Update to 0.17.1.  Bugfixes in library (some bugs introduced in 0.17):

- 0000560: [xmp] Can't delete (last) XMP tag. (Reported by SerGioGioGio)

- 0000559: [exif] Crash when extracting Exif orientation flag
          from Kodak DCR raw file. (Reported by Gilles Caulier)

- 0000558: [jpeg i/o] "Warning: JPEG format error, rc = 5" for
          most of my JPEG files. (Reported with patch by
          Marcus Holland-Moritz)

- 0000552: [build environment] Build failure under Mac OS X
          10.3.9 (Reported by Marius Schamschula)

- [exif] Fixed several potential division by 0 bugs.

(gdt)

2008-06-22 08:43:13 UTC MAIN commitmail json YAML

Note PKGREVISION bump of wm/ccsm.

(hira)

2008-06-22 08:41:36 UTC MAIN commitmail json YAML

This package needs x11/py-gtk2 to run.  Bump PKGREVISION.

(hira)

2008-06-22 08:12:38 UTC MAIN commitmail json YAML

Updated news/pan to 0.132

(wiz)

2008-06-22 08:12:24 UTC MAIN commitmail json YAML

Update to 0.132, based on pkgsrc-wip-package pan-devel packaged by
Olaf Seibert and using a glib compatibility patch from upstream
via Paul Goyette on pkgsrc-users.

Changes since 0.14.x:
0.132 "Waxed in Black"
441859 in 0.131, 'read next unread' didn't always work (Artur Jachacy)
456730 Text before signature delimiter is doubled (Alexander Skwar)
444184 0.131 fails to build on RH4/CentOS4 (Steven Ellis)
438021 can't post one message to multiple groups at one time (Keith)
355041 Two-segment group name abbreviations (Benjamin Esham)
447680 handle nzb files whose parts are in the wrong order (Benjamin Charron)
349490 better info for the tool-tip of the Tasks button (Douglas Bollinger)
456519 Dependency on gmime version should be 2.1.9, not 2.1.0 (Gregory Lee)

0.131 "Ghosts: First Variation"
441442 bad yEnc decoding / occasional crash (Charles + valgrind)
440853 fix 0.130 crash while fetching some headers (Sci Fi)
440470 fix 0.130 bug that made deleting articles very slow (Walt)
440194 fix 0.127 memory leak (Charles + valgrind)
426377 workaround for GMime bug that won't show multipart images (Mike)
440545 saving a group's headers could be faster (Charles + sysprof)
440990 more speedups in saving headers (Charles + sysprof)
441034 StringView::ltrim() speedups (Charles + sysprof)

0.130 "Hyperbolicsyllabicsesquedalymistic"
417627 crash after throwing an instance of 'std::length_error' (Serge)
438604 froze replying to posts with just "Re: " in the subject (Artur Jachacy)
437686 0.129 didn't build on irix with MIPSpro C++ compiler. (Avi Bercovich)
419199 fix 0.128 regression. (Frank Tabor)
433316 task window coordinates set to -32000 on Windows (Argoyne)
436101 make nzb suffix filter case-insensitive (Darren Albers)
348445 tweak menu text to reflect multiple group selections (Darren ALbers)
361388 add ability to queue nzb's when viewing them (Adrian Yee)

0.129 "Benson & Hedges Moscow Gold"
436064 RFE: add 'copy url' to context menu
436101 RFE: add nzb filter to 'import nzb' dialog (Frederic Crozat)
428578 Crash when trying to post a supersede (Stephane Gregoire)
434502 changing pane in tabbed mode (Lanif)
432387 0.128 crash / memory corruption (Jeremy, Pav Lucistnik)
432289 sometimes queued tasks never decode (Calin)
419199 wrap should not be mandatory (Bill Baker)
348445 can't select multiple groups (Artur Jachacy)
090594 add option to always spawn editor when composign (Gauze)

0.128 "SR/CL: Leitmotiv: Toynbee Idea"
431247 "Add a Scoring Rule" crashes if no article is selected (Christophe)
432023 0.127 crashes when loading corrupted groups (Charles)
432024 Speed improvements when saving and loading groups (Charles)
431552 0.127 no longer stops downloading when disk is full (Alan Olsen)
430958 Get N Headers fails if group has small # of headers (Anon)
429449 Pan 0.126, 0.127 won't compile w/gtk 2.6.x (Jeff Berman)
429485 Articles marked read showing back up (Frank Tabor)
407301 All new articles are shown, regardless of score (Per Hedeland)

0.127 "Eckythump"
428151 Compilation error in e-util.cc under fink (SciFi)
424381 Pango warnings from attachments with accented chars (SciFi)
427230 Sigfiles with CR/LFs not handled properly (Artur Jachacy)
393589 X-Face not shown properly (Ivan Rajkovic)
425993 Crash when downloading new headers in 0.126 (Drew Yavor)
427212 Crash when hitting 'read more' when no group loaded (Duncan)
424240 Downloading headers from the command line (Eric Lauriault)
424248 In --nogui mode, exit when the last task finishes. (Eric Lauriault)
427165 Task pane's ETA wrong on new xover tasks (Charles)
426375 Task pane's ETA wrong when selecting > 4GB of queued files (Mike)

0.126 "Demon Sweat"
420618 Decode in a worker thread for faster GUI/network (Calin Culanu)
423376 Status Bar's "tasks" and "log" buttons toggle the windows (Walt)
411446 Use `Message-ID', not `Message-Id', when posting (Charles)
411447 Header pane loses selection when deleting articles (Jeff Berman)
411657 Post window's cursor appears in the wrong place (Frank Tabor)
411659 post window's "save draft" file dialog gets confused (Charles)
411959 profile's `Reply-To' header used wrong in 0.125 (Mimi Doucet)
423684 Latest glib issues "memory warnings" on startup (SciFi)

0.125 "Potzrebie"
408767 connection-limit change not recognized until restart (Chuck)
408778 0.124 bug: signature "command" executed twice (Jack Cuyler)
408866 0.124 bug: error with the signature delimiter (Mimi Doucet)
408990 0.124 bug: no more line break at 80 characters (longint)
371868 add common headers to `more headers' in post window (Frederic Crozat)

0.124 "Goblin Worlds"
370195 0.123 mime decoding errors (Walt)
404833 marking a group as read doesn't stick between sessions (Frank Tabor)
406284 array bounds read in StringView::strchr (Bruno Barberi Gnecco)
403762 pasted text isn't wrapped automatically (Artur Jachacy)
121178 built-in editor wraps text improperly when composing (Carl Hudkins)
405765 some multiparts aren't grouped properly (Konrad Karl)
360376 go to next unread-group should be circular (Frederic Crozat)
406248 make it easier to find previously-read context (Jack Spaar)
346915 post window's profile list should show email addresses (Artur Jachacy)
405637 give the save button focus in the save dialog (Chris Petersen)

0.123 "El Nuevo Barretto"
404515 0.122 build problems in `po' (Pteer)
404309 0.122 build problems for uint64_t (Geoff)
404837 newsgroups disappear in 0.121 and 0.122 (Kevin Brammer)
404183 null pointer in printf (Laurent Bigonville)
371838 header pane not updated for scores on bytes or lines (Mike)
370195 uulib/fptools.c assert issue - crash (Samuli Karkkainen)
404979 in 0.122, `cache' behaves like `read' (Michael Bernstein)
395318 show `wait' cursor when filtering (Kreao Kunjas)
404347 indicate offline status more clearly (Samuli Karkkainen)

0.122 "Not Even Wrong"
354779 pan no longer attempts to reconnect (Jason Auvenshine)
403513 crash in FC6 when viewing one specific message (Yannick Palanque)
401012 freed memory read in socket-impl-gio (Charles)
402121 rare memory corruption when parsing dates in scorefile (Charles)
403066 getting new groups, conditional jump on uninitialised value (Charles)
401087 servers.xml's file permissions are too lax (Robert Marshall)
399776 group pane not syncronized when group changes (Bruce Bowler)
307028 editor error: cursor positioning on indented lines (Richard Rasker)
401449 sort-by-author doesn't work properly (Charles Hill, Jason Mack)
400814 unable to mark some groups as read (Christophe)
402704 queue size too small in task-pane.cc (Shana)
389817 article not shown if another DL in progress (Samuli Karkkainen)
403076 focus is incorrect when returning to header pane (Walt)
402743 add keyboard shortcuts in task window (Ulrich Binder)
402200 support large article cache sizes (Craig Ruff)
400800 use libsexy for the toolbar's icon entry fields (Charles)
399616 log message error in 0.121 (Charles)
400012 nntp 501 error messages could be more helpful (Pavel)
400256 spurious error message after deleting server (Pavel)
400329 spurious error opening newsrc file when adding new servers (Pavel)
400026 spurious error messages when decoding articles w/o attachments (Pavel)
358062 spurious error message on nntp 411 response (Pavel)
361603 translatability problems for message strings (Flammie Pirinen)
400670 fold together some of the redundant translation strings (Charles)

0.121 "Dortmunder"
390784 crash when dragging over URL (Paul Williamson)
394139 fix small memory leaks
398074 free memory read on socket error
396523 fix minor compiler warnings
395475 make the save dialog simpler and more consistent with other Gnome apps
393912 'cache article' downloads articles in random order (Per Hedeland)
395069 faster thread filtering
397409 remove unneeded temporary objects from Quark::to_view()
390735 prompt for path if none specified when adding a nzb via command-line.
380429 References: header gets lost when superseding an article.
380902 Setting 'work offline' doesn't go offline if busy downloading
350999 Switching header threading collapses threads, loses selection
353556 make underline and bold conversion more sensible
353453 position of a zoomed image should depend on where user clicked on image
357631 watched threads filtering not persistent
376759 request for task pane to show number and size of selected tasks
372013 use pan's error log, not g_message(), in connection worker threads
358925 download speeds aren't calculated accurately/correctly
355805 add "mark group read before xover" to prefs dialog
397348 new feature: preferences option to clear the article cache on exit
350372 list missing parts of an incomplete multipart
350442 configurable newsrc location
392133 ability to enable/disable automatic scrolling to picture attachments
397347 posting error message could be more helpful
389887 the nntp 411 error message could be more helpful
388717 connection error messages could be more helpful (Guilhem Bonnefille)
393352 no icon in the `post new article' window (Darren Albers)
393357 no icon in the `about' window (Darren Albers)

0.120 "Plate of Shrimp"
356329 'Save Attachments' only saves one of multiple attachments (Walt)
378973 CVS Compile problem uulib/fptools.c (Rinaldi J. Montessi)
378823 Lockup when replying to articles with Message-ID containing %i (Duncan)
375953 Missing files from POTFILES.in (Daniel Nylander)
375405 Corrupted uudecode output with Pan 0.119 (Shantanu Goel)
373520 Crash when creating a new score, if no article is selected. (Carl Roth)
373523 Thread scoring is too slow (Carl Roth)
378710 Some NZB files can't be imported (Martin Meinhold)
381976 Crash when importing nzb file and previous path doesn't exist
387940 "pan --version" doesn't work (Wouter Bolsterlee)
391471 Task Pane doesn't have a Window icon (Darren Albers)

0.119 "Karma Hunters"
373193 'get headers' menu adds xover task to bottom of queue (Bigfoot)
372616 Cancel / Supercedes is unable to recognize my articles (Frederic Crozat)
372241 pan crashes on some malformed charset messages. (Artur Jachacy)
371720 references: field breaks threads in thunderbird (Frederic Crozat)
371453 priority for post isn't high enough (Frederic Crozat)
370930 speed up header pane filtering (Vincent Dupaquis)
370195 uulib/fptools.c crash (Ant坦nio Godinho)
363166 IPv6: no IPv4 fallback (Pav Lucistnik)
355805 add option to mark group read before getting new headers (Brad Hudson)

0.118 "Gustaf Von Musterhausen"
358061 try to make multiple connections at once. (Duncan)
360375 non-ascii subject is mangled (F. Crozat)
361448 make statusbar use less vertical space (Michael Monreal)
362436 retrieving group list runs forever (Guilh竪m Bonnefille, S淡ren Boll Overgaard)
364357 repeated server error messages (J. D. McKim)
365990 pan doesn't encode sender when sending (Christophe)
363268 mixed-charset messages get garbled (Michael Rasmussen)
366542 crash with "ignore thread" when no thread selected
366663 sort history is not maintained when "flipping" a column (Chris Petersen)
366665 author with @ in "real name" gets chopped up (Chris Petersen)
367578 crash when subscribing to an allready subscribed group. (Axion)
369008 make crc32 checking 50% faster (Charles)

0.117 "We'll fly and we'll fall and we'll burn"
361941 Slow download / Download corrupted in 0.116, fix included (St辿phane BERTHELOT)
355047 article download becomes saving after restart (K Haley, Duncan)
360406 pop up a message when post is refused by server (Frederic Crozat)
361121 pan icon love (Michael Monreal)
361445 Headers pane always has a scrollbar (Michael Monreal)
361885 Cannot background compose window (Ken Bloom)
354831 Pan silently removes characters when sending articles (Artur Jachacy)

0.116 "Blanton's"
360375 non-ascii subject is mangled
357735 crash when updating headers (David Kelly)
358061 better use of server connections. (Adam Huffman)
359197 speed up downloads from news server. (Avi Drissman, Christophe GISQUET)
358654 pan-0.115 fails to compile - error in article.{c,h} (Jack Cuyler)
358710 Tasks has an empty tooltip when idle (Adrian Yee)
358717 Order of files added to queue (Adrian Yee)
358211 Get New Headers expands selected collapsed thread (Douglas Bollinger)
359171 download files with same name -> mangled suffixes (Jerry Segers, Jr.)
361144 xover tasks should be inserted at the top of the queue (David)
360373 missing utf8 conversion in error messages (Frederic Crozat)
360725 changing the default color of positive scores (Anthony DeRobertis)

0.115 "Tip Jar"
358077 cut memory use in half for large binaries groups (Charles)
358204 20% of group loading time is spent in unnecessary trim() (Charles)
357863 marking an article unread does not update grouplist. (Christophe)
349012 header pane's mouse drag-select works in gtk+ 2.10. (Douglas Bollinger)
358305 make tasks window clearer (Pavel)

0.114 "You'll Have to Go Sideways"
356805 fix 0.112 - 0.113 lockups. (George Sherwood, Robert Marshall)
356834 crash: Cannot allocate memory during pthread_create (Axion)
356023 can't read an article with [XX/XX] in the subject (Artur Jachacy)
357236 save another 3MB from startup overhead. (Charles)
356798 save another 2MB from startup overhead. (Charles)
357073 uninitialized memory errors in body pane. (valgrind)
357698 new followups mangled quoted non-UTF-8 text. (Artur Jachacy, Christophe)
356835 display utf-7 text correctly. (Artur Jachacy)
345838 pan commandline not closing after ctrl-c. (Axion)
357230 simleys (emoticons) break links (Flammie Pirinen)
356827 delete attachment when deleting article (Kevin Brammer)

0.113 "0.113 is one of Nakata's favorites"
356070 News servers not merging properly. (Alen Williams, Adam Huffman)
356206 crash when deleting messages (David Kelly)
349044 save settings periodically to safeguard against data loss. (Glyn Parker)
354405 fix 0.112 Windows 2000 regression. (K Haley)
356626 Edit/Select Article Body doesn't work. (Lionel Elie Mamane)
356325 save a little memory. (Charles)
350530 save-attachments dialog's group prefs radiobutton (Jeff Berman, Walt)
355335 updated french translation. (Frederic Bezies, Christophe Gisquet)

0.112 "Elijah Craig"
348188 0.111 breaks `disable threading' (Artur Jachacy)
354560 0.111 crashes OS X on `get new headers' (Dave Chand)
353957 0.110 expands threads when reading root article (Christophe Lambin)
349710 moved 'disable smooth scrolling' to Prefs dialog. (Christian Lohmaier)
351104 0.107 unable to save article text (Christophe Lambin)
353624 crash when deleting active tasks. (Douglas Bollinger)
347632 down news server locks up Pan (John Mellor, Jason Auvenshine)
353486 server connection(s) screw up after awhile (Simon Morgan, K Haley)
354317 "add and rescore" doesn't remove 'plonked' posts (Jack Cuyler)
354140 "get new" + "show matching..." broken. (Christophe Lambin, Adam Warner)
354200 pan crashes when view doesn't get applied (Douglas Bollinger)
354231 new French translation (Frederic Bezies)
353158 File save stopping before complete (Steve, Ronald)
352043 Can't undo a watch or ignore rule. (Frederic Bezies)

0.111 "Tweedy"
352337 scroll bar at the end of headers list. (Dave Chand)
353334 reduce xover memory usage (csv4me)
353407 Queue goes out of order after restart (Damian)
353222 Supersede features is busted. No text quoted. (Frederic Bezies)
353191 Pan 0.110 opens only 1 connection to server (St辿phane BERTHELOT)
353386 Group update order is "wrong" (Bruce Bowler)
353083 Reading articles should always be on top of the queue (Thomas Fricke)
353604 build failure on FreeBSD. (Olaf 'Rhialto' Seibert)
353622 crash on deleting posts during xover (Christohpe GISQUET)
353972 Pan adds another Re: in some replies (Artur Jachacy)
353635 URLs not preceded by http:// cause problems (Bill Baker)
353630 URL containing https:// does not highlight, is not clickable (Bill Baker)
353577 0.110: crash on entering next news group (Anonymous)

0.110 "Beable Beable"
352116 Crash when images are left-clicked (Kim, Phil Richards, walt)
352155 "Show matching articles Threads" not applied on startup (Benjamin Esham)
352179 Alt + g shortcut double booked (Kim)
345626 'queued' triangle in header pane is inconsistent (Jeff Berman)
353018 Some phrases are italicised incorrectly; "/usr/bin/pan" (Benjamin Esham)
352798 '%g' option didn't work in the group-prefs save path. (Kevin Brammer)
352170 Huge speedups when processing large task queues. (Samuli K辰rkk辰inen)
351258 Updated French translation. (Frederic Bezies)
351701 Can't back out of Posting Profile creation (Samuli K辰rkk辰inen)
353042 Prefs dialog refers to "OS/X" rather than "OS X" (Benjamin Esham)
352232 link with gthread to make gmime happy (Philippe Morey)
352092 can't compile Pan in a separate directory from the source. (K Haley)

0.109 "Beable"
351573 GNKSA: allow users to send mail from Pan (Charles)
351577 GNKSA: allow users to cancel and supersede their own articles. (Charles)
351804 0.108 crash sometimes when reading or following-up. (Sam Morris)
351574 GNKSA: show interesting Newsgroups, Followup-To, and Reply-To headers.
351576 GNKSA: honor followup-to, reply-to headers correctly. (Charles)
351245 "browse" button in save dialog sets wrong directory sometimes. (Charles)
351301 0.108 didn't build on gtk+ < 2.6. (Jeff Berman)
351289 0.108 didn't build on Windows. (Artur Jachacy)
351228 0.108's "default windows browser" didn't work. (Darren Albers)
351735 fix gcc 3.2.x build error. (Christian Lohmaier)
351312 Oscillating size-to-fit. (Per Hedeland)
351244 save-ui.cc wasn't marked for translation. (Frederic Bezies)
351520 fix rpmlint warnings. (Roger Pao)
351316 Text error in View|Layout menu. (Duncan)
351888 Missing header in posts: content-transfer-encoding. (Frederic Bezies)
351258 Updated French translation. (Frederic Bezies)
351238 Organize global menus and context menus similarly (Samuli K辰rkk辰inen)
351365 GNKSA followup to subject "RE:" gives a subject "Re: RE" (Charles)
351024 Improve the Windows version w/icons, metadata (Christophe Gisquet)
351033 make header text selectable in the body pane. (Danny Milo)
350501 handle sigterm gracefully. (Soren Boll Overgaard)

0.108 "Mama's little Joyboy loves lobster, lobster"
348925 Let users specify which web browser to use for links. (Dave Chand)
350796 Fixed crash on reading articles. (Jeremy Messenger)
351120 Fixed display of multipart yEnc images. (Per Hedeland)
350514 UTF-8-dirty bodies weren't quoted in replies in 0.107. (Artur Jachacy)
350501 handle sigquit, sigint gracefully. (Joshua Kwan, Soren Boll Overgaard)
350511 Name in the attribution line is garbled somtimes. (Artur Jachacy)
349009 "Show matching articles' Threads" option not saved (Douglas Bollinger)
350971 area to the right of a URL link is clickable. (Artur Jachacy)
349710 Add preferences setting to turn off smooth scrolling. (Duncan)
350609 Updated French translation. (Frederic Bezies and Christophe Gisquet)
350598 Can't put compose window behind the reader window. (Ken Bloom)
350803 configure script portability changes. (Christophe Gisquet)
350984 more configure script portability changes. (Christophe Gisquet)
350541 use freedesktop.org's desktop file location standard. (Frederic Bezies)
350956 use freedesktop.org's desktop categories standard. (Jeremy Messenger)
350531 fix grammar errors in "Save Articles" window. (Jeff Berman)

0.107 "Umi De No Jisatsu"
349784 When server returns a 482, make it clear to the user. (Volker Wysk)
350309 Ellipsize text in the header pane. (Baris Cicek)
350063 New French translation. (Frederic Bezies)
349797 Make behavior for 'read more' a preference option (Shining Chaos)
349751 Tasks window can't be put behind main window (Daniel Hobe)
350040 Add --with-gnome and --with-gtkspell to configure script. (Sven Wegener)
349752 Multiple task and log windows could be opened. (Daniel Hobe)
349753 0.106: a warning dialog (#349312) appears if posting succeeds. (Duncan)
349721 Changing subject or newsgroups in followups didn't work. (Duncan)
350371 Headers shown in 'show all headers' were included in follow-ups. (gbzzl)
349850 No way to make servers go online after an error occurs. (Sam Guidice)
346579 Couldn't show some articles with mislabeled encodings (Artur Jachacy)
350485 Poor handling of noise in multipart uu messages. (Per Hedeland)
349734 followup quoting error (odd character in "From:" header issue?) (Duncan)
349700 Fixed bug when queueing multiparts that had missing parts. (K. Haley)
350026 Mark the group preferences dialog for translation. (Frederic Bezies)

0.106 "Dum Maro Dum"
348458 'space' goes to the next article, not unread article. (Artur Jachacy)
349022 couldn't mark a collapsed thread as read. (Artur Jachacy)
349312 warn if closing Post window w/o saving or posting text. (Sandy Weicks)
348881 crashed when the group's sort order got corrupted. (XioNox)
349597 crashed when the queue is very large. (Alen Williams)
349053 crashed when the scorefile had headers that Pan didn't recognize. (Lin)
349498 multipart corruption in datafiles. (K Haley)
345626 Some states were wrong in the header pane. (Jeff Berman, Ken Geis)
349016 Ignored Articles were shown when matching by thread. (Douglas Bollinger)
349145 "pan --nzb" didn't exit when 'close' was pressed. (K Haley)
349495 header pane sorting didn't stick when changing groups.  (Christophe)
349550 if 'mark all read when leaving group' is set, mark on exit too. (Damian)

0.105 "Churchill's Chevy Nova"
348667 new profile setting for which server to post with. (David Shochat)
348660 from 0.14: remap keyboard accelerators with ~/.pan2/accels.txt (Duncan)
348704 from 0.14: "add similar articles to selection" (Charles)
342034 from 0.14: shift-G go to next group; g to next unread. (Jim Henderson)
342032 from 0.14: accels for get-new and get-new-in-subscribed. (Jim Henderson)
348437 revived 0.14 feature: per-group save paths. (Darren Albers)
348707 disable "group properties" button if no group selected. (Kevin Gottsman)
348178 remember user settings in the 'download headers' dialog. (Dave Chand)
348676 add groupname to 'download headers' dialog. (Jeff Berman)
348441 posting profiles: let users browse for their sig file. (Artur Jachacy)
348669 posting profiles: double-clicking a profile to edit it. (Duncan)
348802 filtering by 'fetched/cached' didn't work. (Ufuk YILDIRIM)
337319 news servers couldn't be deleted. (Soren Boll Overgaard)
348447 fixed 0.104 overflow & crash. (Artur Jachacy)
348451 fixed 0.104 `next article' fail if no article selection. (Artur Jachacy)
348472 fixed 0.104 build error w/gtk 2.4. (Kevin Gottsman)

0.104 "YES, OK! I *AM* COMMUNIST SPICE!!!"
* added option to toggle the 0.103 'size to fit' feature. (Brad Sims, #347268)
* when the disk is full, show a warning dialog and go offline. (Phil Wlazlo, #347654)
* lower memory overhead (again!) in the group and header panes.
* the 'save' dialog's default action is now 'save', not 'cancel'. (Kelly Martin)
* by default, store the scorefile in ~/.pan2 rather than ~/News. (Sam Morris, #347713)
* 0.14 feature: periodic keepalive messages to idle connections. (Christophe, #342492)
* 0.14 feature: header pane shows hidden/unread child counts. (Douglas Bollinger, #347036)
* revived 0.14 feature: "delete group's articles" (Steve Welch, #346986)
* revived 0.14 feature: header pane 'wraparound' (Artur Jachacy, #347758)
* revived 0.14 feature: toggled header pane threading on/off (Artur Jachacy, #348188)
* fixed crash when reordering tasks via the task pane. (Alen Williams, #347272)
* fixed 0.103 memory leak when reading articles. (Valgrind)
* fixed 0.102 code that significantly slowed down group loading. (Charles, #347275)
* fixed 0.100 build error with gcc 3.2.3.  (Christian Lohmaier)
* fixed ETA bug in the task pane. (Richard Gilbert, #347007)
* don't "jump" in the header pane when getting new articles. (S. Mazzola, #347862)

0.103 "Eldarfaroth"
* scale-to-fit of oversized images a la firefox. (Darren Albers, #346165)
* revived 0.14 feature: the old "save as..." dialog.
* pop up the 'download headers' dialog when entering an empty group.
* when loading a group, give keyboard focus to the header pane. (Jeff Berman, #342975)
* remember the body pane's expander state between sessions. (Jeff Berman, #342976)
* 'save' tasks now show their target direectory in the task manager. (Carl Soderstrom, #106763)
* Follow Gnome HiG by having a View->Toolbar checkbox to toggle the toolbar. (Charles, #110953)
* "show matching articles' threads" didn't work. (Douglas Bollinger, #346408)
* Pan was confused about some headers' encodings and showed them badly. (Artur Jachacy #346426)
* non-ascii characters were sometimes not handled gracefully. (S淡ren Boll Overgaard, #337317)
* bracketed urls were parsed incorrectly. (Artur Jachacy, #346543)
* header pane wasn't properly repositioned after deleting articles. (Jeff Berman, #342985)
* fixed minor 0.101 bug in highlighting bold/italic/underline text. (Charles, #346718)
* fixed selection 'jumping' when changing filters. (Duncan)
* the new scoring rule dialog didn't behave nicely. (S淡ren Boll Overgaard, #338727)
* fixed NetBSD build errors. (Olaf Seibert. #346993)
* fixed group description warnings on Windows. (K Haley, #346604)

0.102 "From the years of neon through iodine"
* let users set charsets when posting articles. (Frederic Bezies, #345330)
* added ETA, bytes remaining to task window. (F. Ingelrest, #346339)
* remember size of task and event windows. (Jeff Berman, #345628)
* improved header pane sorting for a.b.m.divx. (Mike Corbett, #346069)
* data files were being opened in the wrong mode under Windows. (K Haley, #345941)
* fixed 0.101 bug that broke handling of URLs clicked on in the body pane. (Bigfoot, #345867)
* fixed crash when downloading articles with invalid `bytes' fields. (Alen Williams, #343257)
* fixed utf8 string corruption and crash when sorting by subject. (Artur Jachacy, #345784)
* "edit preferences" jumped to the group pane when in tabbed mode. (Martin Zuziak, #342517)

0.101 "A pulse of dying power in a clenching plastic fist"
* added to add text file, plaintext, and script/command signatures. (ERACC, #345555)
* extra headers for outgoing posts can now be added per-posting profile. (Mike Dee)
* added `edit posting profiles' to the main edit menu.  (Mike Dee)
* added toggle to enable/disable spellchecking in the posting window. (Frank Olieu)
* sort the event window's list s.t. the latest events are visible. (Jeff Berman, #345630)
* better handling of *bold*, /italic/, and _underlined_ text. (Kelsey Bjarnason, #345705)
* "rot13 selected text" didn't work. (Artur Jachacy, #342149)
* multipart yEnc pictures are now displayed properly.  (and was *that* a fun bug.)
* multiple attachments in a single article weren't always displayed.  (Walt, #345450)
* custom fonts in the group pane weren't applied on startup.  (Stijn Declercq)
* fixed off-by-one error in scoring articles by Lines or Bytes.
* more Win2K support goodness from Christophe Guisquet and Mike Houwers.
* close the 'about' dialog gracefully in gtk >= 2.9.  (Yanko Kaneti, #345292)
* about a dozen minor memory leaks fixed. (Valgrind)

0.100 "Hey, I like this. Early nothing!"
* added `download last N days' in the 'get headers' dialog.
* show per-server bandwidth and idle/active connection counts in the status tooltip. (Duncan)
* merged the two toolbars so that the group pane's toolbar is harder to obscure. (Chris)
* the save-attachments "save" button draws focus now. (Kevin Gottsman, #345026)
* fixed bug that didn't mark saved articles as read. (Keith Richie)
* fixed 0.99 typo that removed "Get New Headers in Subscribed Groups" from the toolbar. (Chris)
* some nntp servers don't allow `group' command before `mode reader'. (Keith Trudell, #343814)
* fixed crash on corrupt group data files. (Stephan Walter, #344211)
* fixed crash on corrupt xover lines. (Thomas Meyer, #343624)
* fixed 0.99 gi18n.h build errors. (John Aldrich)
* fixed 0.99 refresh error in the group pane. (Chris)
* expired headers are no longer marked as unread. (K. Haley, patch. #343163)
* new headers downloaded didn't honor the "expand threads" prefs setting. (Jack Cuyler, #67282)
* applied Windows 2K patch by Christophe GISQUET. (#311663)

0.99 "Fat man, you shoot a great game of pool."
* added Message-Id filtering in the header pane. (Derrick Everett, #342442)
* remember window maximized state between sessions. (Chris Maaskant)
* added preferences option to expand all threads when entering a group. (Motor)
* Pan's first Bulgarian translation, courtesy of Yavor Doganov!
* When reading a group for the first time, a "download headers" pops up. (Walt)
* Added a group pane toolbar button for the "download headers" button.
* Users of gtk < 2.6 now have an `about' dialog. (Kevin Gottsman, #342484)
* statusbar tooltip bar to show active/idle connection counts. (Jeff Berman, #342984)
* many i18n fixes by Yanko Kaneti. (#340999)
* fixed tooltip error for the cached messages filter button. (Walt)
* the group pane's scrollbar was broken to gtk 2.6 users. (dhj, #342647)
* highlight email addresses, and handle their being clicked, correctly. (Chris, #342893)
* fixed incorrect coloring of low-scoring articles. (Chris)
* the header pane no longer `jumps' when deleting articles. (Jeff Berman, #342985)

0.98 "The plain old chaos of undifferentiated weirdness."
* added optional `bytes' column to the header pane. (Steven David Ruiz)
* remember the user-specified sort order between sessions. (Coran Fisher)
* ignore "Re: " when sorting headers by subject. (Charles)
* filtering in large groups is now /very/ fast. (Charles)
* deleting a lot of articles in a group is now /very/ fast too. (Charles)
* small speedups elsewhere. (Charles)
* fixed crash-on-shutdown bug. (Jim Henderson, Artur Jachacy)
* fixed broken tree expander buttons in the group & header panes. (Walt, doktorseven, Duncan)
* fixed 0.97 bug that sorted child articles backwards. (Artur Jachacy)

0.97 Atoz and Tanda
Usability
* remember pane geometry, and header pane column widths, between sessions.
* allow rearrange and hide/show header pane columns. (Bill Pier, Duncan, Les Newell)
* lots of speed improvements: startup, shutdown, and group/header panes. (Charles)
* fix wiki-style-boldfacing in quoted text. (Christophe)
* set a window manager `role' for each different Pan window. (Duncan)
* fixed crash-on-startup bug. (#340966, Alen Williams)
* don't corrupt data files when writing them and the disk is full. (#339977, Adam Huffman)
* fixed a crash when sorting article by subject. (Walt, Artur Jachacy)
* fixed crash when disabling a toolbar filter that was enabled at startup. (Charles)
* non-root nodes in the header pane should be sorted by age. (#108757, Artur Jachacy)
* fixed bug that kept some articles from being decoded. (Jarek Sobieszek, Sam)
* fixed the `losing subscribed groups' bug. (Christophe)

0.96: "Afghanistan Banana Stand."
Usability
* another round of speed and memory optimizations. (Charles)
* cleanups in the `posting preferences' dialog. (Christophe)
* use the right monospace font in the post-article dialog. (Christophe)
* added a config-file option to increase the disk cache. (Duncan, K. Haley)
* fixed crash on very, very long References: header. (Flammie Pirinen)
* don't crash on SIGPIPE. (Sam Guidice)
* fixed Windows crash when reading some mime messages. (Artur Jachacy)
* fixed 0.95 memory errors. (Valgrind)
* fixed 0.95 pan_tree_store_iter_children() assertion failure. (Sami Haahtinen)
* fixed issue with regular expression metachars in watch/ignore thread. (Christophe)
* fixed 0.95 error that broke header pane navigation.  (Sami Haahtinen, Walt)
* fixed bug that sorted unsubscribed chunks of newsgroups incorrectly in the group pane.
* fixed 0.95 compile error when building with gtk 2.4. (Kevin Gottsman)
* fixed 0.95 compile error when building on Windows.  (Artur Jachacy, K. Haley)

0.95: "I feel clean now. My whole body's just a-quivering with cleanness!"
* set priorities for multiserver - primary or backup server. (Lyle, Chris Maaskant)
* faster loading and filtering in the group and header panes.
* faster decoding than 0.93 and 0.94. (Ulrich "boo")
* fit more rows into the group and header panes. (Per Hedeland)
* put color hints in `score' column if there's a high-scoring article hidden in the tree.
* fixed another tail recursion crash in large newsgroups. (Sinan Karasu)
* fixed an idle socket crash.  (Dave Chand)
* watch/ignore thread works again. (Chris Maaskant)
* try to decode as much of an incomplete multipart as possible. (Ulrich "boo")
* when possible, fetch articles via `ARTICLE nnn' instead of `ARTICLE <message-id>',
  because some servers have problems with the latter form.  (Duncan)
* `delete article' now deletes subthreads of non-expanded articles like the old Pan did. (Sam)
* expand "other groups" if it has groups matching a search criteria. (Matt McAdoo)
* scoring by "Newsgroups:" header works now. (Tehrasha Darkon)
* some multiparts were broken because uulib couldn't suss out the part order. (Ulrich "boo")
* fixed minor build error on FreeBSD. (Per Hedeland)
* fixed iterator invalidation crash. (Dave Chand)

0.94: Ready! Fire! Aim!
* return of the preferences dialog, part 2: colors. (Jim Henderson, Duncan)
* use gnome-hig-correct name ("Quit"), shortcut (control-Q) for exiting Pan. (Henri Naccache)
* removed dupliate toolbar buttons.
* 'mark-article-unread' and 'download-selected-articles' are back. (Duncan)
* when starting up Pan with a tabbed layout, make the group pane visible. (Robert Marshall)
* fixed stack corruption when a group had more than about 40,000 root articles. (Sinan Karasu)
* fixed nzb assertion "`parts.size() > index' failed." (Rich "budman"; pdxsam)
* fixed nzb bug that gave some files too many parts. (Ulrich "Boo")
* some multipart mime messages were not displayed properly. (Sam Morris)
* fixed a couple of OS/X shutdown crashes. (Dave Chand)
* fixed keyboard shortcut between 'mark-article-read' and 'use-monospace-font' (Duncan)
* fixed resize error in tabbed layout mode. (Robert Marshall, Eric Ortega)
* handle groups with ':' in their name in newsgroup.dsc and newsgroup.ynm. (Motor)
* fixed X-Face error in Windows. (Artur Jachacy)
* some preferences, like window layout, weren't loaded properly. (Matt Braymiller)
* URLs containing commas didn't link correctly. (Henri Naccache)
* fixed a handful of small memory leaks. (Dave Chand, valgrind)

0.93: "It's Like Living Inside a Bouncy Castle!"
* return of the preferences dialog, part 1: mouse, pane layout, fonts, header downloads.
* in the header pane, keep child nodes sorted by date.
* `delete article' was in the wrong place in the menus. (Sam)
* `read-selected-article' now expands the article's subtree in the header pane.
* groupname abbreviation off by default. (Motor)
* `mark read' is back. (Christian Lohmaier)
* when shortening names in the group pane, shorten discussion
  groups like "alt.something.d" to "a.something.d", not "a.s.d". (Duncan)
* fixed crash when adding some news servers' group lists. (S淡ren Boll Overgaard)
* fixed threading error. (Christophe)
* fixed crash when loading groups with munged References: headers. (Christophe, others)
* fixed crash when reading articles with oddly-munged From: headers. (Christophe)
* fixed crash when reading articles with non-ascii Subject: headers. (Christophe)
* running configure no longer requires perl's XML::Parser. (K Haley)

0.92: "I hope the demons pluck your eyes out and use them for marbles!"
* added score-by-crosspost-count to the Add Score dialog. (Alexander Content)
* horziontal scrollbar in gruop pane when not all text can be displayed. (Christophe)
* reintroduced "get new headers for subscribed groups" from 0.14.x (Christian Lohmaier, others)
* reintroduced more of 0.14.x's toolbar buttons.
* pan remembers its window dimensions, pane sizes, and toggle settings again now.
* fixed newsrc underflow/overflow corruption. (Christophe)
* fixed "Can't determine this article's charset" error. (Artur Jachacy)
* posts were incorrectly formatted. (Christophe, Artur)
* on windows, dates in the header pane looked wrong. (Kevin Gottsman)
* fixed crashes when the Score file was filtering by Xref header.  (Rinaldi J Montessi)
* fixed underflow error that said empty groups had millions of unread articles.  (K Haley)
* fixed off-by-one that kept 'get new headers' from getting the latest article. (Christophe)
* incorrectly gave "Error - message appears to have no new content"
  when non-Latin/Latin 1 characters were used. (Artur Jachacy)
* removed ANNOUNCE.html from pan.spec.in (Adam Huffman)
* in url.cc the glib.h include needs to be moved above the #ifdef,
  otherwise G_OS_WIN32 is not defined.  (K Haley)
* replaced `uint' to `unsigned int'. (K Haley)

0.91: "I'm lost. I'm drunk. I'm impure. What a life!"
* added automatic authentication. (Jim Henderson)
* in tabbed mode, jump to the right tab when loading a group or article. (Robert Marshall)
* "Single-click selects, rather than loads,..." (Steven Adeff)
* fixed crash when downloading header with false positive multipart subject (henri naccache)
* fixed missing References header in followups (Jim Henderson)
* article deletion didn't work. (Darren Albers)
* fixed rpm spec file errors. (Adam)
* fixed 64-bit build errors. (Jon v/d Kamp, Steven Adeff)
* fixed OS/X build errors. (Dave Chand)

(wiz)

2008-06-22 06:04:44 UTC MAIN commitmail json YAML

Support PKG_DESTDIR_SUPPORT.

(taca)

2008-06-22 04:55:39 UTC MAIN commitmail json YAML

Added net/inadyn version 1.96.2

(dmcmahill)

2008-06-22 04:54:13 UTC MAIN commitmail json YAML

add and enable inadyn

(dmcmahill)

2008-06-22 04:52:39 UTC MAIN commitmail json YAML

Initial import of inadyn-1.96.2.

INADYN is a dynamic DNS client. That is, it maintains the IP address of a
host name. It periodically checks whether the IP address stored by the DNS
server is the real current address of the machine that is running INADYN.

  Features:

    * supports the following dynamic DNS services:
    * dyndns.org (in all three flavors: dynamic, static, custom)
    * freedns.afraid.org
    * zoneedit.com
    * no-ip.com
    * maintains up multiple aliases of the same IP address
    * runs as a service (Windows 2000/XP, Linux)
    * or runs as a console application
    * updates the correct IP address even behind a NAT router.
    * supports access via http proxy
    * does not perform unnecessary updates.
    * has 'install and forget it feature'. That is, after install one can
      completely forget about it. No maintenance required. (as long as no
      bugs are found;-)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(dmcmahill)

2008-06-22 04:15:54 UTC MAIN commitmail json YAML

Disable pthread on Darwin-9.*-powerpc until Ruby Bug #193 is resolved.

  http://redmine.ruby-lang.org/issues/show/193

This may break some ruby modules that require pthread, but it is better
than not having a ruby binary at all.

(minskim)

2008-06-22 03:31:52 UTC MAIN commitmail json YAML

Fix BUILDLINK_API_DEPENDS.ruby18-rcairo.  Therei is no ruby-rcairo package
version 1.6.0 or later but 1.2.0 and later.

(taca)

2008-06-22 02:55:53 UTC MAIN commitmail json YAML

Install many more files in this package and make symlinks.
I noticed some needs when I was missing pdfxmltex executable and
missing xmltex.cfg.
(Also inspired by Gentoo and FreeBSD ports for xmltex.)

Bump PKGREVISION.

Okayed by minskim.

(reed)

2008-06-22 02:38:27 UTC MAIN commitmail json YAML

2008-06-22 02:34:26 UTC MAIN commitmail json YAML

Explicitly set DISTFILES.

Why it had no problem a little while ago?

(taca)

2008-06-22 01:22:04 UTC MAIN commitmail json YAML

Updated to eet-1.0.1.

(joerg)

2008-06-22 01:21:31 UTC MAIN commitmail json YAML

Update to eet-1.0.1 from e17. This is the first real release and no real
ChangeLog is present.

(joerg)

2008-06-21 23:33:43 UTC MAIN commitmail json YAML

Updated games/freeciv to 2.1.5

(adam)

2008-06-21 23:31:46 UTC MAIN commitmail json YAML

2008-06-21 23:16:52 UTC MAIN commitmail json YAML

2008-06-21 23:16:30 UTC MAIN commitmail json YAML

Added net/bind95 version 9.5.0

(adrianp)

2008-06-21 23:15:28 UTC MAIN commitmail json YAML

2008-06-21 23:04:11 UTC MAIN commitmail json YAML

Catch up with gnustep-base changes. Bump revision.

(joerg)

2008-06-21 22:55:50 UTC MAIN commitmail json YAML

Needs Perl. Bump revision.

(joerg)

2008-06-21 22:54:04 UTC MAIN commitmail json YAML

Catch up with gnustep-base changes. Bump revision.

(joerg)

2008-06-21 22:46:36 UTC MAIN commitmail json YAML

Catch up with gnustep-base changes. Bump revision.

(joerg)

2008-06-21 22:43:21 UTC MAIN commitmail json YAML

Catch up with changes in gnustep-base. Bump revision.

(joerg)