=============
Version 1.1.1
=============
Nautilus Sendto
* Add plugin to allow sending files to UPNP Media Servers
* Add plugin to allow sending files through Empathy
* Add plugin to send files to be burnt through nautilus-cd-burner
(currently disabled by default)
* Allow sending remote files when GVFS FUSE is available
* Stop (null) showing up in the contact entry (Evolution)
* Try to avoid the wrong contact being selected when using
Enter to validate the selection (Evolution)
* Use "Alias" instead of "Name" so Bluetooth addresses only
show up when the Name isn't available (Bluetooth)
* Show an icon for Bluetooth devices (Bluetooth)
* Remember last used Bluetooth device (Bluetooth)
* Sort the contacts alphabetically (Pidgin)
GtkHTML-3.24.3 2009-01-12
-------------------------
Bug Fixes:
#553995: evolution crashed with SIGSEGV in gtkhtml_editor_set_changed() (Paul Bolle)
#555388: Undo table create locked up client (Milan Crha)
#562323: Evolution inserts a link incorrectly (Matthew Barnes)
#565491: Don't strip leading whitespace when inserting text (Matthew Barnes)
#565493: Formatting destroyed when marking text with keyboard (Matthew Barnes)
#566014: Evolution does not use selected background color inside table in mail message (Matthew Barnes)
#567130: glade GUI is not localized with evolution (Takao Fujiwara)
* What's changed ?
==================
- Make sure sound events are played through the correct devices. (#564370)
- Fixed crash on missed call.
- Do not show the assistant after an upgrade for which Ekiga was already successfully setup.
- Added settings migration from Ekiga 2.0.x.
- Allow answering/rejecting calls from the main window even if we use notifications.
- Do not try refreshing SUBSCRIBE requests for which the 200 OK contains an expire time of 0.
- Fixed sending ACK request to incorrect address when particular types of proxies are being used.
- Fixed test for CANCEL receipt on INVITE clearing call.
- Ignore multiple forked CANCEL messages.
- Fixed issue with registration to a non-standard port.
- Fixed restarting timers if get pathological response to a transaction with incorrect Cseq header field.
- Fixed missing route set on SIP commands in a dialog when using outbound proxy.
2008-11-27 07:50 rjongbloed
* [r21641] version.h:
Update version number for beta v3.4.4
2008-12-05 02:15 rjongbloed
* [r21704] include/opal.h, samples/mobileopal/MobileOpalDlg.cpp,
src/java/OpalLineAppearanceStates.java,
src/java/OpalMessageType.java, src/java/OpalMessage_m_param.java,
src/java/OpalParamRegistration.java,
src/java/OpalStatusLineAppearance.java,
src/java/exampleConstants.java, src/java/exampleJNI.java,
src/java/java_swig_wrapper.c, src/opal/opal_c.cxx:
Back ported "C" API version 13 to Wolf release.
2008-12-09 07:40 rjongbloed
* [r21731] src/opal/manager.cxx:
Fixed transmission frame rate, set by user, actually being used.
Should just be clamped to remote's maximum, not using the
remote's maximum all the time.
2008-12-09 07:48 rjongbloed
* [r21732] .:
Fixed transmission frame rate, set by user, actually being used.
Should just be clamped to remote's maximum, not using the
remote's maximum all the time.
2008-12-10 02:13 rjongbloed
* [r21748] include/opal.h, samples/c_api/main.c,
src/java/OpalParamGeneral.java, src/java/exampleJNI.java,
src/java/java_swig_wrapper.c, src/opal/opal_c.cxx,
src/win32/opal_dll_2005.vcproj:
Added ability to set media options in "C" API.
2008-12-10 02:36 rjongbloed
* [r21750] src/sip/sipcon.cxx:
Fixed missing route set on SIP commands in a dialog when using
outbound proxy.
2008-12-10 02:41 rjongbloed
* [r21751] samples/mobileopal/MobileOPAL.vcproj,
samples/mobileopal/MobileOPALppc.rc,
samples/mobileopal/MobileOPALsp.rc,
samples/mobileopal/MobileOpalDlg.cpp,
samples/mobileopal/OptionsGeneral.cpp,
samples/mobileopal/OptionsGeneral.h,
samples/mobileopal/OptionsH323.cpp,
samples/mobileopal/OptionsH323.h,
samples/mobileopal/OptionsSIP.cpp,
samples/mobileopal/OptionsSIP.h, samples/mobileopal/Resourcesp.h,
samples/mobileopal/ScrollableDialog.cpp,
samples/mobileopal/ScrollableDialog.h,
samples/mobileopal/resourceppc.h:
Added video to MobileOPAL sample.
2008-12-10 04:13 csoutheren
* [r21753] plugins/video/H.263-1998/h263-1998.h:
Ensure frame buffer is correctly aligned
Thanks to Matthias Schneider
2008-12-10 04:59 rjongbloed
* [r21756] include/opal/mediafmt.h, src/opal/manager.cxx:
Added common video format names to default media format order.
2008-12-10 05:54 rjongbloed
* [r21759] src/codec/opalpluginmgr.cxx, src/opal/mediastrm.cxx,
src/opal/patch.cxx:
Fixed OpalManager max RTP payload size parameter not being
honoured all the way to the codec plug in.
Also added log message if the plug in codec fails to create a
context.
2008-12-10 06:43 rjongbloed
* [r21761] samples/codectest/main.cxx:
Added ability to set max RTP packet size in codec test.
2008-12-11 00:26 rjongbloed
* [r21767] src/sip/sippdu.cxx:
Fixed restarting timers if get pathological response to a
transaction with incorrect Cseq header field.
2008-12-11 07:13 rjongbloed
* [r21770] include/sip/sippdu.h, src/sip/sippdu.cxx:
Fixed issue with registration to a non-standard port.
2008-12-14 23:27 rjongbloed
* [r21796] ., src/sip/sipcon.cxx:
Fixed test for CANCEL receipt on INVITE clearing call, should be
based on transaction ID not dialog ID so correctly ignores
multiple forked CANCEL messages.
2008-12-16 12:11 rjongbloed
* [r21813] src/sip/sipcon.cxx:
Fixed merge error in previous patch.
2008-12-19 06:10 rjongbloed
* [r21844] ., src/sip/sippdu.cxx:
Fixed sending ACK to incorrect address when particular types of
proxies are being used.
2009-01-06 21:29 dsandras
* [r21898] src/sip/handlers.cxx:
Backport from TRUNK. Do not try refreshing SUBSCRIBE requests for
which the
200 OK contained an expire time of 0. In that case we should
simply consider
we are unsubscribed.
2008-10-17 09:06 rjongbloed
* [r21385] version.h:
Update version number for beta v3.4.3
2008-11-04 23:05 rjongbloed
* [r21452] ., src/h323/channels.cxx:
Fixed incorrect H.245 VideoFastUpdate being sent.
2008-11-05 04:02 rjongbloed
* [r21457] ., include/codec/opalplugin.h:
Update some defines so can build newer plug in codecs with older
OPAL libraries.
2008-11-05 06:42 rjongbloed
* [r21459] samples/openphone/main.cxx, samples/openphone/main.h:
Fixed error in OpenPhone codec display source protocol name.
2008-11-10 00:05 rjongbloed
* [r21487] ., src/codec/opalpluginmgr.cxx:
Fixed frame rate, and I-Frame count statistics.
2008-11-10 03:50 rjongbloed
* [r21488] samples/openphone/main.cxx, samples/openphone/main.h,
samples/openphone/openphone.wxg, samples/openphone/openphone.xrc:
Added button to OpenPhone configure dialog to test video capture
device, e.g. camera
2008-11-12 20:52 dsandras
* [r21504] plugins/LID/VPB/Makefile.in:
Applied patch from Elaine Xiong <elaine xiong sun com> to fix
compilation on OpenSolaris with SUN compiler. Thanks!
2008-11-17 08:00 rjongbloed
* [r21539] ., src/sip/handlers.cxx:
Probable fix for deadlock issue on interface change.
2008-11-19 05:34 rjongbloed
* [r21556] src/h323/h323.cxx:
Fixed behaviour of incoming H.323 calls not being answered under
some circumstances, caused by incorrect state.
2008-11-19 05:34 rjongbloed
* [r21557] src/opal/connection.cxx:
Small code tidy up of OpalConnection::AnsweringCall() to remove
redundant tests.
2008-11-20 00:44 rjongbloed
* [r21562] ., src/sip/handlers.cxx:
Fixed correct "quoting" of URL when explicit REGISTER contact
address specified.
2008-11-20 01:31 rjongbloed
* [r21564] src/sip/handlers.cxx, src/sip/sippdu.cxx:
A registrars seems to require a "tag" field on the From header.
The specification (RFC3261/10.2) makes no mention of requiring
this and the tag field is intended for creating a "dialog".
Dialogs are only required for INVITE and SUBSCRIBE commands, and
the specification does explicitly say REGISTER does NOT create a
dialog.
Go figure.
2008-11-20 01:32 rjongbloed
* [r21565] src/sip/sipep.cxx:
Fixed default expiry time for old style SIP Register() function.
2008-11-20 03:24 rjongbloed
* [r21568] include/h323/h323ep.h, include/opal/endpoint.h,
src/h323/h323ep.cxx:
Fixed correct propagation of local user name when set in
OpalManager to alias list of H.323 endpoint.
2008-11-20 03:53 rjongbloed
* [r21570] src/h323/gkclient.cxx:
Changed gatekeeper discovery so does not try and use interfaces
for which there is no signalling channel listening.
2008-11-23 21:12 ms30002000
* [r21600] plugins/aclocal.m4, plugins/configure,
plugins/configure.ac:
Fix CFLAGS order in order to allow overwriting.
2008-11-25 05:10 rjongbloed
* [r21620] include/opal/mediafmt.h, src/codec/iLBCmf.cxx:
Fixed issue in iLBC speed negotiation when not using plug in.
2008-11-26 02:04 rjongbloed
* [r21625] src/lids/lidep.cxx:
Fixed LID support for media types other than audio, e.g. fax.
2008-11-27 03:44 rjongbloed
* [r21631] src/codec/rfc2833.cxx, src/opal/rtpconn.cxx:
Fixed propagation of CNG tone through the RFC2833 subsystem.
Problem with the case of the 'X' and 'Y' codes.
Fixed correct duration code sent to call back function for
received RFC2833 data. Previously had a timestamp value in there.
Fixed some trace logs and comments to agree with code.
2008-11-27 07:47 rjongbloed
* [r21638] version.h:
Update version number for beta v2.4.4
2008-12-01 22:59 rjongbloed
* [r21668] ., configure.ac, include/ptbuildopts.h.in:
Fix for Microsoft SAPI moving libraries.
2008-12-04 02:01 rjongbloed
* [r21695] ., include/ptclib/psockbun.h, src/ptclib/psockbun.cxx:
Split socket bundling mutexes so can access interface list while
the client list is locked. Preventing deadlock.
Fixed handling of "interface only" form of binding, i.e. one that
is "%interfaces" and has no address. Now correctly starts up if
the interface happens to be down at initialisation time.
2008-12-04 04:09 rjongbloed
* [r21699] ., include/ptlib/msos/ptlib/vidinput_directx.h,
samples/vidtest/main.cxx, samples/vidtest/vidtest_2005.vcproj,
src/ptlib/msos/vidinput_directx.cxx:
Added support for camera grabbing on Windows Mobile using
DirectShow.
Enhanced video test application so can work with OS that has no
console.
2008-12-05 07:05 rjongbloed
* [r21707] ., include/ptbuildopts.h.in,
include/ptlib/msos/ptlib/contain.h, include/ptlib/wince/cevfw.h,
include/ptlib/wm/cevfw.h, src/ptlib/common/pglobalstatic.cxx,
src/ptlib/msos/Console_2005.vcproj, src/ptlib/msos/vfw.cxx,
src/ptlib/wince/ConsoleCE/cevfw.cpp, src/ptlib/wm/cevfw.cpp:
Removed Video for Windows empty functions that make it look like
Windows Mobile supports VfW when it doesn't. Should just not
support it!
2008-12-10 01:39 rjongbloed
* [r21744] src/ptlib/msos/vfw.cxx:
Added ability to have fixed size video output window, with image
scaled to fit. Useful when screen real estate is limited like on
PDAs.
2008-12-10 02:03 rjongbloed
* [r21746] src/ptlib/common/vconvert.cxx,
src/ptlib/common/videoio.cxx, src/ptlib/msos/PTLib_2005.vcproj,
src/ptlib/msos/vidinput_directx.cxx:
Fixes for camera grabbing on Windows Mobile, MEDIASUBTYPE_YV12
appears to be identical to YUV420P even though documentation
implies V & U planes are reversed.
2008-12-10 07:42 rjongbloed
* [r21763] src/ptlib/msos/vfw.cxx:
If Video Output window position is not specified, centre window
on parent window, or screen if no parent.
2008-12-17 06:52 csoutheren
* [r21822] src/ptlib/common/collect.cxx:
Prevent uninitialised variables error in valgrind cause by not
copying deleteKeys flag across when cloning sets and
dictionaries.
Backport from head
2008-10-17 09:03 rjongbloed
* [r21382] version.h:
Update version number for beta v2.4.3
2008-10-21 08:54 csoutheren
* [r21398] src/ptclib/pvidfile.cxx:
Added assert if constructed regexes do not compile
Backport from trunk
2008-10-21 08:56 csoutheren
* [r21399] src/ptlib/common/contain.cxx:
Added assert if constructed regexes do not compile
Back port from trunk
2008-10-21 08:57 csoutheren
* [r21400] src/ptclib/pvfiledev.cxx:
Remove incorrect use of extended regexes that don't work on Linux
2008-10-26 19:57 ms30002000
* [r21412] make/plugins.mak:
Fix plugins linking with --as-needed thanks to Vitaly Lipatov.
2008-10-27 01:48 csoutheren
* [r21414] src/ptlib/unix/osutil.cxx:
Bring over Windows implementation of PTextFile functions.
Backport from head
2008-10-28 17:53 ms30002000
* [r21416] include/ptlib/msos/ptlib/sound_win32.h,
src/ptlib/msos/sound_win32.cxx:
Fix ugly crash in PSoundchannelWin32 -
When using the "Default" device os_handles = -1 seem
to be used, leading to crashes when the PSoundchannelWin32
object is being destroyed but the buffers are still being
accessed...
2008-11-07 02:15 rjongbloed
* [r21467] include/ptclib/psockbun.h, include/ptlib/ipsock.h,
src/ptclib/psockbun.cxx, src/ptlib/msos/ethsock.cxx,
src/ptlib/unix/socket.cxx:
Added function to wait for route table or network interface
change. Currently only a Windows implementation.
Changed socket bundling code (with a both of a clean up) to use
the above function.
Added ability for external applications to speed up the interface
detection by calling PInterfaceMonitor::GetInstance().Start() at
any time they like.
2008-11-07 05:58 rjongbloed
* [r21471] src/ptlib/msos/ethsock.cxx:
Fixed new route table change function to be compatible with older
versions of Windows.
2008-11-07 06:00 rjongbloed
* [r21472] include/ptlib/msos/ptlib/sound_directsound.h,
src/ptlib/msos/sound_directsound.cxx:
Added missing function to get opened DirectSound device name.
2008-11-07 06:53 rjongbloed
* [r21475] ., src/ptlib/common/videoio.cxx:
Back ported from trunk the improved default video selection
algorithm.
2008-11-11 13:22 csoutheren
* [r21501] src/ptlib/common/sockets.cxx:
Remove obsolete requirement for hostnames to start with alpha
char
Backport from trunk
2008-11-12 23:48 rjongbloed
* [r21506] include/ptlib/msos/ptlib/vidinput_directx.h,
include/ptlib/videoio.h, ptlib_samples_2005.sln,
samples/vidtest/main.cxx, samples/vidtest/vidtest_2005.vcproj,
src/ptlib/common/vconvert.cxx, src/ptlib/common/videoio.cxx,
src/ptlib/msos/vidinput_directx.cxx:
Major rewrite of DirectSHow camera grabber code, in an attempt to
a) make it more understandable and b) support Windows Mobile.
Added (partial) support for YVU420P format, aka YV12. Same as
YUV420P but V/U planes swapped.
Added GetDeviceCapabilities() for an already open Video Input
device.
Enhanced and updated the PTLib sample for video testing.
2008-11-12 23:57 rjongbloed
* [r21508] src/ptlib/common/osutils.cxx:
Fixed Windows Mobile trace log to debugstream being double
spaced.
2008-11-20 04:36 csoutheren
* [r21572] include/ptclib/url.h, src/ptclib/url.cxx:
Ensure copied PURLs get unique query and parameter lists
Backport from head
2008-11-20 05:31 csoutheren
* [r21579] include/ptlib/svcproc.h, src/ptlib/common/osutils.cxx:
Backport code from trunk to remove warnings
2008-11-20 05:32 rjongbloed
* [r21580] ., src/ptlib/msos/ethsock.cxx:
Disable global optimization in MSVC for one function to avoid a
crash. Who knows why?
2008-11-20 12:56 rjongbloed
* [r21583] ., include/ptlib/svcproc.h, src/ptlib/msos/svcproc.cxx:
Fixed compiler/streams compatibility.
2008-11-24 08:18 rjongbloed
* [r21612] src/Makefile, src/ptlib/unix/svcproc.cxx:
Fixed issues with strange link errors to do with Service Process
logging. Why now? Who knows?
2008-11-26 01:22 rjongbloed
* [r21623] src/ptlib/unix/socket.cxx:
Fixed hang on Linux (at least with gcc 4.3.1), thanks Jan
Willamowius
ioquake3 is a game engine project which aims to build upon id Software's Quake
3 source code release. The source code was released on August 20, 2005 under
the GPL.
The project's goal is to create a bug-free, enhanced open source Quake 3
source code distribution upon which new games and projects can be based, as
well as an improved version (in relation to the original binaries) of the
engine for playing Quake III: Arena, the Team Arena expansion pack and all the
popular mods.
Pkgsrc changes:
o Add a BUILD_DEPENDS for the tests
Upstream changes:
0.601 (01.09.2009) - John Siracusa <siracusa@gmail.com>
* Fixed an uninitialized value warning in Rose::HTML::Text.
Pkgsrc changes:
o Adjust dependencies to fit requirements
Upstream changes:
0.44 8 January 2009
! Fix for OpenOffice.org GENERAL format.
http://rt.cpan.org/Public/Bug/Display.html?id=7206
Thanks to Niko Tyni and the Debian Perl team
+ Perltidyed source and added standard headers and Pod sections
to all modules.
0.43 7 January 2009
+ Restructured and rewrote the main documentation. This is the start of
a general refactoring. If you would like to keep up to date with it
keep an eye on the Spreadsheet::ParseExcel Google Group.
http://groups.google.com/group/spreadsheet-parseexcel
+ Added worksheets() Workbook method to iterate over the Worksheet objects.
+ Added unformatted() method to get a Cell's unformatted value.
+ Renamed public methods RowRange(), ColRange() and Cell() to row_range(),
col_range() and get_cell(). Old methods are still available.
! Turned on compatibility_mode() by default in SaveParser to avoid SP3
problems.
! Fixed minor SaveParser bug with font rotation.
http://rt.cpan.org/Public/Bug/Display.html?id=41626
============
gedit 2.24.3
============
New Features and Fixes
======================
- Backport some bugfixes from the developement version
New and updated translations
============================
- Alexander Shopov (bg)
- Priit Laes (et)
- Shankar Prasad (kn)
* fixed crash bug when scrolling with cursor keys in editor
* fixed X11 crash bug when scaling images with width/height less than 32
* fixed X11 crash bug when blitting masked title screens over background
* fixed growing steel wall to also leave behind steel wall
* fixed custom element change conditions where a player element is used
* fixed bug with player relocation while the player switches an element
* fixed problems with re-mapping players on playfield to input devices
* fixed wrong behaviour of player option "no centering when relocating"
* added condition "deadly when " for custom elements
* added possibility to reanimate player immediately after his death
* added "element used as action parameter" to element change actions
* added optional initial inventory for players (pre-collected elements)
* added change page actions "set player inventory" and "set CE artwork"
* added switch for EM style dynamite "[ ] explodes with chain reaction"
* moved "level settings" and "editor settings" to two tabbed screens
* added level setting to start a level with always the same random seed
* added CE action "set random seed" to re-initialize random seed in game
- Add support for getifaddrs() and enable on NetBSD - submitted back to
exim bugzilla as http://bugs.exim.org/show_bug.cgi?id=802
- Increase size of addrbuf[512] used in old style ioctl() version of
os_common_find_running_interfaces()
Fixes issue on NetBSD 5.0