xmms-cdread - plugin for xmms.
At the moment, the idea is to add /dev/cdrom to your playlist.
If you have multiple CDROM units (like a burner) you can add all
those devices to the playlist and it should work.
I know this exists already, but that's such an uugly hack I decided to
make my own version, which actually reads the audio data, and will also
not need the subdirectory trick to get the tracks into the playlist:
The tracks will be added and removed automatically as CDs are inserted
and removed.
It now has CDDB support, local database editing as well as server queries.
Provided by Oleksandr Kozachuk in PR pkg/44690
Changes:
4.04 Wed Feb 16 09:01:51 CET 2011
- fix two problems in the native win32 backend, where reuse of fd's
with different underlying handles caused handles not to be removed
or added to the select set (analyzed and tested by Bert Belder).
- do no rely on ceil() in ev_e?poll.c.
- backport libev to HP-UX versions before 11 v3.
- configure did not detect nanosleep and clock_gettime properly when
they are available in the libc (as opposed to -lrt).
4.03 Tue Jan 11 14:37:25 CET 2011
- officially support polling files with all backends.
- support files, /dev/zero etc. the same way as select in the epoll
backend, by generating events on our own.
- ports backend: work around solaris bug 6874410 and many related ones
(EINTR, maybe more), with no performance loss (note that the solaris
bug report is actually wrong, reality is far more bizarre and broken
than that).
- define EV_READ/EV_WRITE as macros in event.h, as some programs use
#ifdef to test for them.
- new (experimental) function: ev_feed_signal.
- new (to become default) EVFLAG_NOSIGMASK flag.
- new EVBACKEND_MASK symbol.
- updated COMMON IDIOMS SECTION.
* Delete unnecessary SUBST line.
* patch-aa is already included in tar ball.
Changes:
This is a bugfix release without any new features. Several problems
with non-ASCII file names, directory names, and layer names have
been fixed, as well as a number of other minor issues. Integration
with the Windows platform has been improved.
Fix for SA43543 and update kindly provided by gls@
This is a major release, with lot of bugs fixed and major new features.
Among the new features:
- 256 colors support, with unlimited number of nick colors
- irc proxy (relay plugin)
- redirection of IRC commands
- command /notify
- rmodifier plugin
- regular expressions for highlights
- color support for timestamp in chat buffer
- irc option to force color for some nicks
- share input line between buffers.
Changes in sbcl-1.0.46 relative to sbcl-1.0.45:
* enhancement: largefile support on Solaris.
* enhancement: SB-PROFILE:REPORT now supports :LIMIT and :PRINT-NO-CALL-LIST
arguments (lp#710017)
* enhancement: SB-PCL:+SLOT-UNBOUND+ is exported, making it possible to
distinguish unbound instance slots when using STANDARD-INSTANCE-ACCESS
&co. (lp#718039)
* optimization: ERROR and CERROR are approximately 5 times faster.
* optimization: optimized constructors are used for MAKE-INSTANCE of classes
with applicable non-standard (SETF SLOT-VALUE-USING-CLASS),
SLOT-BOUNDP-USING-CLASS, and INITIALIZE-INSTANCE :AROUND methods, speeding
up instance creation in those cases.
* optimization: arithmetic operations with multiple constant arguments in now
have them reduced at compile-time. (lp#676414)
* optimization: determining current character position on string-streams for
pretty-printing was overly slow.
* bug fix: local tail calls to DYNAMIC-EXTENT functions can no longer cause
lifetime analysis to overwrite closed-over variables (lp#681092).
* bug fix: encoding errors from some multibyte external formats such as EUC-JP
were not handled correctly (lp#713063).
* bug fix: printing waitqueue objects without setting *PRINT-CIRCLE* to T is now
safe (lp#673630).
* bug fix: Solaris/x86-64 wasn't getting built with lutex support by
mistake. (lp#667297).
* bug fix: CONSTANTLY generated functions had bogus lambda-lists. (lp#713626)
* bug fix: RUN-PROGRAM :PTY option was racy on OpenBSD. (lp#669485)
* bug fix: UNINTERN takes a symbol, not a symbol designator -- could previously
unintern the wrong symbol with the same name. (lp#693796)
* bug fix: COPY-PPRINT-DISPATCH always has access to a pristine table,
making it possible to restore the initial table if it has been messed up.
(lp#678409)
Changelog:
* Wed Jul 21 2010 Pravin Satpute <psatpute@redhat.com>
- Update for New Release 1.06
- Added New Family Narrow (Contribution from Herbert Duerr <herbert.duerr@oracle.com>)
- updated version of fonts
* Mon 10 May 2010 Caius 'kaio' Chance <me at kaio.net>
- Fixed Romanian glyphs, U+021A, 021B, 0218, 0219, 0162, 0163, 015E, 015F,
2010, 2011. (rhbz#440992)
- Fixed height of arrows U+2190, 2192, 2194. (Issue #2)
* Thu 06 May 2010 Caius 'kaio' Chance <me at kaio.net>
- Cleaned up points and auto-instructed hinting of 'u', 'v', 'w', 'y'.
(rhbz#463036)
- Created the first project icon. (Issue #5)
* Wed May 05 2010 Caius 'kaio' Chance <k at kaio.net>
- Incorrect cent sign glyph (U+00A2) in Sans and Mono
style in Liberation fonts. (rhbz#474522)
* Wed 28 Apr 2010 Caius 'kaio' Chance <me at kaio.net>
- rhbz#510174: Corrected version number of all SFD files.
- Corrected license exceptions to GPLv2.
- Updated README file.
* Tue 27 Apr 2010 Caius 'kaio' Chance <me at kaio.net>
- Renamed Narrow Fonts.
- Updated list of contributors.
- Released version 1.05.3.
* Thu 22 Apr 2010 Herbert Duerr <duerr at sun.com>
- Contributed Liberation Sans Narrow Fonts.
* Fri 12 Mar 2010 Caius 'kaio' Chance <me at kaio.me>
- Migrated to Google Code.
- Updated AUTHORS.
- Upgraded license to GPLv3+exceptions.
* Sun 27 Jul 2009 Caius 'kaio' Chance <me at kaio.me>
- Fixed ttf pack preparation error.
* Tue 21 Jul 2009 Caius 'kaio' Chance <me at kaio.me>
- Fixed 'wrongly encoded glyphs after U+10000' (rhbz#525498),
provided by Denis Jacquerye <moyogo at gmail.com>.
* Tue 21 Jul 2009 Caius 'kaio' Chance <me at kaio.me>
- Fixed fontforge script sfd2ttf.pe.
- Include traditional kern table for Sans and Serif.
* Tue 14 Jul 2009 Caius 'kaio' Chance <me at kaio.me>
- Generated TTFs with tradition kern table, with fontforge ver 20090408.
- Added make target alias dist-src as dist-sfd.
* Mon 13 Jul 2009 Caius 'kaio' Chance <me at kaio.me>
- Updated for generation of traditional kern table via scripts.
* Mon 06 Jul 2009 Caius 'kaio' Chance <me at kaio.me>
- Reconverted SFDs from original TTFs with traditional kern table.
- Updated "clean" target in Makefile.
* Tue 30 Jun 2009 Caius 'kaio' Chance <me at kaio.me>
- Reconverted SFDs from original TTFs with traditional kern table.
- Updated "clean" target in Makefile.
* Tue 30 Jun 2009 Caius 'kaio' Chance <me at kaio.me>
- Generated cleaner SFD from original TTFs.
- Include Makefile in sources tarball.
* Wed 24 Jun 2009 Caius 'kaio' Chance <me at kaio.me>
- Makefile: pack SFD files as source tarball.
- Makefile: pack TTF files as ttf packs.
- Tidy up repository.
- Updated documents.
* Mon 12 Jan 2009 Caius Chance <cchance at redhat.com>
- Fixed copyright holder name typo for Sans Regular font (rhbz#479521).
* Tue 09 Dec 2008 Caius Chance <cchance at redhat.com>
- Changed cent sign glyph (U+00A2) to be coressed in Sans and Mono
(rhbz#474522).
* Wed 03 Dec 2008 Caius Chance <cchance at redhat.com>
- Started 1.04.93.devel.
- Fixed blurriness of U+03BC for Sans Regular font (rhbz#473481).
- Fixed src tarball mis-inclusion of dist files in Makefile.
* Fri 28 Nov 2008 Caius Chance <cchance at redhat.com>
- Corrected version number in Makefile.
- Fixed make target of source tarball.
- Uploaded 1.04.92 source tarball to release area.
* Wed 15 Oct 2008 Caius Chance <cchance at redhat.com>
- Fixed blurred 'u' and 'W' for Sans Bold font (rhbz#463036).
- Released as version 1.04.92
* Wed 17 Sep 2008 Caius Chance <cchance at redhat.com>
- Fixed missing hinting instructions for all Mono fonts (rhbz#460090).
- Fixed missing hinting instructions for all Sans fonts (rhbz#460090).
- Fixed missing hinting instructions for all Serif fonts (rhbz#460090).
- Released as version 1.04.91
* Tue 09 Sep 2008 Caius Chance <cchance at redhat.com>
- Backed up all released files in ./dist directory.
* Fri 05 Sep 2008 Caius Chance <cchance at redhat.com>
- Fixed incorrect glyph points and missing hinting instructions for:
Mono Bold Italic (up to U+2012) (rhbz#460090).
* Mon 25 Aug 2008 Caius Chance <cchance at redhat.com>
- Fixed incorrect glyph points and missing hinting instructions for:
U+0079, U+03BC, U+0431, U+2010..2012, U+1114117 (rhbz#458592).
- Released as version 1.04.90.
The ``uuid'' PostgreSQL package implements creation of Universally
Unique Identifiers (UUIDs), also referred to as Globally Unique
Identifiers (GUIDs). Although PostgreSQL supports storing UUIDs as a
native datatype, it does not provide any mechanism for creating them.
This package wraps openssl-supplied md5 and sha1 functions to create
UUIDs within PostgreSQL.
- Bug fix: "Disconnect after an hour and loops trying to reconnect"
- Additional vpnc functionality (resolvconf, Target Networks,
DNSUpdate options)
Bump revision
Forgot to 'cvs add' the new files before. Sorry.
MFSA 2011-10 CSRF risk with plugins and 307 redirects
MFSA 2011-08 ParanoidFragmentSink allows javascript: URLs in chrome documents
MFSA 2011-07 Memory corruption during text run construction (Windows)
MFSA 2011-06 Use-after-free error using Web Workers
MFSA 2011-05 Buffer overflow in JavaScript atom map
MFSA 2011-04 Buffer overflow in JavaScript upvarMap
MFSA 2011-03 Use-after-free error in JSON.stringify
MFSA 2011-02 Recursive eval call causes confirm dialogs to evaluate to true
MFSA 2011-01 Miscellaneous memory safety hazards (rv:1.9.2.14/ 1.9.1.17)