1.10.1:
Bug #14298: Fix mode validation to be less ridiculous.
Nuke the useless UseFB option.
Bug #13243: Re-enable 24+32 framebuffer.
Fix typo in S3VValidMode.
1.10.0:
Death to RCS tags.
Fix distcheck
s3virge 1.10.0
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Define S3VIRGE_VERSION_* using PACKAGE_VERSION*
s3virge: pciaccess conversion
oops fixed pointed out by pcpa
Makefile.am: nuke RCS Id
Clean up: Remove some mga remains
Death to RCS tags.
Fix distcheck
s3 0.6.0
renamed: .cvsignore -> .gitignore
Was previously done in monolith Imakefile as:
Define VERSION* using PACKAGE_VERSION*
s3: pciaccess conversion
Add non-vbe DPMS support for TRIOs, adjust max clock on Trio64V2
Death to RCS tags.
Fix includes to silence a warning.
rendition 4.2.0
Man page updates - replace references to XFree86 & changes for XF86 4.0
RENDITION_VERSION* using PACKAGE_VERSION_*
pciaccess: make auto-detect work
pciaccess: do unmap path
Supply NULL driverFunc pointer in DriverRec.
Add prototype for renditionGetRec.
Move renditionTypes, renditionChipsets, and renditionPCIchipsets earlier
in file.
Port driver to PCI-rework interfaces.
Makefile.am: nuke RCS Id
1.2.1:
fbpseudocolor no longer exists, don't try to use it.
neomagic 1.2.1
Compile warning fix.
Don't include fbpseudocolor.h, as it is no longer available.
1.2.0:
Death to RCS tags.
neomagic 1.2.0
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Define NEO_*_VERSION using PACKAGE_VERSION_*
neomagic: port to libpciaccess
neo: finish pciaccess conversion
finish pciaccess conversion
Makefile.am: nuke RCS Id
Update PInS defaults for G200SE-A.
Filter high-bandwidth modes on G200SE.
No depth 15 on G200SE-A.
Updates to memory sizing on G200SE.
Adjust memory timings on G200SE-A.
Change initial memory sizing on G200SE.
Disable I2C on G200SE for now.
Death to RCS tags.
mga 1.4.9
cfb8_32: Gut a remnants of support for 24-bit with 8-bit overlay
Initialize default BIOS values from a data table instead of from code
Get memory probe size and stride (offset) values values from a data table
instead of from code
I2C: First round of clean-ups
I2C: Second (and final) round of clean-ups
G200EV: Enable support for G200EV
Makefile.am: nuke RCS Id
Replace ALLOCATE_LOCAL/DEALLOCATE_LOCAL with xalloc/xfree.
For compatibility, accept SWcursor as option.
Bug #15836: Fix DDC on G200SE.
Bug #16545: Add G200WB support.
Death to RCS tags.
Fix distcheck
i128 1.2.0
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Define I740_*_VERSION* using PACKAGE_VERSION_*
i740: pciaccess conversion
Makefile.am: nuke RCS Id
Minor fixes to compile with pciaccess.
Death to RCS tags.
Fix distcheck
i128 1.3.0
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Define I128_*_VERSION* using PACKAGE_VERSION_*
i128: pciaccess conversion
i128: drop ansi C wrapper
i128: fixup typo
Makefile.am: nuke RCS Id
1.2.1:
Fix regression from pciaccess conversion (bug#16060)
Bump to 1.2.1
1.2.0:
Fix distcheck
glint 1.2.0
Fix --disable-dri for glint driver
Define GLINT_*_VERSION* using PACKAGE_VERSION_*
half attempt at pciaccess conversion for glint - doesn't build yet
fix typos in dac code from last commit
hey look a flying pig....
fix regression in tinderbox
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Add missing #includes to fix compiler warnings.
Makefile.am: nuke RCS Id
1.2.1:
Bug #10715: Fix depth configuration for alpine chips.
cirrus 1.2.1
1.2.0:
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Define CIR_*_VERSION* using PACKAGE_VERSION_*
cirrus initial pci access support
test for 1/4 bpp in case server is configured with them off
make dist check pass
fixup iomapsize so we only map the 4k not 16k which is an error
cirrus: set default depth to 24bpp
Makefile.am: nuke RCS Id
Death to RCS tags.
Fix distcheck
chips 1.2.0
Define CHIPS_*_VERSION* using PACKAGE_VERSION_*
chips: pciaccess conversion
add another missing rename file
chips: remove ALLOCATE_LOCAL
chips: optionalise 1/4bpp support
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Makefile.am: nuke RCS Id
Fix Xv with scaling
Fix distcheck.
ast 0.85.0
Define AST_*_VERSION* using PACKAGE_VERSION_*
ast: pciaccess conversion
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Compile warning fixes.
compiler warning fixed
modified: ChangeLog
Make sure used symbols are of public visibility
Fixed can't get correct MCLK in some platforms
as we use pdksh on this platform.
Also use /usr/bin/ginstall when it's present (it is on OpenSolaris)
for the same reason.
This problem was reported by Andras Barna.
Death to RCS tags.
ark 0.7.0
Define VERSION* using PACKAGE_VERSION*
ark: add basic pciaccess support
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Packaged by Jens Rehsack and provided via PR 39221.
Tie::File represents a regular text file as a Perl array. Each element in the
array corresponds to a record in the file. The first line of the file is
element 0 of the array; the second line is element 1, and so on.
The file is not loaded into memory, so this will work even for gigantic files.
Changes to the array are reflected in the file immediately.
Packaged by Jens Rehsack and provided via PR 39220.
This presents an ordinary array, but is kept sorted. All pushes and unshifts
cause the elements in question to be inserted in the appropriate location to
maintain order.
Packaged by Jens Rehsack and privided via PR 39219.
Sys::Filesystem is intended to be a portable interface to list and query
filesystem names and their properties.
Based on PR 39224 by Jens Rehsack.
Text::Diff::Parser parses diff files and patches. It allows you to access the
changes to a file in a standardized way, even if multiple patch formats are
used.
Mac::Carbon is a collection of perl modules for accessing the Carbon API under
Mac OS X. It is a port of the Toolbox modules written by Matthias Neeracher for
MacPerl.
Patch provided by Jens Rehsack in PR 39227.
0.80 Fri 27 Jun 2008
- All clear on the CPAN Testers front, flipping to production
0.71_03 Wed 25 Jun 2008
- Removing the Server 2003 and 2008 skips that should work
now that we create directories on demand.
- File::HomeDir should now support "Perl on a Stick"
0.71_02 Mon 28 Apr 2008
- Added `my_dot_config`.
- Adding a base driver class.
0.71_01 Fri 4 Apr 2008
- Converted from Registry checks to Win32 calls.
This includes giving it the "create directory" call.
- Removing the dependency on the registry modules.
0.70 Fri 28 Feb 2008
- Windows Server 2003 does not have Music/Pictures/etc directories
(correct the test to not expect them to exist)
- Make the same assumption about Windows Server 2008
Based on PR 39228 and update dependency pattern.
1.203 Wed 14 May 2008
Summary:
- No change, switching to production version
1.202_03 Wed 14 May 2008
Summary:
- Initial Perl 6 support
- Bug fixes and final 1.203 release candidate
- I finally catch up with all the failing test cases
that Chris Dolan keeps commiting :)
Details:
- Adding initial support for "use v6-alpha;"
- Adding new class Perl::Statement::Include::Perl6
- Adding a test on the KindaPerl6::Grammar,
which triggered a bug in the tokenizer during
CPAN::Metrics tinderboxing.
- All open() calls now use three-argument form
- Upgrading explicit Perl dependency to 5.006,
because of the previous item.
- Better support for labels, including tricky ones like "BEGIN : { ... }"
1.202_02 Wed 2 Jan 2008
Summary:
- Back-compatibility and 1.203 release candidate
Details:
- Removing the use of use base 'Exporter';
- Updating Test::SubCalls dep to 1.07 to get
the use base 'Exporter' fix for that too.
1.202_01 Tue 20 Nov 2007
Summary:
- Minor bug fix release
Details:
- RT #30469: calling length() on PPI::Token gives error
- 14_charsets.t was incorrectly skipping in situations
that it should have been running.
1.201 Mon 22 Oct 2007
Summary:
- Minor bug fix release
Details:
- The internal exception class PPI::Exception::ParserTimeout was
inheriting from itself.
1.200 Mon 15 Oct 2007
Summary:
- Production Release
Details:
- Zero changes from 1.199_07
- Updated version from 1.199_07 to 1.200
1.199_07 Fri 12 Oct 2007
Summary:
- This is the third release candidate for 1.200
- Minor tweak
Details:
- Changed the way to detect Perl 5.6 to ignore the 1_0e1_0 failure
1.199_06 Wed 10 Oct 2007
Summary:
- This is the second release candidate for 1.200
- Some small bug fixes
Details:
- Remove -w from test scripts to allow taint'enabled testing
- Skip the failing 1_0e1_0 test on Perl 5.6.2
1.199_05 Tue 9 Oct 2007
Summary:
- This is the first release candidate for 1.200
- Fix some parser corner cases
Details:
- Fixed parsing of %!, $^\w, and %^H
- Fixed parsing of @{$foo}-1
- Fixed parsing of <$fh1>, <$fh2>
1.199_04
Summary:
- Build tweaks
- More regression changes
Details:
- Increasing List::Util dependency to 1.19
(Removes a memory leak on Win32)
1.199_03 Thu 12 Jul 2007
Summary:
- Support for a few more rare/legacy Perl syntax
- Tokenizer simplification, optimization and exception'ification
Details:
- Added support for the <<\EOF heredoc style
- Always create ->{type} in full-quote sections
- Converted more of the Tokenizer to use exceptions
- Optimized away a bunch of now-unneeded "or return undef"
- Optimized _set_token_class down to a single statement
- Inlined _set_token_class out of existance
- Cache and fast-clone PPI::Token::Whitespace->null
- Removed some superfluous parameter checks on private methods,
for conditions that would cause explosions and be noticed anyway.
- Removed the fancy options from PPI::Token::new
- More consistent structure of incomplete quotes
1.199_02 Mon 5 Mar 2007
Summary:
- Added parser timeout support
- Fixing various regression cases
- Adding some housekeeping tweaks
Details:
- Created PPI::Exception with an eye to moving towards
using exceptions more for error handling (for speed).
The goal is to get rid of the "or return undef"s.
- Added the timeout param to the PPI::Document constructor
which uses alarm to implement basic timeout support.
This should help when parsing a large corpus on Unix.
(Not available on Win32)
- Fixed incorrect location() for PPI::Structure instances.
- Adding better parsing of hash constructors.
- Pushing Clone dependency to 0.22 to get closer to taint support)
- Pushing deps on bundled test modules to prevent accidentally
bundling old versions.
1.199_01 Tue 31 Oct 2006
Summary:
- Improved lexing correctness
- Partial implementation of literal
- Initial implementation of Number classes (Chris Dolan)
Details:
- Split out PPI::Token::Number subclasses
- Implement numbers with exponential notation
- Implement literal() for ::Number classes (except ::Version)
- Implement literal() for ::Token::Quote::Single
- Added -T for inline tests
- Add tests for nested statements and nested structures
- Fixed some bugs as a result
- Improved detection of the correct curly brace structure types
- many bug fixes
- MM_CHARSET no longer needed; now uses iconv to decode RFC2047-encoded
headers and convert to current locale.
- various MIME improvements
- Take maintainership (ok'd by kim@).
- Replace DESCR with text from web site.
- Support user-destdir.
- Use --with-hash-backup instead of hacking config.h post-configure.
- Drop IRIX-specific part of fmt_scan.c patch-cd, and therefore drop patch-ck
and IRIX bits in Makefile.
- A tmac.h conf file (wtf?) is no longer installed.
- Update what's installed to share/doc/nmh.
- Update PLIST for added/removed/renamed files.
- Patches:
- Update patch-ca and patch-cd.
- Remove errno patches, upstream since XXX: patch-aa, patch-ab, patch-ad,
patch-ae, patch-ag, patch-ah, patch-ai, patch-aj, patch-ak, patch-al,
patch-am, patch-an patch-ao, patch-ap, patch-aq, patch-ar, patch-as,
patch-at, patch-au, patch-av, patch-aw, patch-ax, patch-az, patch-ba,
patch-bb, patch-bc, patch-bd, patch-be, patch-bf, patch-bg, patch-bh,
patch-bi
- patch-aa also had a patch for some fgetstr problem on NetBSD which no
longer seems to happen.
- Remove patch-cb; GCOS_HACK is referenced nowhere in nmh code (only
apparently outdated docs) or in any other pkgsrc patch; HAVE_SYS_PARAM_H
is already elsewhere in config.h, and sys/param.h is included in nmh.h.
- Remove patch-ce (http://savannah.nongnu.org/bugs/?1393 fixed in
uip/sortm.c r1.7).
- Remove patch-ci (fixed in uip/show.c r1.6).
- Remove patch-cj; $(etcdir)/tmac.h is gone and the folders/flists problems
were fixed (differently) in 2000.
- Remove patch-ck (CPPFLAGS support for the IRIX-specific part of patch-cd.