Age | Commit message (Collapse) | Author | Files | Lines |
|
== Ruby-GNOME2 0.18.1: 2008-10-23
This release is bug fix release of 0.18.0.
=== Changes
Ruby/GTK2:
* fix a bug that init function is deleted. [Kouhei Sutou]
|
|
|
|
Changes in 2.24.1
* Fix #541694 - new modules and packaged are not displayed in dialog until the project is reloaded
* Fixed some warnings
* Translation updates: ar, sk
Changes in 2.24.0
* Removed gdl-gnome dependency
* Fix format string bugs
* Translation updates: ru, hu, cs, da, ml, ar, tr, ja, it, de, nl, en_GB, fr, nb, gu, fi, eu, pt
Changes in 2.23.90
* Bumped version to be consistent with gnome releases.
* Fixed bug #517047 - Port to GOption
* Replace deprecated INCLUDES with AM_CPPFLAGS
* Add a new chooser to select pkg-config modules in the target configuration
(related to bug #393679)
* Fixed bug #463561 and bug #538952 - Removed deprecated and unused build
code thus removing the regex depency
* Fixed bug #522715 - Typo & missing libglade-2.0 entry in configure.in
* Fixed bug #475244 - Do not add AC_SUBST() after PKG_CHECK_MODULE
* Translation updates: et, ar, es, ca, sv, pt_BR, mr, fi, eu, pt,
nb, he, sq, zh_HK, zh_TW, gl, th, oc, bg
Changes in 0.3.0
* Fixed #515997 – Fails to build from source
* Added methods to access the list of pkg-config packages required for
building the project (to be used for symbol autocompletion for example).
* Added a conveniece check for the returned packages
* Fixed two mem-leaks.
Changes in 0.2.3
* Check for Locale::gettext which is required.
* Translation updates for si, pt, fi, gl, en_GB, nb, ne, es, th, fr and de.
Changes in 0.2.2
* COPYING: Fixed license.
* Fixed bug #503526 (translation issues)
* Translation updates for eu, es, sv, nb, fi, oc, pt, ar and pt_BR.
Changes in 0.2.1
* Fixed #476315 - Anjuta set _LDADD for shared object
* Fixed #475280 - _HEADERS not defined
* Added support for SRC_SUBDIRS like it's used in gtk+
* Add support for check_PROGRAM (bug #474617)
* Improve gnome-build EXTRA_DIST support (bug #463408)
* Added localisation through gettext()
* Migrated to use po/LINGUAS
* Changed variable detection rule to also match ${VAR} (bug #450604)
* Removed check_LTLIBRARIES restriction, added expanding vars in
SUBDIRS (bug #450604)
* Append data to a macro rather than overwrite it if an assignment
is split into several lines (#510351)
|
|
Changes in 2.24.0
* Fixed dataroot problem
* Removed old code (and as such gnome-vfs dependency)
* Translation updates: he, sr, ar, et, hr, mr
Changes in 2.23.90
* Version increased to match gnome releases.
* Use smaller buttons to waste less space
* Port to the GtkTooltip API (fixes #457562)
* Fixed bug #529457 - Superfluous condition
* Fixed bug #539288 - Use gtype macros instead of the deprecated gtk ones.
* Translation updates: da, tr, el, it, zh_TW, zh_HK, ru, ar, vi,
bg, th, ps, sq, pt_BR, mr
|
|
Changes:
0.60 Fri October 25, 2008
* Moose::Exporter
- Passing "-traits" when loading Moose caused the Moose.pm
exports to be broken. Reported by t0m. (Dave Rolsky)
- Tests for this bug. (t0m)
* Moose::Util
- Change resolve_metaclass alias to use the new
load_first_existing_class function. This makes it a lot
simpler, and also around 5 times faster. (t0m)
- Add caching to resolve_metaclass_alias, which gives an order
of magnitude speedup to things which repeatedly call the
Moose::Meta::Attribute->does method, notably MooseX::Storage
(t0m)
* Moose::Util::TypeConstraint
- Put back the changes for parameterized constraints that
shouldn't have been removed in 0.59. We still cannot parse
them, but MooseX modules can create them in some other
way. See the 0.58 changes for more details. (jnapiorkowski)
- Changed the way subtypes are created so that the job is
delegated to a type constraint parent. This clears up some
hardcoded checking and should allow correct subtypes of
Moose::Meta::Type::Constraint. Don't rely on this new API too
much (create_child_type) because it may go away in the
future. (jnapiorkowski)
* Moose::Meta::TypeConstraint::Union
- Type constraint names are sorted as strings, not numbers.
(jnapiorkowski)
* Moose::Meta::TypeConstraint::Parameterizable
- New parameterize method. This can be used as a factory method
to make a new type constraint with a given parameterized
type. (jnapiorkowski)
- added tests (jnapiorkowski)
|
|
Changes:
0.68 Fri October 25, 2008
* Class::MOP
- Make load_class require by file name instead of module name.
This stops confusing error messages when loading '__PACKAGE__'.
(Florian Ragwitz)
- Add load_one_class_of function to enable you to load one of a
list of classes, rather than having to call load_class multiple
times in an eval. (t0m)
|
|
|
|
This is a very simple Moose role which provides a CGI like param
method.
I found that I had written this code over and over and over and
over again, and each time it was the same. So I thought, why not
put it in a role?
|
|
|
|
|
|
|
|
Ruby-EET allows you to read and write EET files from Ruby code.
Support for Ruby object serialization to EDD (EET Data Descriptor)
format is given.
|
|
Changes:
- Fixes to data codecs (data descriptors).
- Fixes for non-existing files opened READ/WRITE and other
miscellanouse bugs found.
- Speedups for decoding and lookups, make inline-image decode better
on some platforms and add signed-eet file support as well as opening
eet files from memory.
|
|
|
|
* Update version number for beta v3.4.2
* Fix system speex detection.
* Simplify setting of LIBS and CFLAGS.
* Fix H.261 on solaris.
Thanks to Elaine Xiong from SUN.
* Fixed line endings
* Fixed inclusion of RFC2833 (DTMF) capability in H.323 calls,
thanks Hannes Friederich
* Fixed bug in "C" API when message callback function is used
instead of the normal message queue. Thanks Yuriy Cherniavsky
* Fixed SIP INVITE loop detection, forked INVITE request arriving
over multiple paths.
* Applied patch:
[ 2119085 ] "userinput" disables "fax" for H.323
Thanks Vyacheslav Frolov
* Note some parts of H.323 still use the numerical form as it is
fundamental to the protocol so H323Capability has acquired the
DefaultAudioSessionID etc enumeration.
* Added IVR sample application.
* Fixed IVR media format list being altered by
OpalCall::OpenSourceMediaStreams() due to container class
referencing single instance.
* Fixed release of the call when audio channel ends. IVR cannot
continue when no more audio being sent.
* Fixed local party URL so does not use a username (meaningless),
but uses the VXML reference as the part after the "ivr:".
* Added parameter to ivropal set the SIP or H.323 listening
interfaces
* Fix static x264 compilation.
* Fix H.264 helper filename on windows.
* Mechanism for forking (over multiple interfaces) the register was
incorrect, The specification is typically vague on the subject as
it only goes in to detail on forking with respect to INVITE.
However the new technique is believed to be compliant by me at
least!
* When registering, should include all possible interfaces.
Especially UDP and TCP should both be registered.
* When registering should also do the appropriate STUN handling,
depending on if registrar is "inside" or "outside".
* Parsing of a URI that is quoted by <> but has no "" based display
name was incorrect and would the URI as display name.
* Parsing of sips URI when quoted by <> would fail completely.
* Creation of a sips URI from username and transport address was
broken as well. When fixing this also prevented default transport
from being included in URI.
* Added mutex when writing simultaneous transactions to same
transport, could sometimes cause packet to go out incorrect
interface.
* Fixed incorrect LID caller line ID field being used for display
name.
* Fixed crash if H.323 OLC opens codec that fails to be createad
late in the process.
* Adapt to libavcodec's new interface 52.
* Also trigger the presence callback when the NOTIFY body is empty.
It is desirable for the client to know something happened.
* Update wxWidgets version in OpenPhone ReadMe.txt instructions.
* Fixed interoperability issues with Cisco call manager, working
around an annoying bug with the Cisco.
* Killed the ununsed .major and .major.minor symlinks.
The SONAME has always referred to the .major.minor.build lib
* Fixed OpenPhone about box.
* Fix H.264 flags to request I-frames thanks to Mauro Davi.
* Improved LID logging so indicates reason why line was not
selected.
* Added some H.261 and H.263 annexes to H.263
* Added command line argument to codec tester so can adjust any
media option on the encoder.
* Added OpenPhone menu and dialog to do transmit video control, in
particular, changing the target bit rate.
* Reversed stupid change
* Fixed issue with propagating changes to media options to
transcoders and streams in a patch.
* Added video frame rate to OpenPhone statistics.
* Fixed phantom "busy" detect in LID.
* Fixed incorrect line type (pots/pstn) selection.
* Fixed using any line if cannot find specificity requested line,
should return "busy" if the line is not available.
* Changed ring detect so increments count on "rising edge" of ring
cadence. Reduces delay after caller ID is received and routing
call.
* Added function to get at OpalLine from OpalLineConnection.
* Fixed DevStudio compile/link issues with some options removed, in
particular IAX2 and H.323. Have gone through every header file
and made sure that they are all subject to the #defines in
opal/buildops.h. Reported by Giorgio Alfarano.
* Also made sure they all have consistent #defines for multiple
inclusion, reported by Stefano Sabatini.
* Fixed numerous retries using the same authentication credentials.
If the first time doesn't work due to bad username or password
and nothing changes then is highly unlikely to work one of the
other 9 times it retries!
* Added priority field when have multiple interfaces being
registered. Always prioritise the interface the register as being
talked to on.
* Fixed listening interfaces port when mapped by STUN being
included as first interface in the listener list.
* Fixed problem in forked INVITE where remote can be seen my
multiple interfaces, a race exists between CANCEL of second
dialog and it being accepted by the remote server with a 200 OK.
* Fixed numerous retries using the same authentication credentials.
If the first time doesn't work due to bad username or password
and nothing changes then is highly unlikely to work one of the
other 9 times it retries!
* Change error for a SIP BYE on a call already destroyed from "405
Method not allowed" to more reasonable "481 Transaction/call does
not exist"
* Windows Mobile build fixes
* Added user defined tone in LIDs.
* Backport from TRUNK (Deal with endpoints that use spaces and ; as
seperators in the same FMTP string. Sheesh!).
* Fixed some Linux weirdness where the first attempt to do TCP
listen exclusive prevents the second attempt to listen with
REUSEADDR flag set. The reason the code tries one and then the
other is lost in the mists of time, so lets just make it do one
OR the other and see what gives.
* Also, fixed being able to specify socket re-use address mode (a
trailing '+' in address string) without a port. Now something
like "*+" will work, listening on all interfaces in non-exclusive
mode.
* Fix second case where simpleopal tries to use SDL for both output
and preview video
Backport from trunk
* Fixed race condition where if reply from SIP server is so fast
that it gets in before the second PDU of a forked query, the
second PDU is sent via the incorrect interface.
* Fixed printing of new LID tone.
* Fixed missing party B address when originating PSTN call.
|
|
* Fix static linking for mingw.
* Move the defaults so we can overwrite them depending on the
platform.
* Finally fix static and dynamic plugins on mingw.
* Fixed being able to pass a ip%interface form of address string to
a PIPSocket::Address and it still works correctly, using the ip
part if there.
* Add the joined Makefile to the stable branch. Do not use it yet.
* Also delete static lib on make clean.
* Fixed correct upper/lower case comparisons as per RFC952 for
domain names, which is not locale dependent, remove use of
toupper().
* Killed the ununsed .major and .major.minor symlinks.
The SONAME has always referred to the .major.minor.build lib.
* Switch the Makefiles in v2_4 like it was already done in trunk.
* Removed obsolete comment...
* Fixed gcc warning. Backport from TRUNK.
* Fixed Windows Speech API search directory to be more flexible.
* Make vfw configurable.
* STUN was not working with Open NAT.
* Applied patch for VXML not starting if not yet loaded and then
not being started if later does get loaded. Thanks Antonio
Rivera.
* Fixed incorrect port displayed in trace log for STUN, very
confusing.
* Make sure CreateSocketPair also works with open nat.
* Fixed problem with "interface only" ip addresses not being parsed
correctly on Windows Mobile systems.
* Windows Mobile build fixes
* More fixes to VXML, thank you Antonio Rivera
* Ensure Windows video output devices are available when using MSVC
and not just MingW
Backport from trunk
* Allow video file output device to work with new files
Backport from trunk
* Fixed problem with PSafeCollection destructor deleting objects
even if they still have a PSafePtr referencing them.
* Fix compilation without vfw.
|
|
the one that comes with the tarball.
|
|
Test for the wrapper and if it does not exist fall back to auto-detection
PKGREVISION++
|
|
|
|
Cproto is a program that generates function prototypes and variable
declarations from C source code. It can also convert function definitions
between the old style and the ANSI C style. This conversion overwrites the
original files, so make a backup copy of your files in case something goes
wrong.
The program isn't confused by complex function definitions as much as other
prototype generators because it uses a yacc generated parser. By ignoring all
the input between braces, I avoided implementing the entire C language grammar.
|
|
|
|
What's new in version 1.20.1:
=============================
* bugfix for #502793 (fix symbol conflict with dprintf).
|
|
|
|
|
|
The latest code is only found in the boehm-gc CVS repository (see
Makefile.version for information). I had to take this from there,
as there were bug fixes.
This library was imported primarily for the [hopefully]
upcoming audio/pulseaudio package.
TODO: Add support for NetBSD atomic ops?
This package provides semi-portable access to hardware provided
atomic memory operations. These might allow you to write code:
- That does more interesting things in signal handlers.
- Makes more effective use of multiprocessors by allowing you to write
clever lock-free code. Note that such code is very difficult to get
right, and will unavoidably be less portable than lock-based code. It
ia also not always faster than lock-based code. But it may occasionally
be a large performance win.
- To experiment with new and much better thread programming paradigms, etc.
As the latest code for this library is only available via CVS, this package
provides a snapshot.
|
|
libgweather 2.24.1
==================
libgweather
* Make sure the returned strings are UTF-8 (Minoru Hashima, Dan)
* Code cleanups (Dan)
* Fix crash if a timezone in Locations.xml is not known (Dan)
* Use the proxy settings (Dan)
* Add weather_info_network_error() API to know the type of error
when getting the weather (Dan)
Locations.xml
* Mexican states of Chihuahua, Nayarit, Sinaloa, and Sonora are in
Mountain Time, not Central Time (Christopher Aillon)
Misc
* Distribute gweather.defs so python bindings are buildable (Emilio
Pozuelo Monfort)
* Add -lm to the build (Frederic Peters, Dan)
Translators
* Alaksandar Navicki (be@latin)
* Fábio Nogueira (pt_BR)
* Vasiliy Faronov (ru)
* Danishka Navin (si)
|
|
Major changes in 2.24.1 were:
* Fix build error
* Translation updates
|
|
|
|
|
|
NEW in 0.21:
============
Updated translations: hi, ar, it, sr, sr@latin, pt.
Many thanks to the translators: Rajesh Ranjan, Djihed Afifi, Luca
Ferretti, Goran Rakić, Duarte Loreto, Francesco Marletta, Khaled
Hosny.
NEW in 0.20:
============
- Fixed #499050, fix build against xulrunner 1.9 (Josselin Mouette)
- Fixed #537093, Does not build with gcc 4.3.0 (Cosimo Cecchi)
- Fixed #539624, Crashes when copying text with xulrunner 1.9 (Claudio Saavedra)
- Updated translations: vi, kn, sr, or, mr
Many thanks to the translators: Clytie Siddall, Shankar Prasad, Goran
Rakic, Manoj Kumar Giri, Sandeep Shedmake.
|
|
2.24.1
======
Translators
- Khaled Hosny (ar)
- Dawa pemo (dz)
- Claude Paroz (fr)
- Luca Ferretti (it)
- Vladimir Melo (pt_BR)
|
|
libgsf 1.14.10
Jody:
* Patch some coverity issues [189, 250, 251]
Morten:
* Work around sshfs bug. [#509883]
* Support tar archives.
* Improve gsf support for broken archives. [#553861]
* Avoid a critical for bad ole2. [#554848]
|
|
Overview of changes between 1.22.0 and 1.22.1
=============================================
- Fix crasher when freeing PangoLayoutIter's
- Fix loading of bogus OpenType anchor tables
- Fix OpenType CursiveChain positioning
- Misc bug fixes
- Bugs fixed in this release:
Bug 528272 – "Error loading GPOS table 5503" when using katakana
characters
Bug 552107 – Small libtool fixes
Patch by Patryk Zawadzki
Bug 539623 – document that pango_color_parse accepts NULL
Bug 555219 – Memory leak when using pango_layout_iter_copy
Patch from Falk Rohsiepe
Bug 553345 – Japanese pangram.
Patch from Takeshi AIHANA
|
|
This release adds 64-bit Mach-O PIC support, --prefix and --suffix
options for naming globals, and support for newly specified AVX/AES
instructions not in the original spec. It also generates a GOTPCREL
relocation for "rel wrt ..gotpc" and optimizes non-strict push to
byte size in all possible cases, along with several other fixes.
|
|
Overview of Changes from GLib 2.18.1 to GLib 2.18.2
===================================================
* Bugs fixed:
553724 python interpreter path not patched in correctly
553857 gbacktrace.h requires signal.h
554790 g_convert() misbehaves with winiconv versions
555314 mem leak in gmarkup
554970 segfault when update-desktop-database is not available...
555121 Improved build-time handling of gio module-dir
555711 Wrong fallback order of mimetype icons
556334 Warning when building without selinux support
* Updated translations:
Arabic (ar)
Danish (da)
Estonian (et)
Gujarati (gu)
Norwegian (nb)
Polish (pl)
Brazilian Portugese (pt_BR)
Romanian (ro)
Russian (ru)
Serbian (sr)
Tamil (ta)
|
|
|
|
Version 0.9.4
http://svn.edgewall.org/repos/babel/tags/0.9.4/
(Aug 25 2008, from branches/stable/0.9.x)
* Currency symbol definitions that is defined with choice patterns in the
CLDR data are no longer imported, so the symbol code will be used instead.
* Fixed quarter support in date formatting.
* Fixed a serious memory leak that was introduces by the support for CLDR
aliases in 0.9.3 (ticket #128).
* Locale modifiers such as "@euro" are now stripped from locale identifiers
when parsing (ticket #136).
* The system locales "C" and "POSIX" are now treated as aliases for
"en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to
Manlio Perillo for the suggestion.
* Fixed JavaScript extraction for regular expression literals (ticket #138)
and concatenated strings.
* The `Translation` class in `babel.support` can now manage catalogs with
different message domains, and exposes the family of `d*gettext` functions
(ticket #137).
|
|
py-gobject-shared>=${PKGVERSION}, not just any old py-gobject-shared.
This should fix a problem in which py25-gobject-2.15.4 was happy to
depend on the much older py-gobject-shared-2.14.2, but other packages
that depended on py25-gobject-2.15.4 thought that it was incomplete.
Bump PKGREVISION.
|
|
|
|
Collection.
Releasing a new version of software (Perl module) takes a lot of
steps... finding the next version number (and making sure you didn't
already use that version number before), making sure your changelog
is updated, making sure your "make dist" results in a tarball that
builds, commiting changes (with updated version number), tagging,
and uploading the tarball somewhere. Or maybe more steps. Or not
some of the above. Maybe you forgot something! And maybe you manage
multiple projects, and each project has a different release process.
You want to be hacking, not jumping through hoops. Your contributors
want to see their patches actually make it into a release, which
won't happen if you're afraid of releases. shipit automates all
the hell. It makes life beautiful.
|
|
== Ruby-GNOME2 0.18.0: 2008-09-30
This release fixes some memory leak bugs and has new
experimental packages.
=== Changes
Ruby/GLib:
* mkmf-gnome2.rb: add check_cairo. [Kouhei Sutou]
* fixed memory leaks. [Kouhei Sutou]
* [#2110165] Gdk::Pixbuf memory leak
* install glib-enum-types.h. [Andy Spencer]
* [#2106938] Install glib-enum-types.h
Ruby/GTK2:
* add GTK+ 2.12 related bindings. [Guillaume Cottenceau]
* fixed initialize order. [Kouhei Sutou]
* [#2113491] Incorrect initialize order (compiling with mingw)
Ruby/GooCanvas [NEW][EXPERIMENTAL]:
* added. [Kouhei Sutou]
Ruby/Pango:
* fixed memory leaks. [Kouhei Sutou]
Ruby/GtkSourceView2 [NEW][EXPERIMENTAL]:
* add. [yselkowitz]
|
|
Changes:
0.59 Tue October 14, 2008
* Moose
- Add abridged documentation for builder/default/initializer/
predicate, and link to more details sections in
Class::MOP::Attribute. (t0m)
* Moose::Util::TypeConstraints
- removed prototypes from all but the &-based stuff (mst)
* Moose::Util::TypeConstraints
- Creating a anonymous subtype with both a constraint and a
message failed with a very unhelpful error, but should just
work. Reported by t0m. (Dave Rolsky)
* Tests
- Some tests that used Test::Warn if it was available failed
with older versions of Test::Warn. Reported by Fayland. (Dave
Rolsky)
- Test firing behavior of triggers in relation to builder/default/
lazy_build. (t0m)
- Test behavior of equals/is_a_type_of/is_a_subtype_of for all
kinds of supported type. (t0m)
* Moose::Meta::Class
- In create(), do not pass "roles" option to the superclass
- added related test that creates an anon metaclass with
a required attribute
* Moose::Meta::TypeConstraint::Class
* Moose::Meta::TypeConstraint::Role
- Unify behavior of equals/is_a_type_of/is_a_subtype_of with
other types (as per change in 0.55_02). (t0m)
* Moose::Meta::TypeConstraint::Registry
- Fix warning when dealing with unknown type names (t0m)
* Moose::Util::TypeConstraints
- Reverted changes from 0.58 related to handle parameterized
types. This caused random failures on BSD and Win32 systems,
apparently related to the regex engine. This means that Moose
can no longer parse structured type constraints like
ArrayRef[Int,Int] or HashRef[name=>Str]. This will be
supported in a slightly different way via MooseX::Types some
time in the future. (Dave Rolsky)
|
|
Changes:
0.67 Tue October 14, 2008
* Class::MOP::Class
- Call a method on the class after setting the superclass list
so that we can get Perl to detect cycles before MRO::Compat
spirals into an infinite loop (sartak)
- Reported by Schwern, [rt.cpan.org #39001]
- In create(), pass unused options on to initialize()
- added test for this
|
|
PKGREVISION++
|
|
|
|
ncc is a compiler that produces program analysis information. ncc
is a decent replacement of cflow and cscope able to analyze any
program using the gcc compiler. The program also includes a
graphical call-graph navigator and source browser which is extremely
practical for hacking and comprehending large projects.
|
|
Since both devel/eet and wip/eet have the same version, wip/eet will be
removed shortly.
|
|
In brief:
-Q option is not taken into account
Add initial support for clearcase
Added support for Git repositories
Emma support
Initial support for JMX Agent
See http://src.opensolaris.org/source/history/opengrok/trunk/ for all the
details.
|
|
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
|
|