Age | Commit message (Collapse) | Author | Files | Lines |
|
ruby18-base: bug fix update
ruby18-curses: bug fix update
ruby18-tk: bug fix update
Revisions pulled up:
- devel/ruby-curses/distinfo 1.20
- lang/ruby/rubyversion.mk 1.48
- lang/ruby18-base/distinfo 1.39
- x11/ruby-tk/distinfo 1.23
---
odule Name: pkgsrc
Committed By: taca
Date: Tue Jun 16 15:08:38 UTC 2009
Modified Files:
pkgsrc/devel/ruby-curses: distinfo
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby18-base: distinfo
pkgsrc/x11/ruby-tk: distinfo
Log Message:
Update Ruby packages to 1.8.7.174 (1.8.7-p174).
* Fix critical problem of BigDecimal class in 1.8.7-p173.
Fri Jun 12 16:36:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
in r23613. [ruby-talk:338957]
|
|
p5-Compress-Raw-Zlib: security update
Revisions pulled up:
- devel/p5-Compress-Raw-Zlib/Makefile 1.9
- devel/p5-Compress-Raw-Zlib/distinfo 1.7
- devel/p5-Compress-Raw-Zlib/patches/patch-aa 1.3
---
Module Name: pkgsrc
Committed By: sno
Date: Sat Apr 11 22:35:29 UTC 2009
Modified Files:
pkgsrc/devel/p5-Compress-Raw-Zlib: Makefile distinfo
pkgsrc/devel/p5-Compress-Raw-Zlib/patches: patch-aa
Log Message:
PkgSrc changes:
- Updating module to 2.017
Upstream changes:
2.017 28 March 2009
* Added 'LimitOutput' option
* Removed MAN3PODS from Makefile.PL
* Fixed coring issue when LimitOutput was used.
* Documented Compress::Raw::Zlib::zlib_version()
* Documented Compress::Raw::Zlib::deflateReset()
[RT #40566]
|
|
ruby-curses: security update
ruby-readline: security update
lang/ruby18-base: security update
ruby-tk: security update
Revisions pulled up:
- devel/ruby-curses/distinfo 1.19
- devel/ruby-readline/Makefile 1.26-1.27
- lang/ruby/rubyversion.mk 1.46
- lang/ruby18-base/PLIST 1.15
- lang/ruby18-base/distinfo 1.38
- lang/ruby18-base/patches/patch-bi delete
- x11/ruby-tk/distinfo 1.22
---
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 20 00:58:30 UTC 2009
Modified Files:
pkgsrc/devel/ruby-readline: Makefile
Log Message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:45:34 UTC 2009
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173).
- Add LICENSE.
- Update RUBY18_PATCHLEVEL to 173.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:46:47 UTC 2009
Modified Files:
pkgsrc/lang/ruby18-base: PLIST distinfo
Removed Files:
pkgsrc/lang/ruby18-base/patches: patch-bi
Log Message:
Update ruby18-base package to 1.8.7.173 (Ruby 1.8.7-p173).
Mon Jun 8 10:58:41 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so check
with another method.
Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid
segmentation fault caused by (insanely) long decimal values.
backported from 1.9. CVE-2009-1904
* ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_to_i,
BigDecimal_to_f, BigDecimal_to_s, BigDecimal_split,
BigDecimal_inspect): ditto.
Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
exp is bigger than DBL_MANT_DIG.
Wed Jun 3 21:16:30 2009 Tanaka Akira <akr@fsij.org>
* file.c: include fcntl.h for O_RDONLY on Solaris.
Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* util.c (rv_strdup): macro to duplicate nul-terminated string.
[ruby-core:22852]
* util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at [ruby-core:22604].
Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at [ruby-core:22604].
Wed Jun 3 21:05:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
[ruby-core:22600]
Wed Jun 3 20:54:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_eval): needs to guard intermediate string objects.
based on a patch from Brent Roman <brent AT mbari.org> a
[ruby-core:22584].
Tue May 26 21:24:01 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
* Makefile.in (update-rubyspec, test-rubyspec): Catch up to
rubyspec merge. A patch by Brian Ford at [ruby-core:21032]
Tue May 26 21:21:49 2009 Akinori MUSHA <knu@iDaemons.org>
* lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal
method name typo. [Bug #1173]
Tue May 26 21:16:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_s_extname): fix for spaces before extention.
[ruby-dev:38044]
Tue May 26 21:09:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (_CrtDbgReportW): prevent from false positive
assertions in msvcrtd. [ruby-core:22116]
Tue May 26 21:02:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.
[ruby-talk:328195], [ruby-core:22142]
Tue May 26 21:00:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.
Patch by Kornelius Kalnbach. [ruby-core:20992].
* test/ostruct/test_ostruct.rb: test for inspect.
Patch by Kornelius Kalnbach. [ruby-core:20992].
Tue May 26 20:50:32 2009 Tanaka Akira <akr@fsij.org>
* eval.c (rb_thread_schedule): handle EBADF of select as well.
[ruby-core:21264]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:47:36 UTC 2009
Modified Files:
pkgsrc/devel/ruby-curses: distinfo
Log Message:
Update ruby-curses pakcage to 1.8.7.173 (1.8.7-p173).
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:48:07 UTC 2009
Modified Files:
pkgsrc/devel/ruby-readline: Makefile
Log Message:
Update ruby-readline package to 1.8.7.173 (1.8.7-p173).
Reset PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:48:38 UTC 2009
Modified Files:
pkgsrc/x11/ruby-tk: distinfo
Log Message:
Update ruby-tk package to packages to 1.8.7.173 (1.8.7-p173).
|
|
Security update
Revisions pulled up:
- pkgsrc/devel/apr-util/Makefile 1.10
- pkgsrc/devel/apr-util/distinfo 1.6
Module Name: pkgsrc
Committed By: tron
Date: Mon Jun 8 13:19:20 UTC 2009
Modified Files:
pkgsrc/devel/apr-util: Makefile distinfo
Log Message:
Update "apr-util" package to version 1.3.7. Changes since version 1.3.4:
- SECURITY:
Fix a denial of service attack against the apr_xml_* interface
using the "billion laughs" entity expansion technique.
- SECURITY: CVE-2009-0023 (cve.mitre.org)
Fix underflow in apr_strmatch_precompile.
- Minor build and bug fixes.
- SECURITY: CVE-2009-0023 (cve.mitre.org)
Fix underflow in apr_strmatch_precompile.
- Fix off by one overflow in apr_brigade_vprintf.
- APR_LDAP_SIZELIMIT should prefer LDAP_DEFAULT_LIMIT/-1 when the
SDK supports it, but in the absence of LDAP_DEFAULT_LIMIT (and
LDAP_NO_LIMIT/0) it is not safe to use a literal -1.
Bug 23356
- Clean up ODBC types. Warnings seen when compiling packages for
Fedora 11.
- Use of my_init() requires my_global.h and my_sys.h.
- Fix apr_memcache_multgetp memory corruption and incorrect error
handling. Bug 46588
- Fix memcache memory leak with persistent connections.
Bug 46482
- Add Oracle 11 support.
- apr_dbd_freetds: Avoid segfault when process is NULL.
Do no print diagnostics to stderr. Never allow driver to exit
process.
- apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
or sybdb.h.
- LDAP detection improvements: --with-ldap now supports library names
containing non-alphanumeric characters, such as libldap-2.4.so. New
option --with-lber can be used to override the default liblber name.
Fix a problem reporting the lber library from apu-N-config.
- Suppress pgsql column-out-of-range warning.
- Fix a buffer overrun and password matching for SHA passwords.
- Introduce DSO handling of the db, gdbm and ndbm drivers, so these are
loaded as .so's on first demand, unless --disable-util-dso is configured.
- Fix a segfault in the DBD testcase when the DBD modules were not present.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/apr-util/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/apr-util/distinfo
|
|
Security update
Revisions pulled up:
- pkgsrc/devel/cscope/Makefile 1.50
- pkgsrc/devel/cscope/distinfo 1.19
Files deleted:
- pkgsrc/devel/cscope/patches/patch-ae
- pkgsrc/devel/cscope/patches/patch-af
- pkgsrc/devel/cscope/patches/patch-ag
- pkgsrc/devel/cscope/patches/patch-ah
- pkgsrc/devel/cscope/patches/patch-ai
- pkgsrc/devel/cscope/patches/patch-aj
- pkgsrc/devel/cscope/patches/patch-ak
- pkgsrc/devel/cscope/patches/patch-al
- pkgsrc/devel/cscope/patches/patch-am
- pkgsrc/devel/cscope/patches/patch-an
- pkgsrc/devel/cscope/patches/patch-ao
- pkgsrc/devel/cscope/patches/patch-ap
Module Name: pkgsrc
Committed By: tron
Date: Sat May 23 09:04:02 UTC 2009
Modified Files:
pkgsrc/devel/cscope: Makefile distinfo
Removed Files:
pkgsrc/devel/cscope/patches: patch-ae patch-af patch-ag patch-ah
patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao
patch-ap
Log Message:
Update "cscope" package to version 15.7a. This version fixes the
security vulnerability reported in CVE-2009-0148.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/cscope/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/cscope/distinfo
cvs rdiff -u -r1.10 -r0 pkgsrc/devel/cscope/patches/patch-ae
cvs rdiff -u -r1.9 -r0 pkgsrc/devel/cscope/patches/patch-af
cvs rdiff -u -r1.6 -r0 pkgsrc/devel/cscope/patches/patch-ag \
pkgsrc/devel/cscope/patches/patch-ai
cvs rdiff -u -r1.7 -r0 pkgsrc/devel/cscope/patches/patch-ah
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/cscope/patches/patch-aj
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/cscope/patches/patch-ak \
pkgsrc/devel/cscope/patches/patch-al pkgsrc/devel/cscope/patches/patch-ap
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/cscope/patches/patch-am \
pkgsrc/devel/cscope/patches/patch-an pkgsrc/devel/cscope/patches/patch-ao
|
|
libffi: portability fix
Revisions pulled up:
- devel/libffi/Makefile 1.11 via patch
- devel/libffi/distinfo 1.12
- devel/libffi/patches/patch-aa 1.8
- devel/libffi/patches/patch-ae 1.1
- devel/libffi/patches/patch-af 1.1
- devel/libffi/patches/patch-ag 1.1
---
Module Name: pkgsrc
Committed By: he
Date: Tue May 26 12:27:12 UTC 2009
Modified Files:
pkgsrc/devel/libffi: Makefile distinfo
pkgsrc/devel/libffi/patches: patch-aa
Added Files:
pkgsrc/devel/libffi/patches: patch-ae patch-af patch-ag
Log Message:
Update from version 3.0.8nb1 to 3.0.8nb2.
Pkgsrc changes:
o Add portability to the various mips-based NetBSD ports.
The self-tests even complete without any unexpected failures.
|
|
libffi: build fix
Revisions pulled up:
- devel/libffi/Makefile 1.10
- devel/libffi/distinfo 1.11
- devel/libffi/patches/patch-aa 1.7
---
Module Name: pkgsrc
Committed By: rh
Date: Fri Apr 17 22:45:52 UTC 2009
Modified Files:
pkgsrc/devel/libffi: Makefile distinfo
Added Files:
pkgsrc/devel/libffi/patches: patch-aa
Log Message:
Attempt to make this build on NetBSD/powerpc. While at it, correctly set
INFO_FILES to 'yes'. Bump PKGREVISION.
|
|
ruby18-base: security update
ruby18-curses: security update
ruby18-tk: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.45
- lang/ruby18-base/Makefile 1.50
- lang/ruby18-base/distinfo 1.36
- lang/ruby18-base/patches/patch-dg delete
- lang/ruby18-base/patches/patch-dh delete
- lang/ruby18-base/patches/patch-dj delete
- devel/ruby-curses/distinfo 1.18
- x11/ruby-tk/distinfo 1.21
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 16 17:10:17 UTC 2009
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
Bump Ruby 1.8.7's patch level to 160.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 16 17:11:12 UTC 2009
Modified Files:
pkgsrc/lang/ruby18-base: Makefile distinfo
Removed Files:
pkgsrc/lang/ruby18-base/patches: patch-dg patch-dh patch-dj
Log Message:
Update ruby18-base-1.8.7.160 (1.8.7-p160).
This release is counterpart of 1.8.6-p368, so many bugs are fixed
since the latest 1.8.7. Check the ChangeLog for more details.
Especialy, including workarounds for CVE-2007-1558 and CVE-2008-1447.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 16 17:12:18 UTC 2009
Modified Files:
pkgsrc/devel/ruby-curses: distinfo
Log Message:
Update distinfo refelecting update to Ruby 1.8.7-p160.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 16 17:12:42 UTC 2009
Modified Files:
pkgsrc/x11/ruby-tk: distinfo
Log Message:
Update distinfo refelecting update to Ruby 1.8.7-p160.
|
|
ptlib: package list fix
Revisions pulled up:
- devel/ptlib/Makefile 1.8
- devel/ptlib/PLIST 1.6
---
Module Name: pkgsrc
Committed By: cube
Date: Mon Apr 13 18:34:25 UTC 2009
Modified Files:
pkgsrc/devel/ptlib: Makefile PLIST
Log Message:
Fix PLIST, bump PKGREVISION. PR#41199 by Bernd Ernesti.
|
|
epydoc: fix destdir support
Revisions pulled up:
- devel/epydoc/Makefile 1.12
---
Module Name: pkgsrc
Committed By: joerg
Date: Mon Apr 6 17:02:15 UTC 2009
Modified Files:
pkgsrc/devel/epydoc: Makefile
Log Message:
Fix destdir.
|
|
On by default, so no change to the package.
Slight pkglint cleanup while here.
Requested by Jake Kupersmith on pkgsrc-users.
|
|
Fixes a build problem, so no revision bump.
OK'ed by wiz@
|
|
the directories and all implementations of tar but pax-as-tar honour
those when running as root.
|
|
pango mismatch noted by reed@.
|
|
Treat all Atoms as '-march=core2 -mtune=pentium'
|
|
---------------------
A couple regessions where found in the 1.13 release. The pyrex-generated C
extensions are missing from the .tar.gz and .zip files. Documentation on how
to generate GNU ChangeLogs is wrong.
BUG FIXES:
* Change ``./bzr``'s ``_script_version`` to match ./bzrlib/__init__.py
version_info. (Bob Tanner, Martin Pool, #345232)
* Distribution archives for 1.13 do not contain generated C extension
modules (Jean-Francois Roy, Bob Tanner, #344465)
* GNU ChangeLog output can now be produced by bzr log --format
gnu-changelog is incorrect (Deejay, Bob Tanner, Martin Pool,
Robert Collins, #343928)
* ``merge --force`` works again. (Robert Collins, #342105)
|
|
|
|
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
|
|
only scheme. Properly distinguish FreeBSD and DragonFly case to prevent
further confusion. Differs from the patch in the PR as it forces the
correct branch to be used.
Bump revision of libtool-base. Claim ownership.
|
|
|
|
|
|
compiler detection.
Oked by joerg@ and rhaen@
|
|
Version bump
if's need else's. Fix previous commit
Wrap force_align_arg_pointer in HAVE_I386
Add AltiVec detection support for OpenBSD
Fix double free on failed arm_init
Add SSE detection support for OpenBSD
init: shortcut benchmarking, if there is only one runable implementation.
Add x86_64/amd64 to unaligned access whitelist
Add cris to unaligned access whitelist
remove ltdl.m4
Clean up function prototypes used for casting
bump version
Remove ' DATA' from symbol list
Add srcdir to includes for out-of-source builds
Fix cpu detection on OS/X
Add avg2_32xn_u8
|
|
|
|
infrastructure supports this properly (thanks joerg!).
|
|
Some shell code cleanups while here.
Tested by apb.
Bump PKGREVISION.
|
|
Changes in 2.26.0:
* Fix distcheck
* Fix valgrind warning
* Translation updates (Thanks to all tranlators!)
Changes in 2.25.92:
* #566801 Docking+undocking all makes the buttons disappear and
crashes if you use "Reset dock layout" (Sebastien Granjoux)
* #573522 More patches for GDL (Joel Holdsworth)
* Small documentation update
Changes in 2.25.91:
* Added some gtk-doc documentation (Joel Holdsworth)
* Cleaned-up gtk+ includes (Pedro Fragoso)
|
|
# As of 2009-03-22 gdt@NetBSD.org knows 1.6.0 is out, but is
# intentionally waiting until post-2009Q1 and until there is enough
# experience with 1.6.0 before subjecting pkgsrc users to it. Update
# will probably come mid to late April; comments welcome.
|
|
|
|
Packages Collection.
The Perl 5 module Moose::Autobox provides an implementation of
SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using
a hierarchy of roles in a manner similar to what Perl 6 might do.
This module, like Class::MOP and Moose, was inspired by my work on
the Perl 6 Object Space, and the 'core types' implemented there.
|
|
|
|
Collection.
The Perl 5 module autobox::Core wraps perl's built-in functions for
manipulating numbers, strings, arrays, hashes, and code references.
It can be handy to use built-in functions as methods to avoid messy
dereferencing syntaxes and parentheses pile ups.
The autobox module lets you call methods in scalars that aren't
object references but perl but does not itself provide any methods
to call. That is left to the user or another module, for example,
autobox::Core.
autobox::Core is a stub module. It is merely glue, presenting
existing functions with a new interface. Besides built-ins that
operate on hashes, arrays, scalars, and code references, some Perl
6-ish things were thrown in, and some keyword like foreach have
been turned into methods.
|
|
|
|
Collection.
The Perl 5 module autobox provides an autobox pragma. It allows
methods to be called on integers, floats, strings, arrays, hashes,
and code references in exactly the same manner as blessed references.
The autoboxing is transparent: boxed values are not blessed into
their (user-defined) implementation class (unless the method elects
to bestow such a blessing) - they simply use its methods as though
they are. The classes (packages) into which the native types are
boxed are fully configurable. By default, a method invoked on a
non-object is assumed to be defined in a class whose name corresponds
to the ref() type of that value - or SCALAR if the value is a
non-reference. This mapping can be overriden by passing key/value
pairs to the use autobox statement, in which the keys represent
native types, and the values their associated classes.
|
|
=============
Version 1.6.0
=============
What's New
==========
- Fixed selection interface in interface viewer plugin (bug #574783).
- Added an informative window title (bug #574103).
- Fixed empty padding issue in prefs dialog (bug #574101).
- Ported script recorder to gtksourceview2 (bug #574100).
- Don't allow the set_range to change the value of our accessible (bug #572201).
New And Updated Translations
============================
- Lucas Lommer (cs)
- Ask Hjorth Larsen (da)
- Hendrik Richter (de)
- Marios Zindilis (el)
- David Lodge (en_GB)
- Ilkka Tuohela (fi)
- Claude Paroz (fr)
- Suso Baleato (gl)
- Milo Casagrande (it)
- Takeshi AIHANA (ja)
- Vytautas Rėkus (lt)
- Ani Peter (ml)
- wadim dziedzic (pl)
- Rui Batista (pt)
- Yuri Kozlov (ru)
- Baris Cicek (tr)
==============
Version 1.5.91
==============
What's New
==========
- Provide a $srcdir (bug #570332).
- Don't use _() in i18n.py.
New And Updated Translations
============================
- Iñaki Larrañaga Murgoitio (eu)
- Gabor Kelemen (hu)
- Manoj Kumar Giri (or)
- Tomasz Dominikowski (pl)
- Duarte Loreto (pt)
- Laurent Dhima (sq)
- Theppitak Karoonboonyanan (th)
- Clytie Siddall (vi)
=============
Version 1.5.9
=============
What's New
==========
- Updated translations.
- Fixed bug #563284. Deleting editable text using the interface viewer plugin
will now function as expected.
- Fixed bug #520296. Added context for "Bookmarks" for translation.
- Fixed bug #569341. Use C_() instead of Q_() for translation.
- Updated PO files for msgctx.
New And Updated Translations
============================
- Daniel Nylander (sv)
- Gil Forcada (ca)
- Joan Duran (ca)
- Alexander Shopov (bg)
- Chao-Hsiung Liao (zh_HK, zh_TW)
- Jorge Gonzalez (es)
- Kjartan Maraas (nb)
=============
Version 1.5.5
=============
What's New
==========
- Updated translations.
- Fixed bug #547778. Trunk fails to build.
New And Updated Translations
============================
- Marios Zindilis (el)
=============
Version 1.5.4
=============
What's New
==========
- Updated translations.
- Fixed bug #564776. Accessible names that contain an ampersand (&) or a
less-than (<) character will now be shown in the interface viewer plugin.
New And Updated Translations
============================
- Gabor Kelemen (hu)
- Funda Wang (zh_CN)
- Daniel Nylander (sv)
=============
Version 1.5.2
=============
What's New
==========
- Updated translations.
- Added proper context to the term 'View' for i18n (bug #520296).
Thanks Wouter Bolsterlee!
- No longer highlight the entire desktop when a node is updated to
the desktop.
- Disable event monitoring if the event being listened for
disappears.
- Catch exceptions when getting states during state changes.
- Do not highlight an accessible on the desktop if the duration it
is selected is 0.
- Fixed bug #555416. Set process name to 'accerciser'.
- Fixed bug #555108. Changed "left plugin display area" to "right
plugin display area". Thanks Lucas Lommer!
- Fixed bug #561598. Display each target of a relation instead of
displaying the first target repeatedly.
New And Updated Translations
============================
- Petr Kovar (cs)
- Jorge González (es)
- Kjartan Maraas (nb)
|
|
This is a bugfix release.
* fixed version number build from tarball
* fix allow_read logic for hgweb
* improve handling of damaged revlogs in verify
* keep .orig files when resolving
* clear resolve state properly when rebasing
* improve --command handling with bisect
* fix diff against bundles
* improve fetch logic for inactive branches
* fix diffstat with notify
* fix 'synthetic file adds' in CVS conversion
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module Hash::Util::FieldHash::Compat use Hash::Util::FieldHash
or ties, depending on availability. Under older perls this module
provides a drop in compatible api to Hash::Util::FieldHash using
perltie. When Hash::Util::FieldHash is available it will use that
instead. This way code requiring field hashes can benefit from
fast, robust field hashes on Perl 5.10 and newer, but still run on
older perls that don't ship with that module. See Hash::Util::FieldHash
for all the details of the API.
|
|
|
|
|
|
The Linux operating system (OS) is evolving rapidly to improve
performance and to provide new features. This evolution, however,
makes it difficult to maintain platform-specific code such as device
drivers. Indeed, an evolution in a driver support library often
triggers the need for multiple collateral evolutions in dependent
device drivers, to bring the drivers up to date with the new library
API. Currently, collateral evolutions are mostly done manually.
The large number of drivers, however, implies that this approach
is time-consuming and unreliable, leading to subtle errors when
modifications are not done consistently. Moreover, as these collateral
evolutions are often poorly documented, the resulting maintenance
is difficult and costly, frequently introducing errors. If a driver
maintainer becomes unavailable, the driver quickly falls behind
the rest of the OS.
In this project, we propose a language-based approach to address
the problem of collateral evolution in drivers. Specifically, we
are developing the development environment, Coccinelle, that provides
a transformation language for precisely expressing collateral
evolutions and an interactive transformation tool for applying
them. The key idea of Coccinelle is to shift the burden of collateral
evolution from the driver maintainer to the OS developer who performs
the original OS evolution, and who thus understands this evolution
best. In our vision, the OS developer first uses the Coccinelle
transformation language to write a semantic patch describing the
required collateral evolution in device drivers and then uses the
Coccinelle transformation tool to validate the semantic patch on
the drivers in the Linux source distribution. When he has confidence
in the correctness of the semantic patch, he distributes it for
use by the maintainers of other drivers. Overall, Coccinelle will
provide a means for formally documenting collateral evolutions and
for easing the application of these evolutions to driver code.
|
|
1.19 2009-03-21
- make sure the outstream fd inside the readline library is in
sync (see http://bugs.debian.org/236018)
- fixes to be more CPAN Testers friendly
- t/readline.t does not use visible bell for "make test"
- Makefile.PL requires perl 5.7.0 or later. (Use
Term::ReadLine::Gnu-1.09 for older Perl.)
- Makefile.PL exits 0 when /dev/tty cannot be opened.
- INSTALL
add description of the -DPERL_USE_SAFE_PUTENV issue. If
you encounter a segmentation fault, read it.
Oked by he@
|
|
0.05 Wed 11 Mar 2009
- Upgrade previous release to a stable release.
0.04_01 Tue 3 Mar 2009
- Merge Unicode / BOM fixes from YAML::Tiny
Oked by he@
|
|
2009-03-02 - 3.9
Allow inner packages when in a one file situation (suggestion from Christopher Brown)
Fix bug with requiring skipped packages (from Jos Boumans)
Oked by he@
|
|
0.84 Wed 11 Mar 2009
- Adds support for $ENV{HOME} on Darwin
- Other bug fixes on Darwin (MIYAGAWA)
0.83_01 Sat 1 Nov 2008
- Patch from Darin McBride to fix user_home on Darwin.
Oked by he@
|
|
Oked by tron@ and he@
|
|
|
|
Val(a)IDE is an Integrated Development Environment (IDE) for the
Vala programming language.
Features:
* Syntax highlighting for Vala
* Project compilation
* Plugins:
o Symbols browser
o Tasks manager
|
|
Fixed up a few things so that it passes pkglint.
|
|
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.10 Fri March 06 17:34:00 EST 2009
- Removed unneeded debugging code from one of the tests, which was
causing installation errors for people that didn't already have
Data::Dump installed. (jjnapiork)
0.09 ...
- Added MooseX::Types::Util::has_available_type_export($p, $n) to
allow introspection of available types for other libraries wanting
to use type export names for type specifications.
|