<ChangeLog>
* [BUGFIX] Fixed issue #141 part 1: Possible protocol desyncs when clients send
wrong protocol is now fixed. (See issue 141 for more details)
* [BUGFIX] Fixed issue #141 part 2: Connection of multiple slaves used to result
from time to time into corrupted protocol send to slaves connected
after the first one. (See issue 141 for more details)
* [BUGFIX] Do not propagate DEBUG LOADAOF.
* New INFO contains information such as ip/port/state for every conneced slave.
* Show GCC version in INFO output.
</ChangeLog>
- make apache2x module cleanup more strict so addon modules will not remove LoadModule lines insert by apache2x.
For example apache own proxy_scgi_module could be removed during deinstall of mod_scgi
- remove apache13 module pkg-plist cleanup
with hat apache@
Qt is the only third party library it is dependent on. Users need
to a have working knowledge of C++ and Qt basics (Signals and Slots
and Qt data types). The underlying TCP socket and the XMPP RFCs
(RFC3920 and RFC3921) have been encapsulated into classes and
functions. Therefore the user would not be bothered with these
details. But it is always recommended to the advanced users to read
and enjoy the low level details.
WWW: http://code.google.com/p/qxmpp/
PR: ports/163967
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
been provided as an LGPL-licensed stand-alone software library to allow other
softwares that handle LAS data to read and write LASzip-compressed data. The
BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip
to read and write compressed data.
LASzip is completely lossless. It compresses bulky LAS files into compact LAZ
files that are only 10-20 percent of the original size, accurately preserving
every single bit.
PR: ports/163956
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: glarkin@ (mentor)
- Skins added: Atir, Clearlooks, ICY, pcland, nativeRed.
- Cleanup port by moving skins and options out of main port Makefile and into
their respective Makefiles (Makefile.options, Makefile.skins)
- Update maintainer address
PR: ports/161845
Submitted by: Jeff Burchell <toxic at doobie.com>
Approved by: maintainer, crees (mentor), rene (mentor)
- Delete CONFLICTS, cad/gtkwave is no more [1]
- Port installs icons now, use INSTALLS_ICONS
- Use update-desktop-database to register filetype associations
PR: ports/163987 [1]
Submitted by: maintainer [1]
Also, switched from default lua interpreter to luajit - a Lua Just-In-Time compiler
for speed-up lua module based applications (nginx's configurations).
Fix issue with %%PREFIX%% substitution for lua module.