Changes:
version 0.5.0:
- Versioned header files. tunepimp/tunepimp.h -> tunepimp-0.5/tunepimp.h
- Removed track lookup parts of libtunepimp
- WavPack, Speex and The True Audio metadata plugins
- Correct handling of UNC paths on Windows
- Fixed non-album tracks renaming/moving (#1408)
- Trivial change to id3tag to read tags empty ID3 frames (#1568)
version 0.5.0-alpha2:
- Python bindings: compatibility with ctypes 0.9.9.3 (#1171)
- Python bindings: fixed libtunepimp .so version (3 -> 4) (#1168)
- Support for "Windows-safe" file names on non-Windows systems (for files on
FAT32, Samba, ...) (#1014, #1222)
- Fixed checking for end of stream in Ogg Vorbis and FLAC plugins (#1291)
- Added decoding to MPC plugin (#1355)
version 0.5.0-alpha1:
- New acoustic fingerprint technology - MusicDNS <http://www.musicdns.org/>
- New file name format variable %albumtracks (#951)
The world is drowning in individual music files astray with corrupt
metadata, insignificant file names, and no way to identify the
music.
MusicDNS and the Open Fingerprint Architecture provide a system
for identifying a piece of music with nothing more than the sound
of the piece itself.
MusicDNS is the largest single dataset of acoustic fingerprints in
the world with more than 16 million individual tracks identified
and growing DAILY! With the Open Fingerprint client-code, tracks
can be identified consistently against the MusicDNS dataset, and
new tracks are easily added.
The Open Fingerprint is deployed world-wide--and now the client
source code is available under Open Source license.
Use the fingerprint code freely, or hook it up to the largest
repository of fingerprinted tracks on the planet--MusicDNS. Free
client keys for developers and non-profits are available on the
website. For commercial deployment, use the low-cost MusicDNS.com
service from MusicIP.
Changes:
Trac-0.9.6-ja-1 (Jul 7, 2006)
* Merge trac-0.9.6
* Update to current statement.
* README.trac-ja
* wiki-default/TracJa
Trac 0.9.6 (Jul 6, 2006)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.6
* Fixed reStructuredText breach of privacy and denial of service
* vulnerability
found by Felix Wiemann.
* trac-post-commit-hook fixes.
* Fixed bugs: #2894, #3058, #3209#3325.
From PR pkg/33942 by Akio OBATA.
Changes:
* Fixed reStructuredText breach of privacy and denial of service
vulnerability found by Felix Wiemann.
* trac-post-commit-hook fixes.
* Fixed bugs: #2894, #3058, #3209#3325.
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly.
Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk.
This fixes a symmetry in the dependency list depending on whether
xorg-libs is installed already or not.
Discussed with jlam@
2.0.0 - 9 July 2006
o Release of new stable version 2.0.0.
o GnuCash 2.0 is based on state-of-the-art gtk2 GUI technology.
o GnuCash 2.0 follows the Gnome Human Interface Guidelines (HIG) for
a consistent behaviour and look-and-feel for the whole Desktop.
o New tabbed window.
o New importing feature: OFX DirectConnect can directly retrieve and
import account statements over the Internet.
o Implemented a "Hide account" feature to keep a better overview of
your current accounts.
o Implemented the ability to create budgets within GnuCash using
your account data.
o New importing feature: MT940 files can be imported (in addition to
QIF files and OFX files).
o The data file format has been improved with respect to
international characters. Data files with international characters
can be transferred to other countries flawlessly.
o Support for Accounting Periods.
o GnuCash Help and Guide are now fully integrated with the GNOME Help
system (Yelp).
o New releases of Finance::Quote and LibOFX will be coming soon to
update support for GnuCash 2.0.0.
-----------------------> tgif-4.1.44 => tgif-4.1.45 <-----------------------
1) Fix a bug with the create_arc_obj() internal command. Thanks to
Jack Tucker for pointing out the bug.
2) Fix a bug with measurements in the ruler window when Tgif.ShowMeasure is
active. Thanks to Olin Johnson for pointing out the bug.
3) Fix a bug with "tgif -print -pdf". Thanks to Rob for pointing out the
problem.
4) Fix a bug with copy and paste in cygwin. Thanks to Tobias Naehring for
fixing the bug.
5) Move tgif's web server to a standard web server port (80). The new tgif
home page is now at:
http://bourbon.usc.edu/tgif/
6) Please note that as of 5/16/2006, postings to tgif related groups at
Yahoo!Groups are restricted to members only. This is done to cut down
SPAM. The affected groups are at:
http://groups.yahoo.com/group/tgif4-discusshttp://groups.yahoo.com/group/tgif4-howtohttp://groups.yahoo.com/group/tgif4-bugshttp://groups.yahoo.com/group/tgif4-develop
If you have registered as a member in a group above, you can now only
post via the web interface or by sending an e-mail from your registered
e-mail address. Sorry about this inconvenience. But there have been
just too much SPAM on these lists.
7) Use the X Selections mechanism to perform copy and paste.
8) Add support for linking to an external JPEG file to save file size (under
File->Import). Some editing operations cannot be performed on these
linked JPEG objects. However, these objects do not have the color
limitation of X11 pixmap objects. Therefore, when they are exported in
the PS/EPS formation, they will have a lot more colors.
9) The standard Linux distribution now use Xtoolkit by default (this is done
by including -DUSE_XT_INITIALIZE in the MISCDEFINES line and -lXt in the
SYS_LIBRARIES line of Tgif.tmpl-linux). One advantage of this is that now
it's easy to override X defaults. For example, one can use:
tgif -xrm "Tgif.Foreground: red"
10) Add support for Tgif.PSDistillerNoImageCompress so that images in a
generated PostScript file will \fInot\fR be compressed by a distiller
program such as ps2pdf. Thanks to Dirk Farin for supplying the PostScript
code. Please use Tgif.PSDistillerNoImageCompress with care. It has been
noticed that generated EPS file may not work well with LaTeX.
11) Add support for Tgif.AdditionalPSSetup (and -pssetup commandline option)
so that a user can add additiional user specified PostScript code in the
PostScript file header (right before %%EndSetup).
12) Support a new commandline option "-noshowpageineps" so that the "showpage"
PostScript command is not generated when printing/exporting in the EPS
format when tgif is run with "-print"..
13) Add support for Tgif.PSFontNeedCharSubs and Tgif.PSCharSubs.* so that
some characters in the non-ASCII portion of a non-iso8859-1 font can be
replaced by user specified PostScript characters. Thanks to Peter
Dembinski for the suggestion.
14) Add a new X default, Tgif.DrawTextFuncKey_F#, so that a function key
can be associated with a list of internal commands (and activiated only
in the text drawing mode).
15) Add the following internal commands:
set_selected_text_style(<textstyle>)
objs_bbox_intersect(<obj1_name>,<obj2_name>,<result_attr>)
delete_all_attr_from_selected_objs()
filenames and pathnames may appear in .for loops. (Of course, this only
works for "nice" filenames, but the amount of false positive warnings would
just be too high.)
Added another warning for dependency patterns like 2.3*, which are
likely to be wrong: They match 2.3, 2.3nb4 and 2.30, but not 2.20, which
lies in between them.
- Fix a bug where some rules marked silent would trigger an alert.
- Load Sonicwall and Spamassassin ruleset by default.
- Fix rule syntax problem in Sonicwall ruleset.
- Fix rule indexing problem in Squid ruleset.
- Postfix rule consistency fix.