Age | Commit message (Collapse) | Author | Files | Lines |
|
1.15 -> 1.16:
- add lv.po, update translations (Translation Project).
- include xcode project files in distributed popt tar ball.
- make distcheck is now squeaky clean.
- permit VPATH builds.
- add shallow tests using ISP/RAS api-sanity-autotest.pl.
- prefix bit set routines with popt to avoid symbol coolisions w rpm.
- add tdict.c to exercise popt bit sets against /usr/dict/words.
- add poptBitsArgs() method to generate args bit set.
- add methods for bit set union and intersection.
- permit comma separated attribute lists, handle negated attributes.
- better test for POPT_ARG_BITSET.
- add POPT_ARG_BITSET handling.
- add POPT_ARG_SHORT handling.
- handle all callback traversals within a C switch (for extendability ease).
- add popt.pc.
- devzero2000: add AC_CONFIG_AUX_DIR, AC_CONFIG_MACRO_DIR to configure. Create build-aux
- devzero2000: del acinclude.m4 : AC_CHECK_VA_COPY is not used
|
|
This is a scheduled monthly minor bugfix release.
* dispatch: include Python version in traceback
* push: update help
* status: avoid performance regression when no .hgsub is present
* clone: fix performance issue with hardlinks and Windows shares
* hgweb: fix race in refreshing repo list (issue2188)
* hgrc: clarify that hgrc keys can be overridden and sections can be split
* eol: new extension for managing file newlines based on a
version controlled configuration file
* pager: fork and exec pager as parent process with /bin/sh -c
* rebase: stress that only local changesets should be rebased
* convert/svn: close gettags() log stream (issue2196)
* record: check that we are not committing a merge before patch selection
|
|
|
|
|
|
What's new in at-spi-1.30.1:
* Fixes #538680.
* Translation update.
What's new in at-spi-1.30.0:
* Fixes #612554.
* Translation update.
What's new in at-spi-1.29.92:
* Translation update.
What's new in at-spi-1.29.90:
* Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus.
* Translation update.
What's new in at-spi-1.29.6:
* Bugfixes: #608003, #607077.
* Translation update.
What's new in at-spi-1.29.5:
* Bugfixes: #606251, #606254.
* Translation update.
What's new in at-spi-1.29.3:
* Bugfixes: #565451, #593830.
* Translation update.
What's new in at-spi-1.29.2:
* Bugfixes: #569428, #599244, #578334.
* Translation update.
|
|
into ${EGG_INFODIR}.
Noted by Ryo HAYASAKA in PR/43414.
|
|
|
|
Part of updating both packages to the code used in netbsd-current and then
used as a basis for further development.
|
|
|
|
Based on PR#43114 by Web Heping.
While here, set LICENSE=${PERL5_LICENSE}.
=====================================
2010-04-03T20:02:56.616386Z ptl-1_035
=====================================
2010-04-03 20:01:00 (r2864) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Bump revision for a new release. No significant changes, other than
to build a new dist with the latest EUMM.
=====================================
2010-04-03T18:15:36.151833Z ptl-1_034
=====================================
2010-04-03 17:46:46 (r2854) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Bump PTL revision for release.
2010-03-24 06:52:46 (r2852) by apocal
poe M; polo-gtk/Makefile.PL M; polo-tk M; polo-event M; poe-test-loops
M; polo-gtk M
Set svn:ignore for: META.yml CHANGES run_network_tests PoLo-Gtk
forgot to clean run_network_tests
2010-03-23 17:27:32 (r2849) by rcaputo
poe-test-loops/MANIFEST M;
poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm R;
poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm D
Replace z_rt53302_fh_watchers.pm with z_rt53302_fh_watchers_slow.pm.
The non-slow one was broken since its client shuts down without
waiting for the server's response.
2010-03-22 06:00:17 (r2846) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M;
poe-test-loops/bin/poe-gen-tests M
Support legal =for and =begin POD syntax for skip_tests(), in
addition to the previous =for/=cut syntax that caused skip_tests() to
appear in everyone's perldoc. Document the change. Deprecate the bad
syntax, which won't be a terrible burden since everyone probably
wanted to migrate away from it anyway.
2010-03-22 02:54:39 (r2845) by apocal
poe-test-loops/lib/POE/Test/Loops.pm M;
poe-test-loops/bin/poe-gen-tests M
Add optional one-line =for poe_tests syntax to hide it from POD
formatters.
Add example from POE::Loop::Glib that uses the new syntax.
2010-03-11 06:57:11 (r2839) by apocal
poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/00_info.pm
A
Added the 00_info test for better debugging
2010-03-11 05:28:23 (r2838) by apocal
poe-test-loops/MANIFEST M;
poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm A;
poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm A
Add new tcp connection test for RT#53302
2010-03-10 19:14:25 (r2836) by rcaputo
poe-test-loops/bin/poe-gen-tests M
Update the skip_tests() examples, and explain what's going on in
each.
2010-03-09 07:59:40 (r2831) by apocal
poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M
Fix the followtail test to use File::Temp, thanks to
http://cpantesters.org/cpan/report/6877011 and others like it
2010-03-09 07:20:16 (r2830) by apocal
poe/lib/POE/Wheel/ReadLine.pm M;
poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M
After a lot of hacking/digging Cygwin with a TERM=dumb does not work
with POE::Wheel::ReadLine. This fix skips the test, and makes
Wheel::ReadLine die if it detects this situation. Added some docs for
our Cygwin users :)
=====================================
2010-02-15T06:28:11.163679Z ptl-1_033
=====================================
2010-02-15 06:27:00 (r2812) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Bump for yet another release.
2010-02-15 01:05:37 (r2811) by rcaputo
poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M
Make Bazerka's regression test a little more forgiving about elapsed
run time.
2010-02-14 23:55:56 (r2810) by rcaputo
poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M
Skip pty tests if IO::Pty isn't available. Also some style fixes.
2010-02-14 23:55:18 (r2809) by rcaputo
poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M
Make the test a little more forgiving for slower systems, such as
virtualized Windows systems and other forms of emulation.
=====================================
2010-02-14T21:38:46.364786Z ptl-1_032
=====================================
2010-02-14 02:44:47 (r2797) by rcaputo
poe-test-loops/MANIFEST M;
poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm A;
poe-test-loops/lib/POE/Test/Loops.pm M
Add a test case from rt.cpan.org #54319. Verify Po::Wh::FollowTail
actually tails files. Thanks to Bazerka on irc.perl.org for
submitting the basis of this test case.
2010-01-02 02:57:35 (r2773) by rcaputo
poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M;
poe-test-loops/lib/POE/Test/Loops/z_steinert_signal_integrity.pm M
Try to resolve some CPAN indexer issues.
Eliminate a $VERSION string being used to test a version (not define
one). Eliminate a package statement used to define a constant (not a
class). Change a test package name to avoid indexer conflict with
another distribution.
=====================================
2010-01-01T08:57:09.665997Z ptl-1_031
=====================================
2010-01-01 08:53:54 (r2769) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Prepare for release.
2009-12-27 09:56:05 (r2763) by rcaputo
poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M
Check for initial reset on delayed open.
2009-12-26 22:32:43 (r2758) by rcaputo
poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M
Clarify FollowTail debugging messages.
2009-12-26 09:19:55 (r2756) by rcaputo
poe-test-loops/lib/POE/Test/Loops/connect_errors.pm M
Unfortunately we can't test connect errors on Windows. Behavior seems
to vacillate from one version of ActivePerl to another.
2009-12-26 08:50:19 (r2755) by rcaputo
poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M
Resolve a line ending issue that caused false failures in Windows.
|
|
|
|
Experimental version released on June 3rd, 2010.
* Added atf-sh, an interpreter to process test programs written using
the shell API. This is not really a shell interpreter by itself
though: it is just a wrapper around the system shell that eases the
loading of the necessary ATF libraries.
* Removed atf-compile in favour of atf-sh.
* Added the use.fs metadata property to test case, which is used to
specify which test cases require file system access. This is to
highlight dependencies on external resources more clearly and to speed
up the execution of test suites by skipping the creation of many
unnecessary work directories.
* Fixed test programs to get a sane default value for their source
directory. This means that it should not be necessary any more to pass
-s when running test programs that do not live in the current
directory.
* Defining test case headers became optional. This is trivial to achieve
in shell-based tests but a bit ugly in C and C++. In C, use the new
ATF_TC_WITHOUT_HEAD macro to define the test case, and in C++ use
ATF_TEST_CASE_WITHOUT_HEAD.
|
|
|
|
Pkgsrc.
|
|
Bump PKGREVISION, even if it only affects sparc64.
|
|
* Documentation: Added main page text at index.html.
Changes 2.26.1:
* Minor documentation improvements.
|
|
* Reference Documentation: Add main page text for index.html.
Changes 2.24.1:
* UnixOutputStream: Fix the constructor to use the correct property name.
* Documentation: Strip out the gobject-introspection annotations, and use
other improvements made to docextract_to_xml.py
* Fix the Windows MSVC build.
Changes 2.24.0:
* Changes in glibmm 2.24 compared to glibmm 2.22:
Glib:
* BalanceTree: New class, wrapping GTree.
* Fix ustring::format(non-const char*) and add regression test.
Gio:
* Added InetAddress, NetworkAddress, NetworkService, Resolver, Socket,
SocketAddress, SocketAddressEnumerator, SocketClient, SocketConnectable,
SocketConnection, SocketListener, SocketService, SrvTarget, TcpConnection,
Threaded SocketService, UnixConnection
* AsyncResult: Add get_source_object_base(), deprecating get_source_object()
because it usually can never work.
* Cancellable: Added release_fd() and make_polldf().
|
|
- Consolidated support for pydb, bashdb and remake.
Further changes:
Added LICENSE
Changed PAPERSIZE patching to use SUBST framework
Cleaned up pkglint fallout
|
|
|
|
* Bug-fixes.
|
|
* Don't include LGPL preamble in Debian changelog
* Changes standards version to 3.8.3
* LT_CONFIG_LTDL_DIR appears to be incompatible with libtool 2
* update changelog
* Resolve various libtoolize warnings
* Use standards version 3.8.2
* Use debhelper 7
* Changelog entry for pending upstream release
* Move libvanessa-adt-dev to section libdevel
* Don't use ./mkinstalldirs as it may not exist
* Use policy version 3.8.0 instead of 3.7.2
* set -e in postinst script for libvanessa-adt0 to fail on any errors
* Use name instead of nickname
* Always use email address in copyright notice
* more...
|
|
* Bump changelog date so it is after the release of standards version 3.8.3
* Don't include full LGPL text in Debian changelog
* Update to standards version 3.8.3
* LT_CONFIG_LTDL_DIR appears to be incompatible with libtool 2
* move dev documentation should go in dev package
* Use dh_prep as dh_clean -k is deprecated
* Versioned build dependency on debhelper 7
* syntax error in changelog
* Use debhelper compatibility level 7
* new package contains an updated config.{sub,guess} and thus closes #532527
* Update standards version to 3.8.2
* Resolve various libtoolize warnings
* libvanessa-socket-dev: Remove dependancy on libc6-dev
* more...
|
|
|
|
|
|
|
|
* Several bugs in filename sorting in the Dolphin file manager have been
fixed
* Issues with encoded filenames in ZIP archives have been fixed
* A number of bugs in games, such as KMines, KNetwalk and LSkat and
KSpaceDuel have been fixed
The changelog lists more
|
|
* Bug fixes.
|
|
|
|
The KDevelop IDE has been designed by the KDevelop Team to provide
an easy-to use environment for C/C++ programmers. With all its
features the current version contains, the full amount of programming
knowledge of the team has been collected to add a set of documentation
handbooks that will help beginners as well as experts in various parts
of using their IDE.
This is version 4, a completely rewritten from scratch version of KDevelop 3.
|
|
Base package for use with KDevelop4
|
|
-inconsistency of .hidden attributes, leading to link error on amd64,
reported by Tobias Nygren
-trick NetBSD's arpa/nameser_compat.h into using the system provided
endianess definitions -- it has its own ifdefs but misses eg. ppc,
fixes build error on macppc reported by Erik Bertelsen
|
|
|
|
While here, fix test target.
|
|
* Add VC9 project files, source code formatting, fix compiler
warnings, move VC8 project files, remove leftover autoconf/m4 files
* Move static transfer lookup array from .h to .c
(patch contributed by Zbigniew Holdys)
* Add support for VC++ compiler/MASM assembly with active USE_MMX
(contributed by Markus Hossner)
* Added Haiku build support in configure.in
(contributed by Scott McCreary)
* Added helper function that multiplies the alpha channel in
a 32bit surface (contributed by Zbigniew Holdys)
* Disable MMX for 64bit platforms due to lack of support for
pusha/popa (contributed by Olivier Boudeville)
* Update all library functions for doxygen markup. Add doxygen
configuration file.
* Added font rotation support and updated TestFonts sample
* Fixed rotate90 for 0 degree case
(contributed by Chris Allport)
* Updated TestRotozoom with rotate90 case and message display
* Added support for SDL 1.3
* Added doxygen generated documentation.
|
|
Switch to 2-clause BSD license and bug fixes.
|
|
|
|
this switches to the gnome-2.30 branch
|
|
this switches to the gnome-2.30 branch
|
|
this switches to the gnome-2.30 branch
|
|
version 0.8200 (upstream version 0.82).
Upstream changes:
Major Changes in 0.82 - 2010-04-13
=====================================
Still more changes to sync with Perl 5.12.0-as-released. Rewritten POD
thanks to many hands, but mostly David Golden. Vastly improved Regex
definitions from Zephram.
Major Changes in 0.81 - 2010-02-01
=====================================
Merge in changes from bleadperl that will be part of Perl 5.12.0.
Completely rewrite pure Perl code to operate exactly like the XS code,
through the creation of a character-array class called charstar. Now
the pure Perl code and XS code can be more easily be synchronized.
|
|
|
|
Based on PR#43374 by YAMAMOTO Takeshi, some improvements.
OMake is a build system, similar to GNU make, but with many additional
features, including:
- Support for large projects spanning multiple directories;
- Support for commands that produce several targets at once;
- Fast, accurate, automated dependency analysis using MD5 digests;
- Portability: omake provides a consistent interface on Win32
and on Unix systems including Linux, OSX, and Cygwin;
- Builtin functions that provide the most common features of
programs like grep, sed, and awk;
- Active filesystem monitoring, where the build automatically
restarts whenever you modify a source file.
|
|
|
|
so the shared library now works as well. Thanks to Matt Thomas for vax
asm help.
|
|
* Bug fixes
|
|
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.11 Fri, 07 May 2010 19:32:37 +0200
* Improve distribution metadata.
0.10 Sat, 01 May 2010 20:32:59 +0200
* Fix documentation typo ( Andrew Rodland).
|
|
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.3.10
- Add exit_repl attribute as a non-signal related way to indicate the REPL should stop running.
1.3.9_02
- resolve rt.cpan#45879 by implementing Term::ReadLine::Perl support for ReadLineHistory
- resolve rt.cpan#55491 by skipping Interrupt test for win32
1.3.9_01
- Completion works with Term::ReadLine::Perl, which works in win32 etc
|
|
Upstream changes:
1.44 2010-04-26T17:33:02
* Restored the `Makefile.PL` by using Module::Build::Compat's
"traditional" configuration.
1.43 2010-04-21T02:33:59
* Reduced prereq for Test::More to 0.62, prereq for Pod::Simple to 3.05,
and added File::Spec to the list of prereqs. The prerequisites were
needlessly high, and by reducing them Test::Pod can rely on the core
versions of those modules in on Perl 5.8.8. Thanks to Chris Wittmer for
the patch.
|
|
Upstream changes:
1.212 Sun 9 May 2010
Summary:
- Minor bug fixes and development support
Details:
- Fixed #48819: Bug in ForLoop back-compatilbilty warning
- Added support for $ENV{X_TOKENIZER} --> $PPI::Lexer::X_TOKENIZER
1.211_01 Sun 21 Feb 2010
Summary:
- Experimentation support and bug fixes
Details:
- Upgraded to Module::Install 0.93
- Added support for $PPI::Lexer::X_TOKENIZER, so that alternate
experimentatal tokenizers can be swapped in for testing.
- Added an extra 14_charsets.t case to validate we handle byte
order marks properly.
- Moved author tests from t to xt to reduce spurious test failures
in CPAN Testers, when the testing modules change across versions
- Fixed #26082: scalar { %x } is misparsed
- Fixed #26591: VMS patch for PPI 1.118
- Fixed #44862: PPI cannot parse "package Foo::100;" correctly
- Fixed #54208: PPI::Token::Quote::Literal::literal is missing due
to case-sensitivity error
|
|
Upstream changes:
0.09 Fri, 07 May 2010 22:11:49 +0200
* Improve distribution metadata.
|