Trac is an enhanced wiki and issue tracking system for software development
projects. Trac uses a minimalistic approach to web-based software project
management. Our mission; to help developers write great software while
staying out of the way. Trac should impose as little as possible on a
team's established development process and policies.
It provides an interface to Subversion, an integrated Wiki and convenient
report facilities.
ok sturm@
correctly, fix build in lots of cases, since there is a HUGE number of
things gst will try to pick up.
fix the framework for MULTI_PACKAGES to not do insane stuff, and simplify
the main Makefile greatly.
Set up SHARED_ONLY.
Some more clean-up to do.
Someone will have to come up with descriptions and comments more accurate,
and do more plugins testing...
relevant portion of the official ChangeLog:
- Fraps FPS1 video decoder
- Snow video encoder/decoder
- Sonic audio encoder/decoder
- Vorbis audio decoder
- Macromedia ADPCM decoder
- Duck TrueMotion 2 video decoder
- support for decoding FLX and DTA extensions in FLIC files
- H.264 custom quantization matrices support
- ffserver fixed, it should now be usable again
- QDM2 audio decoder
- Real Cooker audio decoder
- TrueSpeech audio decoder
- WMA2 audio decoder fixed, now all files should play correctly
- RealAudio 14.4 and 28.8 decoders fixed
- JPEG-LS encoder and decoder
- CamStudio video decoder
- build system improvements
- tabs and trailing whitespace removed from the codebase
- AIFF/AIFF-C audio format, encoding and decoding
- ADTS AAC file reading and writing
- Creative VOC file reading and writing
- American Laser Games multimedia (*.mm) playback system
- Zip Blocks Motion Video decoder
- Improved Theora/VP3 decoder
- True Audio (TTA) decoder
- AVS demuxer and video decoder
also, bktr(4) support has been integrated upstream, and most of the
source patches in the port are no longer necessary.
OK brad@
Versions of this module prior to 2.17 were incorrectly
using 8 byte IVs when generating the old-style RandomIV style header
(as opposed to the new-style random salt header). This affects data
encrypted using the Rijndael algorithm, which has a 16 byte blocksize,
and is a significant security issue.
The bug has been corrected in versions 2.17 and higher by making it
impossible to use 16-byte block ciphers with RandomIV headers. You may
still read legacy encrypted data by explicitly passing the
-insecure_legacy_decrypt option to Crypt::CBC->new().
The original Wiki web site had a very simple interface to edit and to
add pages. Its formatting rules are simple and easy to use. They are
also easy to translate into other, more complicated markup languages
with this module. It creates HTML by default, but can produce valid
POD, DocBook, XML, or any other format imaginable.
from Deanna Phillips <deanna@sdf.lonestar.org>
Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
around an existing subroutine. Unlike other modules that provide this
capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
implements wrappers in such a way that the standard `caller' function
works correctly within the wrapped subroutine.
from Deanna Phillips <deanna@sdf.lonestar.org>
This is a simple standalone HTTP server. By default, it doesn't thread or
fork. It does, however, act as a simple frontend which can be used to
build a standalone web-based application or turn a CGI into one.
from Deanna Phillips <deanna at sdf.lonestar.org>
while creating/destroying threads.
- add missing pthread_attr_destroy while creating threads. closes a
small memory leak.
Memory leaking problems reported by Carsten Raskgaard and also
David SH Rosenthal from the LOCKSS project.