C/C++/objc are supported. Others are welcome to add the rest, and there're
probably other things to be fixed/done as well that I didn't notice.
Only tested by me on NetBSD/i386 4.99.19, where it works well.
Comprehensive, high performance, small footprint multimedia communication
libraries written in C language for building embedded/non-embedded VoIP
applications.
* Command line option support
* Icon theme support
* Now builds a working executable on systems with newer libglade
* New GTK+ file chooser button
* Replaced about dialog with stock GTK+ one
* Completely revamped build system
* Lots of new translations
* Other minor cleanups and fixes
includes the following fixes:
--Disable damage notification on move for manually redirected windows
--Disable back-filling of windows created with bg=none
--Untested fix for problems with offscreen pixmaps using XAA
Enjoy!
All changes between 0.3.0 and 0.3.1:
* Fixed commandline function invocation
* Fixed QSA using bad qmake
* Fixed --enable-release option in configure script
* Xpdf code cleanup (removed unused files)
* Fixed possible unicode string handling errors
* Added checks for QTDIR and QMAKESPEC to ./configure
* Compilation fixes for gcc-4.3 (thanks to Martin Michlmayr for patch)
* Added german translation (thanks to Andreas Mantke)
* Updated Xpdf to 3.01pl2 (some security bugs were fixed)
* Fixed unicode file name handling
* LC_ALL and LC_MESSAGES env. variables are now processed, not only LANG
* .qm files are now (re)compiled when running qmake in src/gui
* Setting units in options now does not break when changing locale
* Added settings to change initial focus
* Added tooltips for line width, font face and font size selection boxes
* In configure, --enable-release is turned on by default
(use --disable-release to turn it off)
* Files README, Changelog and doc/AUTHORS are now installed
to documentation directory with "make install"
* Fixed about window not showing all text if font size is too big
* Fixed icon cache freeing data prematurely, causing ineffectivity
and possibly crashes
* Minor bugfixes
1.11 Mon Apr 23 13:31:15 2007
- updated JSON::PP
1.10 Wed Apr 18 15:49:00 2007
- added JSON::PP (will be renamed JSON)
- fixed typo in JSONRPC.pm (rt#25605 by CMANLEY)
- advanced the error handling of JSON::Parser
- added t/16-scalarobj.t, t/17-tied.t
1.09 Wed Mar 28 06:40:56 2007
- fixed 14-utf8.t and Converter.pm for old Perl version(v5.6)
1.08 Mon Mar 26 20:39:05 2007
- fixed rt#25727 replace utf8 characters with the appropriate escape sequences.
14-utf8.t was effected by this change.
- fixed rt#25291 (and pasha sadri's report)
JSON::Converter can handle blessed scalar ref.
- fixed rt#25162 JSON::Converter can handle tied variable.
- fixed JSON::Converter::_valueToJson's hex bug pointed by Paul Seamons.
1.07 Mon Jun 5 00:17:11 2006
- fixed treating octal numbers of JSON::Converter (was broken since 1.04)
reported by Jose Alves de Castro and Rocco Caputo.
- added utf8::encode emulator (less than Perl5.8 ) but no test!
suggested by philip.tellis[at]gmail.com
1.06 no released
- modified JSON::Converter's %esc value