Distcheck with --disable-silent-rules
Version 2.28.0
Remove MAINTAINERS, and dist the DOAP file
Use AM_SILENT_RULES
Fix build breakage in modules caused by commit aac1a8ec
Chech for single header includes.
When maintainer mode is enabled, check for single header includes as
well as deprecated flags (#557070).
Support for automake 1.11
Remove auto-generated ChangeLog from the tree
Autogenerate ChangeLog
Trivial update
* Remove CVS references, use "repository tree"
* Fix whitespace
* Fix typo "The" -> "There"
Move to "development" category
Add the required DOAP project description (used
gnome-system-monitor as a template)
Only pass --enable-maintainer-mode when AM_MAINTAINER_MODE is present
Takeover
Revert "Add single include disabling cppflags"
Oops, this wasn't meant to be committed just yet.
This reverts commit f95de3b4b636786d1e297f40df32ee32f71ebce7.
Post branch version bump.
Add single include disabling cppflags
Default to enable maintainer mode
Add -Wno-portability to automake invocation. Bug #529120, patch by Philip Van Hoof.
1.4 - 2009-11-16
core
* summary: new command summarizes current working state
* tags: new tag cache greatly speeds up tag operations
* diff: new --stat option to show diffstat
* diff: add --reverse option to diff
* subrepo: fix a bunch of issues with the experimental subrepo extension
* status: fixes for behavior when working with clock skew
* clone: new -u/--updaterev option
* templater: new latesttag and latesttagdistance keywords
* push/pull: handle some broken pipe errors during large transfers
* config: environment variables and ~user constructs are expanded in pathnames
hgweb
* fix for showing header lines in raw changeset diffs
* try to send better error messages to the client
* use config-supplied ordering by default in hgwebdir index pages
* add web.descend option to disable showing all nested repositories in hgwebdir
documentation and help
* new config help topic
* help texts are now written in reStructuredText format
* many translation updates including a new Swedish translation
* many help text updates and improvements
extensions
* mq: add -1 options to qapplied/qunapplied
* patchbomb: add a --flag option to set a flag value in the Subject header
* patchbomb: correctly handle Unicode domains (using the IDNA encoding scheme)
* color: improve colorization of the qseries command
* inotify: cleaner code, fixed pattern handling
* zeroconf: show repository descriptions
* rebase: some performance and correctness fixes
* extdiff: add 3-way diff for merge changesets
* convert: handle directory renaming in Darcs, fixed file renaming
* relink: new extension which helps people re-hardlink their clones
other
* contrib/shrink-revlog.py script that can significantly shrink some internal hg files
* work around non-standard locale settings on OS X
Packages Collection.
The Perl 5 module Data::Dumper::Concise exists, fundamentally, as
a convenient way to reproduce a set of Dumper options that we've
found ourselves using across large numbers of applications, primarily
for debugging output.
Upstream changes:
2.023 9 November 2009
* fixed instance where $[ should have been $] in t/02zlib.t
Thanks to Robin Barker and zefram [RT #50765] for independantly
spotting the issue.
(yes I know there is the 1.8 branch, but I don't want to experiment
right now)
changes: many fixes, some C++ API improvements
pkgsrc change: DESTDIR support
Upstream changes:
2.023 9 November 2009
* Removed redundant bzip2 source files from the bzip2-src directory.
[RT# 47225]
* Fixed instance where $[ should have been $] in t/01bzip2.t
Thanks to Robin Barker and zefram [RT #50764] for independantly
spotting the issue.
Upstream changes:
3.31 - Sun Nov 1 15:15:00 2009
- Do not pack a Build.PL to avoid a circular dependency involving
ExtUtils::CBuilder (PathTools RT #50749)
Pkgsrc changes:
- Switch PERL5_MODULE_TYPE to MakeMaker
Upstream changes:
0.27 - Thu Oct 29 21:29:56 EDT 2009
Other:
- Removed Build.PL to avoid creating a circular dependency
- Added version numbers to Windows compiler driver modules
0.26_05 - Sun Oct 25 17:29:02 EDT 2009
Bugs fixed:
- Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden]
Other:
- Made have_compiler (and have_cplusplus) quiet without echoing
the test command to STDOUT [David Golden]
0.26_04 - Mon Oct 19 21:57:46 EDT 2009
Enhancements:
- Added 'have_cplusplus()' method to check for C++ support
- Added patches for building Perl with mingw64 [Sisyphus]
- Allow CC environment variable to override $Config{cc}
Bugs fixed:
- Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo
Streppone]
- Removed MSVC version check when embedding a manifest file
(RT #43002) [Steve Hay]
Other:
- Split Windows compiler driver packages into individual *.pm files
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
What's new in version 6.3:
--------------------------
+ Changed "Mktime()" to use "POSIX::mktime()"
+ Fixed the bug that "Date::Calc::PP" was never tested
when "Date::Calc::XS" is installed
Pkgsrc changes:
- Add build dependency for test target
- Misc tweaks to placate pkglint
Upstream changes:
2009-11-09 0.29 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Use skip instead of skip_all for builds that have no DPeek ()
* Be more lenient towards the allocated space
2009-11-06 0.28 - H.Merijn Brand <h.m.brand@xs4all.nl>
* DDump () now dumps the variable itself, instead of a copy (Zefram)
* Add DGrow ()
-----------------
New features:
* Virtual repositories are now supported. These are plain directories
which are searched for nested locations. If you attempt to open a
location which is not a normal (shared) repository, branch or
checkout, you will be asked if you wish to open it as a virtual
repository. No question is asked if the location is bookmarked or
given on the command line. The virtual repository view is pretty
much identical to a normal repository view, though some menu actions
(like Explore --> Location Information) are not enabled.
* Custom editor applications are now supported. This allows the Edit
action to launch something more sensible than a text editor for
images, diagrams, web pages, office documents, etc. A default set
of editors are defined (in lib/standard_profile/editors.conf) and
these can be extended or overridden by providing a file of the
same name in your explorer configuration directory.
* The repository view now has a Log button. Multiple items can be
logged at once by selecting more than one location at a time.
If no location is selected, the repository is selected.
Improvements:
* Multiple branches can be opened from the command line with
'bzr explorer trunk feature1 feature 2'
* The BZR_EDITOR environment variable is checked when searching for
the text editor to use if one is not configured in bazaar.conf.
Translations:
* Added translations for Danish, English (United Kingdom), Galician,
Indonesian, Polish, Serbian, Swedish.
0.8.3 13-Oct-2009
-----------------
Improvements:
* Change the Help URL to go to the Documentation page on the
website, not the vision page.
* 'bzr help explorer' now points to the new website. It also
provides more information about how to troubleshoot problems.
Bug fixes:
* Display a message rather than error when the "Local Changes" and
"Missing Revisions" tabs are selected for a remote repository.
(Craig Hewetson, #433916)
Translations:
* Added translations for Arabic, Lithuanian and Ukrainian.
-------------------------
What's new in this release:
* qswitch:
* Added support for --create-branch option to "bzr switch". (A. S. Budden)
* SubprocessUIFactory and QUIFactory now both support get_username, and
get_boolean. (Bug #421851, Gary van der Merwe)
* Save the size of Dialogs when the user press Esc. (Bug #417809,
Gary van der Merwe)
* qlog:
* Get the max main_line digets in a different way so that we don't break
--no-graph. (Bug #455867, Gary van der Merwe)
* Corrected the margin for the revision number column. (Gary van der Merwe)
* When loading the file list delta, only lock the repositories that are
being used. If the 2 trees are from the same repositories, load them
together. (Gary van der Merwe)
* When viewing a svn repo, only show the file list if 1 revision is selected,
and if so, use a optimized method to do so. (Bug #450225,
Gary van der Merwe)
* Show a throbber above the file list while a delta is being loaded.
(Gary van der Merwe)
* Fix a bug when refreshing a branch with revisions that have been removed.
(Bug #435486, Gary van der Merwe)
* qlog/qannotate:
* Preserve leading whitespace in the lines of the log message.
(Max Bowsher)
* qadd:
* Don't show unchanged directories that contain ignored files.
(Bug #462435, Gary van der Merwe)
* qcommit, qadd, qrevert:
* Directoies with 4 or more sub items are grouped in the tree view.
(Bug #456198, Gary van der Merwe)
* Correct the old path shown for renamed files. (Bug #432572,
Gary van der Merwe)
* Passing a directory via the command line now correctly checks the
directory. (Bug #435034, Gary van der Merwe)
* For qcommit, It is now possible to select unversioned file and directories
via the command line. (Gary van der Merwe)
* Automaticly expand to the check items on load. (Gary van der Merwe)
* Fix View for unversoined files when run from a sub directory of the
working tree. (Gary van der Merwe)
* qcommit/qbrowse:
* Conflicts are shown in the status column. External merge applications
can be launched to resolve these conflicts, and the conflicts can be
marked as merged. (Bug #174509, Gary van der Merwe)
* Improved the usibility of the context menu add, and revert actions.
These now directly use the api, rather than via subprocess. There is
now no prompt for add. With large trees, there is less flicker when the
tree is refreshed, and the scroll position is remembered.
(Gary van der Merwe)
* It is now possible to rename and move files or directories, and to mark
files or directories that have allready been renamed or moved as such.
(Gary van der Merwe)
* It is now possible to remove files from the branch. (Gary van der Merwe)
* Show blank icon for missing files. (Bug #418471, Gary van der Merwe)
* qcommit/uncommit:
* Catch AttributeError in save of commit_data during qcommit and/or uncommit
in lightweight checkout from branch accessed via smart-server
(lp:, bzr+ssh://, bzr:// etc).
(Bug #434034 Bug #430382 Bug #463296, Alexander Belchenko)
* qsubprocess:
* Show actual command-line to user when we invoke action via qsubprocess.
(Bug #476025, Alexander Belchenko)
* qcommit:
* Don't run `bzr add --no-recurse` before commit if there is nothing to add.
(Alexander Belchenko)
* qplugins:
* Format plugin version nicely even if it does not follow bzr standards on
version_info tuple. (Bug #475286, Alexander Belchenko)
0.15 "Yellow and green" - 2009-10-19
------------------------------------
What's new in this release:
* Compatible with bzr >= 1.17 (works fine with 2.0.x and 2.1.x series).
* New qrun dialog to launch any (non-interactive) bzr command.
* Improved speed of qcat, qdiff, qlog.
* Added Browse button for editor selection in qconfig.
* qconflicts: Enable multiple selections of conflict items to resolve
or launch merge tool for them.
* qgetupdates and qupdate dialogs now properly support all 3 cases:
* update tree
* update bound branch
* update lightweight checkout
* qlog can display foreign revision info if available.
* Sort tags alphabeticaly and case-insensitive in qtag dialog.
* qexport now has sensible defaults and more user-friendly archive
types (e.g. tar.gz instead of tgz) displayed in the combo box.
On windows, the default archive type is now zip as well.
* And more than 37 bugfixes (plus all critical bugfixes from 0.14.x releases).
Detailed changelog:
* Compatible with bzr >= 1.17 (works fine with 2.0.x and 2.1.x series).
* Internal:
* Install QUIFactory after we have properly initialize QApplication.
(#430232, John Arbash Meinel)
* Better compatibility of qbzr test suite with bzr 2.1.
(#433843, Vincent Ladeuil)
* Use unicode('.') everywhere as current directory marker. (Naoki INADA)
* Don't bundle PyQt4 and Pygments libs to Windows installer anymore.
(Alexander Belchenko)
* Get rid of old-style classes to be compatible with PyQt 4.6.
(#447214)
* New dialog:
* qrun (Alexander Belchenko)
* qadd:
* Properly support adding unversioned files to newly added directory.
(#418520, Gary van der Merwe)
* qbind/qunbind:
* Show Close, not Ok/Cancel, on completion. (#449489, Ian Clatworthy)
* qcat:
* Improve speed of syntax highlighting. (#442965, Atsuo Ishimoto)
* qconfig:
* Added Browse button for editor selection. (#430192, Alexander Belchenko)
* qconflicts:
* Enable multiple selections of conflict items to resolve or launch merge
tool for them. (#415393, Craig Hewetson)
* qdiff:
* More responsive dialog during diff loading. (Gary van der Merwe)
* Better support for external diff tools.
(#422688, #423221, Gary van der Merwe)
* qgetupdates:
* Now able to update lightweight checkouts. (Alexander Belchenko)
* qlog:
* More responsive dialog during revision loading. (Gary van der Merwe)
* Faster qlog on directory. (Gary van der Merwe)
* Show the revision html, and file delta for all selected revisions.
(#412029, Gary van der Merwe)
* Don't show the throbber when loading revisions from a remote repo
to avoid weird behavior. (#412894, Gary van der Merwe)
* Fixed regression with --no-graph feature. (#448232, Craig Hewetson)
* Display foreign revision info if available.
(John Szakmeister, Gary van der Merwe)
* Auto-adjust revno column to the number of digits in latest revno
on mainline. (#450179, Gary van der Merwe)
* qpull/qpush:
* Don't remember location by default. (Alexander Belchenko)
* qsubprocess:
* New command-line option --bencode to use bencoded command list.
(#392920, Alexander Belchenko)
* Very long command-line passed to qsubprocess via temp file
regardless of platform. (#387320, Alexander Belchenko)
* qtag:
* Sort tags alphabeticaly and case-insensitive. (#423075, Craig Hewetson)
* Save/restore the size of dialog. (#435859, Craig Hewetson)
* qupdate:
* Now working for bound branches (aka heavyweight checkouts).
(#422649, Craig Hewetson)
0.14.5 "Dropzone" - 2009-10-31
------------------------------
Bugfixes and backported bugfixes.
* qcommit:
* Catch AttributeError in save of commit_data during qcommit and/or uncommit
in lightweight checkout from branch accessed via smart-server
(lp:, bzr+ssh://, bzr:// etc).
(#434034#430382#463296, Alexander Belchenko)
* qlog:
* Avoid a deprecation warning when diffing the first rev in a branch.
(John Szakmeister)
* qadd:
* Properly support adding unversioned files to newly added directory.
(#418520, Gary van der Merwe)
* qtag:
* save/restore the size of dialog. (#435859, Craig Hewetson)
* Save the size of Dialogs when the user press Esc. (Bug 417809,
Gary van der Merwe)
* qsubprocess:
* new command-line option --bencode to use bencoded command list.
(#392920, Alexander Belchenko)
* Very long command-line passed to qsubprocess via temp file
regardless of platform. (Alexander Belchenko)
0.14.4 "Kenny" - 2009-10-17
---------------------------
Critical Koala bugfixes.
* Internal: get rid of old-style classes to be compatible with PyQt 4.6.
(#447214)
* qlog:
* handle revids as plain strings, not unicode. (#452235)
* qcommit/qrevert:
* Fixed a bug were the pending merges graph was being loaded
twice. (Gary van der Merwe)
#########
:Codename: Stability First
:2.0.1: 2009-10-14
The first of our new ongoing bugfix-only stable releases has arrived. It
includes a collection of 12 bugfixes applied to bzr 2.0.0, but does not
include any of the feature development in the 2.1.0 series.
Bug Fixes
*********
* ``bzr add`` in a tree that has files with ``\r`` or ``\n`` in the
filename will issue a warning and skip over those files.
(Robert Collins, #3918)
* bzr will attempt to authenticate with SSH servers that support
``keyboard-interactive`` auth but not ``password`` auth when using
Paramiko. (Andrew Bennetts, #433846)
* Fixed fetches from a stacked branch on a smart server that were failing
with some combinations of remote and local formats. This was causing
"unknown object type identifier 60" errors. (Andrew Bennetts, #427736)
* Fixed ``ObjectNotLocked`` errors when doing some log and diff operations
on branches via a smart server. (Andrew Bennetts, #389413)
* Handle things like ``bzr add foo`` and ``bzr rm foo`` when the tree is
at the root of a drive. ``osutils._cicp_canonical_relpath`` always
assumed that ``abspath()`` returned a path that did not have a trailing
``/``, but that is not true when working at the root of the filesystem.
(John Arbash Meinel, Jason Spashett, #322807)
* Hide deprecation warnings for 'final' releases for python2.6.
(John Arbash Meinel, #440062)
* Improve the time for ``bzr log DIR`` for 2a format repositories.
We had been using the same code path as for <2a formats, which required
iterating over all objects in all revisions.
(John Arbash Meinel, #374730)
* Make sure that we unlock the tree if we fail to create a TreeTransform
object when doing a merge, and there is limbo, or pending-deletions
directory. (Gary van der Merwe, #427773)
* Occasional IndexError on renamed files have been fixed. Operations that
set a full inventory in the working tree will now go via the
apply_inventory_delta code path which is simpler and easier to
understand than dirstates set_state_from_inventory method. This may
have a small performance impact on operations built on _write_inventory,
but such operations are already doing full tree scans, so no radical
performance change should be observed. (Robert Collins, #403322)
* Retrieving file text or mtime from a _PreviewTree has good performance when
there are many changes. (Aaron Bentley)
* The CHK index pages now use an unlimited cache size. With a limited
cache and a large project, the random access of chk pages could cause us
to download the entire cix file many times.
(John Arbash Meinel, #402623)
* When a file kind becomes unversionable after being added, a sensible
error will be shown instead of a traceback. (Robert Collins, #438569)
Documentation
*************
* Improved README. (Ian Clatworthy)
* Improved upgrade documentation for Launchpad branches.
(Barry Warsaw)
- take maintainership
- let this package automatically track the stable gecko branch
- clean out some legacy patches
This is the first part of PR pkg/42277.
2009-09-21 00:34 rjongbloed
* [r23499] version.h:
Update version number for beta v3.6.6
2009-09-22 00:50 rjongbloed
* [r23504] ., src/sip/sipcon.cxx:
Fixed failure to increment CSEQ on second INVITE after an
authorisation request error.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.19 06 November 2009
- Require Devel::PartialDump 0.10 and change tests to expect the
correct format of error.
2009-07-05 05:53 rjongbloed
* [r23078] version.h:
Update version number for beta v2.6.5
2009-07-08 16:30 rjongbloed
* [r23090] ., src/ptclib/cypher.cxx:
Fixed base 64 encoder for strings less than 3 characters long,
thanks Stefano Picerno
2009-07-21 23:31 rjongbloed
* [r23120] ., include/ptlib/unix/ptlib/pmachdep.h,
src/ptclib/pstun.cxx, src/ptlib/common/contain.cxx:
Mac support for Posix clock_gettime() function.
Fixed failure to use STUN sockets with symmetric NAT and have not
set any port range. Port range not needed if explicit port is
specified.
Fixed printf to PString where output is more than 1000 bytes, on
Linux.
2009-07-29 01:28 rjongbloed
* [r23151] ., configure.exe, tools/configure/configure.cpp:
Changed Windows configure so when a search of directories is
performed, the directories defined by the INCLUDE environment
variable are checked first.
This avoids some conflicts where for some "standard" headers, one
part of the system uses one version and another part uses a
different version. For example winsock2.h is being used from the
INCLUDE path (C:\Program Files\Microsoft Visual Studio
8\VC\PlatformSDK) early in the compile, but configure and
ptbuildopts.h try and use the version in C:\Program
Files\Microsoft SDKs\Windows\v6.0a which then conflicts later in
the compile.
This seems to have started happening when someone changed the
order of the directories in configure.ac
2009-07-29 04:11 rjongbloed
* [r23160] ., tools/plugintest/main.cxx:
Fixed bug ID: 2809583 "Unable to build
ptlib-2.6.3/tools/plugintest on
Linux"
2009-07-29 04:23 rjongbloed
* [r23161] plugins/configure, plugins/configure.in:
Applied fix for bug ID: 2821247 "The absence of libv4l2 should
not block
V4L2 plugin", thanks Elaine Xiong
2009-07-29 04:30 rjongbloed
* [r23163] plugins/sound_sunaudio/Makefile,
src/ptlib/common/vconvert.cxx:
Applied fixes for bugs:
ID: 2821218 "A build error when generating SunAudio plugin"
ID: 2821189 "The video convertor of YUY2toYUV420P does not work"
Thanks Elaine Xiong
2009-07-29 05:10 rjongbloed
* [r23167] plugins/configure, plugins/configure.in:
Fixed ID: 2821744 "ptlib avc plugin is broken with
libraw1393-2.0",
thanks Mounir Lamouri
Changed default for AVC plug in to be disabled until someone
fixes the
plug in.
2009-07-29 05:16 rjongbloed
* [r23169] configure, configure.ac:
Fixed bug ID: 2820953 "remconn option need config-file option",
thanks
Mounir Lamouri
2009-07-29 07:46 rjongbloed
* [r23177] configure, configure.ac, src/ptlib/common/sockets.cxx:
Applied fix for bug ID: 2822314 "Mingw fails with sockets.cxx",
thanks Michael Rickmann
2009-07-30 00:13 rjongbloed
* [r23185] ., plugins/sound_alsa/sound_alsa.cxx,
plugins/sound_alsa/sound_alsa.h:
Applied patch ID: 2815105 "some fix on sound_alsa.cxx", thanks
Giorgio Alfarano
2009-08-12 05:24 csoutheren
* [r23208] src/ptlib/common/contain.cxx:
Fix reallocate when using custom allocators
Backport from trunk
2009-08-21 00:14 rjongbloed
* [r23236] ., src/ptlib/msos/win32.cxx:
Applied fix for ID: 2836052 "Ptlib cannot distinguish between
Vista and Win 7", thanks Michael Rickmann
2009-08-21 00:41 rjongbloed
* [r23239] Makefile.in, make/lib.mak:
Applied patch ID: 2835687 "Mingw naming of libpt dll is unusual
for
Windows", thanks Michael Rickmann.
2009-08-22 01:43 rjongbloed
* [r23249] ., src/ptlib/msos/sound_win32.cxx:
Applied fix for bug ID: 2841719 "WindowsMultimedia can not get
volume setting", thanks Michael Rickmann
2009-08-24 08:44 rjongbloed
* [r23256] ., src/ptlib/unix/tlibthrd.cxx:
Further changes for 64 bit Unix support, thanks Alexander V.
Chernikov
Patch Independently supplied by Thomas Klausner as well.
2009-08-24 08:55 rjongbloed
* [r23258] ., src/ptclib/pssl.cxx:
Compatibility with later OpenSSL (specifically from BSD) headers,
thanks Thomas Klausner.
2009-08-25 00:25 rjongbloed
* [r23262] ., src/ptclib/pssl.cxx:
Better patch for new OPenSSL version compatibility, independently
provided by Peter Robinson & Thomas Klausner
2009-08-25 00:44 rjongbloed
* [r23264] src/Makefile:
Applied patch ID: 2843689 "Compilation and installation
bugfixes", thanks Alexey Slynko
1) Broken install (at least with gmake 3.81)
2) Commited revision 23240. htppsrvr.cxx uses functions from
html.cxx. It doesn't compile at systems, where http is exists and
httpforms is absent
2009-08-28 06:07 rjongbloed
* [r23291] src/ptclib/psoap.cxx, src/ptlib/msos/sound_win32.cxx,
src/ptlib/unix/tlibthrd.cxx:
Adjusted some PTRACE log levels.
2009-08-28 08:53 rjongbloed
* [r23298] src/ptclib/pvfiledev.cxx, src/ptclib/shttpsvc.cxx,
src/ptlib/common/vfakeio.cxx:
Adjusted some PTRACE log levels.
2009-09-05 01:02 rjongbloed
* [r23336] configure, configure.ac, include/ptclib/vsdl.h,
include/ptlib/unix/ptlib/contain.h, make/unix.mak,
src/ptclib/vsdl.cxx, src/ptlib/common/osutils.cxx,
src/ptlib/unix/config.cxx, src/ptlib/unix/tlib.cxx,
src/ptlib/unix/tlibthrd.cxx:
Applied patch ID: 2847226 "ptlib2.6.4 FreeBSD compability",
thanks Alexander V. Chernikov
2009-09-05 03:25 rjongbloed
* [r23340] include/ptlib/msos/ptlib/contain.h:
Fixed Windows build after submitted patch.
2009-09-14 03:51 rjongbloed
* [r23428] configure, configure.ac, make/unix.mak:
Applied patch for kFreeBSD support, thanks Petr Salinge
2009-09-14 04:47 rjongbloed
* [r23429] Makefile.in, make/common.mak, make/lib.mak,
src/Makefile:
Added "quiter" version of compile. Can get back to "noisy"
version by going make VERBOSE=1
2009-09-14 07:35 rjongbloed
* [r23434] ., src/ptlib/unix/udll.cxx:
Fixed return of correct full path when the "full" parameter is
used in PDynaLink::GetName() function.
2009-09-16 08:11 rjongbloed
* [r23470] ., make/common.mak, make/lib.mak, make/plugins.mak,
src/Makefile:
Improved "quiet" version of compile.
2009-09-16 13:19 rjongbloed
* [r23478] ., make/common.mak:
Yet another tiny enhancement to the quite build.
2009-09-17 07:56 rjongbloed
* [r23485] ., make/common.mak:
Yet another tiny enhancement to the quiet build.
Upstream changes:
0.12
- Update example output in the docs with the JSON-like format
0.11
- unbreak tests
0.10
- Make formatting configurable, and change to resemble JSON by default
Upstream changes:
0.40 Mon Oct 19 18:30:32 2009
* Mouse::Meta::TypeConstraint
- Fix a subtyping issue (Thanks miyagawa san)
* Mouse/Mouse::Role
- Now export their sugars to the "main" package
0.39 Tue Oct 13 16:42:31 2009
* Fix RT #50421 (Thanks Michael G Schwern)
* Fix RT #50422 (Thanks Michael G Schwern)
0.38 Tue Oct 13 15:40:39 2009
* No code changes from 0.37_06
* SUMMARY from 0.37 to 0.38
- Add documents about compatiblity and incompatibility to Mouse::Spec
- Refactor type constraints and type coercions
- Now ArrayRef[Foo | Bar] is parsed correctly
- Type coercions are stored in type constraint objects
- Add Mouse::Exporter for import/unimport methods
- Make roles applicable to instances
- Implement inner/augment keywords
- Port a lot of Moose's tests
- Fix a lot of bugs
Maven 2.2.1 aims to correct several critical regressions related to
the selection of the HttpClient-based Wagon implementation for
HTTP/HTTPS transfers in Maven 2.2.0. The new release reverts this
selection, reinstating the Sun-based - or lightweight - Wagon
implementation as the default for this sort of traffic. However, Maven
2.2.1 goes a step further to provide a means of selecting which
provider - or implementation - the user wishes to use for a particular
transfer protocol. More information on providers can be found in our
Guide to Wagon Providers.
In addition, Maven 2.2.1 addresses some long-standing problems related
to injecting custom lifecycle mappings and artifact handlers. These
custom components are now correctly loaded regardless of whether they
come from a plugin with the extensions flag enabled, or from a pure
build extension. In addition, custom artifact handlers now will be
used to configure the attributes of the main project artifact in
addition to any artifacts related to dependencies or project
attachments created during the build.
pkgsrc changes:
- assign devel/xulrunner maintainership to tnn@
- mozilla-common.mk: work around gcc __thread support misdetection on NetBSD
- separate distinfo related stuff into dist.mk for sharing with nss & nspr
"topcrash" bugs fixed:
468562 "ASSERTION: Inserting multiple children without flushing"
521750 Put a runtime NS_IsMainThread check in nsCycleCollector::Suspect2 ...
524462 startup crash [@ gfxWindowsFontGroup::WhichFontSupportsChar(nsTAr ...
525326 Crashes in gif decoder [@ xul.dll@0x348945][@ xul.dll@0x348864][@ ...
525276 crashes [@ nsDocument::RegisterNamedItems(nsIContent*)]