Pkgsrc changes:
- Add build dependency on databases/p5-DBIx-Class for test target
Upstream changes:
0.08 17 Nov 2008
* add unique_value() method similar to Rose::DBx::Object::MoreHelpers
CELT is an ultra-low-delay audio codec designed for high-quality
communications. Its potential uses include video-conferencing and
network music performance. The code is still in early stage, so it may
be broken from time to time.
NOTE: The API is not frozen yet, so it is different from one version to
another.
========================================================================
Release Notes for PCB snapshot 20081128
========================================================================
This release represents over 70 commits and as such this summary
clearly is not complete. See the ChangeLog file for the complete list
of changes.
- Minor bug fixes in RS274-X output.
- Bug fixes in postscript output
- DRC checks for annular ring on pads only uses the mininum annular ring
drc setting instead of also checking minimum copper width.
- Fix postscript output for zero length lines.
- Improve the 'save before closing' dialogs.
- Fixed bugs where objects attached to the cursor vanish sometimes.
- Various minor code portability improvements.
- Enabled additional gcc warnings (when using gcc)
- Allow outline layers to have only arcs.
- Added "Ben Mode" png output which provides a simulated "photograph"
of the board. Very nice for publications.
- Fix poly clearance around rotated pads.
- Fix the batch HID which had bit rotted a little.
- Display net names hierarchically.
- Various speed improvements in the GTK HID.
- Various speed improvements in the autorouter.
- Minor improvements to the windows port.
- Other various bug fixes.
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
Changes since 2.1.0 (from debian/changelog):
electric-fence (2.1.13-0.1) unstable; urgency=low
* Non-maintainer upload
* eftest.c: uses sig{set,long}jmp() instead of {set,long}jmp() to work on
both 2.4 and 2.6 kernels (closes: #203436)
* Added a proper description (closes: #209479)
* Changed order of commands to build static library without PIC
(closes: #154034)
* Clarified and fixed manpage:
- clarified semantics of EF_PROTECT_FREE (closes: #177800)
- EF_ALLOC_MALLOC_0 -> EF_ALLOW_MALLOC_0 (closes: #177807)
- mention EF_ALLOW_MALLOC_0 in the synopsis, correct number of conf
switches (closes: #177808)
* /usr/doc symlink not created any more, added postrm with ldconfig call,
added debhelper tokens (closes: #222980)
-- Martin Pitt <mpitt@debian.org> Fri, 5 Dec 2003 16:51:38 +0100
electric-fence (2.1.13) unstable; urgency=high
* Link with pthreads (closes: #135122)
-- Matthew Vernon <matthew@debian.org> Fri, 22 Feb 2001 09:57:50 +0000
electric-fence (2.1.12) unstable; urgency=high
* Add multithreading support (thanks to infrared@mail.index.hu)
(closes: #67838)
* Specify the GPL version (closes: #133494)
* Patch to allow you to specify that electric-fence should set freed
memory to a fixed value - makes things more helpful under gdb in
certain circumstances (patch from Petter Reinholdtsen <pere@hungry.com>
and modified by yours truly to make it legal :-) (closes: #59764)
* That's all the outstanding bugs fixed for the next release
-- Matthew Vernon <matthew@debian.org> Tue, 19 Feb 2001 22:09:37 +0000
electric-fence (2.1.11) unstable; urgency=low
* Fix daft typo (closes: #105418)
-- Matthew Vernon <matthew@debian.org> Mon, 16 Jul 2001 08:56:01 +0100
electric-fence (2.1.10) unstable; urgency=low
* pass int not char as type to va_arg (closes: #104800)
-- Matthew Vernon <matthew@debian.org> Sun, 15 Jul 2001 13:05:34 +0100
electric-fence (2.1.9) unstable; urgency=low
* Get the /usr/doc/ stuff right this time (closes: #97010, #97890)
-- Matthew Vernon <matthew@debian.org> Fri, 18 May 2001 14:28:01 +0100
electric-fence (2.1.8) unstable; urgency=low
* Remove spurious (int) casts in calls to mmap (closes: #84940)
-- Matthew Vernon <matthew@debian.org> Wed, 11 Apr 2001 15:48:39 +0100
electric-fence (2.1.7) unstable; urgency=low
* Check if /usr/doc/electric-fence is a symlink in postinst (closes: #93534)
-- Matthew Vernon <matthew@debian.org> Tue, 10 Apr 2001 15:41:49 +0100
electric-fence (2.1.6) unstable; urgency=low
* Make the banner print a correct version (closes: #81413)
* Man page into /usr/share/man (closes: #91147,#81450)
* Be sure to get rid of /usr/doc/electric-fence (closes: #81023)
-- Matthew Vernon <matthew@debian.org> Mon, 09 Apr 2001 14:52:03 +0100
electric-fence (2.1.5) unstable; urgency=low
* rename the manpage to correspond to the README file (closes: #77243)
-- Matthew Vernon <matthew@debian.org> Fri, 17 Nov 2000 18:35:42 +0000
electric-fence (2.1.4) unstable; urgency=low
* build tidy-ups (closes: #48156, #52927, #56142)
-- Matthew Vernon <matthew@debian.org> Mon, 16 Oct 2000 18:01:36 +0100
electric-fence (2.1.3) unstable; urgency=low
* install libefence.so (closes:48156)
-- Matthew Vernon <matthew@debian.org> Mon, 07 dec 1999 15:42:00 +0000
electric-fence (2.1.2) unstable; urgency=low
* Actually install that gdb documentation <sigh>
-- Matthew Vernon <matthew@debian.org> Mon, 13 Sep 1999 14:08:00 +0100
electric-fence (2.1.1) unstable; urgency=low
* Taking over this package properly
* Version numbering fixed (I hope)
-- Matthew Vernon <matthew@debian.org> Mon, 01 Sep 1999 13:00:00 +0100
electric-fence (2.1-2) unstable; urgency=low
* Added Ian Jackson's patches (closes: #41314)
* Added gdb documentation (closes: #33186)
-- Matthew Vernon <matthew@debian.org> Mon, 16 Aug 1999 16:08:22 +0100
electric-fence (2.1-1) unstable; urgency=low
* new upstream release (closes: #35853)
gnome-nettool: GNOME interface for various networking tools
GNOME Nettool is a set of front-ends to various networking command-line
tools, like ping, netstat, ifconfig, whois, traceroute, finger.
Sound Juicer "Why Should You Know Better By Now" 2.24.0
=======================================================
* Translation updates
Sound Juicer "Stab Stab Stab! This Is More Than A Message" 2.23.3
=================================================================
* Don't crash when exiting
* Don't distribute full GFDL with docs
* Correctly parse CDDA URLs (#550131, thanks Matthew Martin).
Sound Juicer "I Don't Know What You Heard But It's Mandatory" 2.23.2
====================================================================
* Stop playback when the disc is re-read (Matthew Martin)
* Only eject the disc if tracks were ripped (MM)
* Don't try and move the non-existant temp file when skipping (MM)
* Free the option context (Pierre Benz)
* Don't block until n-c-b quits when copying discs
* Fix playback track switching (MM)
Sound Juicer "We're Singing In Tune But Now It's Over" 2.23.1
=============================================================
* Fix play+pause+play (#523182, thanks Matthew Martin)
* Add %ay, album year (#522909, Juan F. Giménez Silva)q
Sound Juicer "Harder Now With Higher Speed" 2.23.0
=============================================
* Port to GIO (Michael Terry)
* Update URL handling for New GIO World Order (Bastien Nocera)
* Fix display problems with the cluebar (Pekka Vuorela)
* Add audio preview when overwriting (Luca Cavalli)
* Use GtkVolmeButton instead of BaconVolume (MT)
* Fix crash when no profile is selected (Matthew Martin)
* Add []<> to the special character list (MM)
* Make the year and disc entries a11y (Patrick Wade)
* Fix error handling in CD playback (Tim-Philipp Müller)
* Require intltool 0.40.
Sound Juicer "Died To Make This Sound" 2.22.0
=============================================
* Fix various crashes in the preferences dialogs (thanks Matthew Martin)
* Translate the genres (thanks Brian Geppert)
* Add a paused track state (thanks Brian Geppert)
* Use the system icons for play/record (thanks Micharl Monreal)
* Many many translations!
Sound Juicer "Drop The Empty Pursuit Of Props" 2.21.92
======================================================
* Don't loop if the selected music directory doesn't exist (Matthew Martin)
* When editing the album artist, unset the sortable artist name
* Remove deprecated calls in BaconVolume (Michael Terry)
Sound Juicer "Spent All Night Just Watching You" 2.21.91
========================================================
* Write extracted audio to a temporary file and then rename (Matthew Martin)
* Disable the Eject button if the drive cannot eject (David Meikle)
Sound Juicer "It's Deeper Than The Darkest Sea" 2.21.3
======================================================
* Add a Disc Number field, and magically populate it (Matthew Martin)
* Add content/* media types (Matthias Clasen)
* Set a11y relationships on the cluebar (thanks Rich and Willie)
* Fix play/pause (Bill O'Shea)
* Handle the cdio element not being cdparanoia
Sound Juicer "Now There's Emptiness In My Bed" 2.21.2
=====================================================
* Update documentation (Andreas Freund)
* Check extracted filenames are not too long (Ed Catmur)
* Add a Year entry to the main window (Andrzej Polatyński)
* Add a Duplicate Disc menu item (Dave Meikle)
* Show better error messages if the target directory can't be created (MatzeB)
* Remove branding from the desktop file
* Fix initial playback (Bill O'Shea)
* Hide the progress bar unless ripping (Ghee Teo)
* Move the cursor to always been on the currently playing/ripping track (Dave Meikle)
* When editing album artist, only change track artists if it was the same (Bill O'Shea)
Sound Juicer "Esoteric Quotes, Most Frightening" 2.21.1
=======================================================
* Save custom genres (#382667, thanks Jonh Wendell)
* Make the progress bar smaller (#460650, thanks Stefan Oderbolz)
* Detect VFAT and NTFS filesystems and strip characters they can't handle
(#321436, thanks Carl-Anton Ingmarsson and GHOP).
* Inhibit power management suspension when ripping (#344947, thanks Carl-Anton
and GHOP).
* Don't crash when finished extracting (#498500)
* Remove the Rip Completed dialog (#504639)
* Set pipeline state to NULL when disposing (#495410)
* Escape the album and artist in the cluebar (#504862, thanks Luca Cavalli).
Sound Juicer "Sound Sculptures In Space" 2.21.0
===============================================
* Add a cluebar when the CD isn't in Musicbrainz (thanks Luca Cavalli, #452047)
* Fix the multiple album select dialog (thanks Rob Bradford, #500815)
* Install 48x48 PNG icon (thanks Andreas Nilsson, #502933)
* Change Deselect All shortcut to Control-Shift-A (thanks Ted Gould, #501442)
* Add Overwrite All/Skip All buttons to the overwrite dialog (thanks Michael
Chudobiak, #130782).
Sound Juicer "Tiredness Fuels Empty Thoughts" 2.20.1
====================================================
* Unset temporary iterators after ripping, hopefully fixing a very common crash
(#403870).
* Only lock the drive when extracting, and ensure its unlocked when
finished. This should fix another common crash (#484535).
* Fix logic bug when creating directories (#481025, thanks William Lachance).
* Reference the initial profile to stop crashing when profiles are edited
(#440400, Stefan Röllin)
Sound Juicer "The Best Blue Is Through The Trees" 2.20.0
========================================================
* Remove a work around now that GStreamer is fixed, and update requirement
(#472650, Jaap Haitsma).
Translations: Djihed Afifi (ar), Ihar Hrachyshka (be), Alexander Shopov (bg),
Runa Bhattacharjee (bn_IN), Jordi Mallach (ca), Ask Hjorth Larsen (da), Hendrik
Richter (de), Tshewang Norbu (dz), Kostas Papadimas (el), David Lodge (en_GB),
Jorge González (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu), Ilkka
Tuohela (fi), Christophe Benz (fr), Ignacio Casal Quinteiro (gl), Ankit Patel
(gu), Eyal Mamo (he), Gabor Kelemen (hu), Francesco Marletta (it), Takeshi
AIHANA (ja), Young-Ho Cha (ko), Erdal Ronahi (ku), Žygimantas Beručka (lt),
Raivis Dejus (lv), Arangel Angov (mk), Kjartan Maraas (nb), Wouter Bolsterlee
(nl), Tomasz Dominikowski (pl), Og Maciel (pt_BR), Duarte Loreto (pt), Mugurel
Tudor (ro), Nickolay V. Shmyrev (ru), Danishka Navin (si), Matic Žgur (sl),
Elian Myftiu (sq), Милош Поповић (sr), Daniel Nylander (sv), Dr.T.Vasudevan
(ta), Theppitak Karoonboonyanan (th), Baris Cicek (tr), Maxim Dziumanenko (uk),
Clytie Siddall (vi), Funda Wang (zh_CN), Chao-Hsiung Liao (zh_HK, zh_TW).
Sound Juicer "G D M F S O B" 2.19.3
===================================
* When removing sources be more paranoid. I hope this fixes the many-duplicated
crasher.
* Translate the program description (#450161, Gabor Kelemen)
* Bump libmusicbrainz requirement
Sound Juicer "Little Bit Of Your Song In My Ear" 2.19.2
=======================================================
* Correctly read the album artist (#393707)
* Don't set empty track titles (#435964)
* Fix a11y on the play/pause button (#364371, Patrick Wade)
Sound Juicer "From a Council Flat Paying Higher Rate Tax" 2.19.1
================================================================
* Fix type names, which caused an assertion on startup
* Fix profile checking, which caused SJ to fail to parse any profiles
* Fix error handling when using errno (#438122)
Sound Juicer "Nikki's Growing A Patch Out In The Backyard" 2.19.0
=================================================================
* Attempt to repair brain-dead FreeDB encoding (Ka-Hing Cheung)
* Fix memory leaks in musicbrainz object (Cristian Persch)
* Follow the preferred sound device (Bastien Nocera)
* Use xdg-user-dirs (BN)
* Use gst_element_make_from_uri instead of hardcoding cdparanoia (James Livingstone)
* Display a better message after extracting (Adam Petaccia)
* Fix detection of FreeDB albums (David Mandelberg)
* Accessibility fixes (Rich Burridge, Patrick Wade)
* Don't crash if libnautilus-burn doens't know of a device (Pascal Terjan)
* Initialise threading earlier
* Convert strerror() output to UTF-8 for display (PT)
* Remove "Application" category from desktop file
* Fix srcdir!=builddir builds (Loic Minier)
* Internal refactor of extractor and metadata objects
Sound Juicer "Let's Kill First The Banker" 2.16.3
=================================================
* Fix install target (Christian Persch)
* Set urgency hint on completed dialog (Sebastien Bacher)
* Add man page
* Ensure playback is stopped when media is removed (Luca Cavalli)
* Source cleanups (Adam Petaccia)
Sound Juicer "Wish I Could Stop You From Talking" 2.16.2
========================================================
* "None" directory path shouldn't create blank directory name (#374831, Adam Petaccia)
* Don't disable re-read when playing (#347218, Stephen Cook)
* Update bacon volume (#369490)
* Set a11y relationships (Robin Sonefore, #364386)
* Fix prefs dialog spacing (#332561, Christian Persch)
* Fix dates with 0s in (#364976, Alex Lancaster).
* Replace spaces with underscores in path_patterns and file_patterns when "Strip
special characters" is selected (#357111, Luca Cavalli).
* Port to automake 1.9, update desktop file for new Bug Buddy (#357682,
Christian Persch)
* Reset the extract speed on every track just in case (#343544).
* Initialise the authentication manager (#356578)
* Show error messages when the pipeline doesn't link (Tim-Philipp Muller, #361151)
* Add 32x32 icon
Sound Juicer "Now Every Fool In Town" 2.16.1
============================================
* Fix profiles where the output frequency isn't 44.1Khz (thanks Tim-Philip Müller)
* Listen to the strip special characters preference and update the label (thanks Peter)
Sound Juicer "Hollywood Sending Signals Of Destruction" 2.16.0
==============================================================
* Fix authenticated proxy (Kjartan Maraas)
Sound Juicer "Don't Blow Those Brains Yet" 2.15.5.1
===================================================
Brown paper bag release for broken tarball.
Sound Juicer "Don't Blow Those Brains Yet" 2.15.5
=================================================
* Update the icon cache on install (#348972)
* Fix intltool requirements (Kjartan Maraas)
Sound Juicer "Two Undernourished Egos Four Rotating Hips" 2.15.4
================================================================
* Add date information to all possible albums (Alex Lancaster)
* Improve GStreamer error handling (Tim-Philipp Muller)
* Don't crash when re-opening the Preferences dialog
* Clear the genre field when re-reading the disk
Sound Juicer "We Could Have Been Strangers If We Tried" 2.15.3
==============================================================
* Update for new nautilus-cd-burner API (William Jon McCann)
Sound Juicer "Got A Brand New Bag" 2.15.2.1
===========================================
* Release a tarball with translations
* Increase intltool requirements
Sound Juicer "Plus I Never Eat Cow If Ain't Halal" 2.15.2
=========================================================
* Move backend code to libjuicer
* Save and restore window maximised state (Luca Cavalli)
* Use GLib debug flags rather than --enable-debug (Przemysław Grzegorczyk)
* Translate the help title (PG)
Sound Juicer "The Winds Are Blowing Telling Me All I Hear" 2.15.1
=================================================================
* Only manipulate the track store if there is stuff in it (#333402)
* Fix progress bar calculation (#339062, John Thacker)
* Check for cdio >= 0.70 (#339303, John Laliberte)
* Use new intltool for po/LINGUAS magic (#339197)
* Use GString when creating the paths (#336725, James Livingston)
* Update the file/path pattern documentation (#337638)
* Update the about dialog (#328181, Brian Pepple)
* Save and restore playback volume (#334170, Marinus Schraal)
* Improve --help (#335016, Vincent Untz)
* Translate an untranslated string (#334509)
2.24.2 - 24-Nov-2008
General:
* More work on bug #508675 - Applying change in Orca preference dialog
is a little bit slow. This fix makes things even faster.
* Fix for bug #551891 - Flat review does not always start in
the correct place when focus is in a tree table.
* Refix for bug #552344 - tutorial message for desktop not spoken.
* Fix for bug #554002 - Orca App-Preferences dialog page tabs are
"off" by one in speech and braille.
* Fix for bug #556470 - Orca should not land on empty (cell-less)
tables when using structural navigation by table.
* Fix for bug #561540 - Traceback in default.py onStateChanged.
OpenOffice:
* Fix for bug #357545 - Orca does not speak all buttons in openoffice
database table creation wizard.
* Fix for bug #556657 - Orca is rather chatty when focus is given to
an OOo list whose parent is a combo box.
Firefox:
* Fix for bug #495303 - Character flat review not working correctly
with generated texts in XUL.
* Fix for bug #554616 - Problems accessing subsequent lines of cells
which contain line break tags in FF3 tables.
* More work on bug #554831 - Google calendar unusable with orca.
You can now arrow into the day grid.
* Fix for bug #555055 - Orca should be able to navigate
http://www.modernthaisf.com/gpage.html.
* Fix for bug #558516 - Traceback when navigating on huge webpages.
* Fix for bug #559839 - Orca sometimes includes content from other
lines when navigating via Up/Down Arrow in Firefox 3.
* Fix for bug #560466 - Improve the accuracy of label guess for
Firefox 3.
New and updated translations (THANKS EVERYONE!!!):
See also the overall translation status:
http://l10n.gnome.org/module/orca
ca Catalan Gil Forcada
de German Simon Bienlien and Jochen Skulj
et Estonian Ivar Smolin and Priit Laes
hu Hungarian Attila Hammer and Gabor Kelemen
si Sinhala Danishka Navin
zh_HK Traditional Chinese Chao-Hsiung Liao
zh_TW Traditional Chinese Chao-Hsiung Liao
Changes in libsoup from 2.24.1 to 2.24.2.1:
* Fixed two bugs and a memory leak in cookie handling
* Added G_BEGIN_DECLS/G_END_DECLS to those public headers that
were missing them
* Minor updates to gtk-docs
* (2.24.2.1 fixes a crash in the cookie code introduced in
2.24.2. [#562191])
This version fixes a bug in the address parser that was preventing
some sender/recipient whitelist/blacklist entries from matching.
Thanks to John Devenport for reporting this one. This version also
fixes a bug in the "config-test" feature that prevented spamdyke
from finding its own binary when the file is not in the current
directory. Thanks to John Hallam for reporting this one.