(distfile for 4.14 are not available, so up to latest for 4.1x).
Release notes for EAGLE 4.16r2
============================
* Bugfixes:
- Fixed generating pixmaps that are much longer in one dimension with the
EXPORT IMAGE command.
- Fixed handling the net class when renaming a net segment to a new name.
- Fixed a crash when clicking into the empty area of the Technologies
dialog.
- Fixed an 'Internal polygon error 73' when zooming far in on a board that
contains smds with a roundness other than 0.
Release notes for EAGLE 4.16r1
==============================
* Bugfixes:
- Fixed handling '\' in UNC program file name under Windows XP in case the
program is installed on a server.
- Fixed handling the ESCape key in ULPs with nested dialogs.
- Fixed handling the program file name under Windows if it starts
with ".\".
- Fixed handling German umlauts in the User Language functions strupr(),
strlwr(), toupper() and tolower() under Windows and Mac OS X.
- Fixed setting the current item in the Control Panel's tree view when
drag&dropping a package into a library in case there is also a device
set with the same name.
- Fixed unexpected airwires in case an open Pwr pin is connected to a net
with the same name, or a Supply pin with the same name is placed on an
open Pwr pin.
- Fixed printing rotated or mirrored texts under Linux and Mac OS X.
- Fixed handling upper/lowercase when licensing under Windows on a server.
- Fixed handling the highest byte of the Palette values in the eaglerc
file.
- Fixed handling polygons with only two edges, in case one of them is
an arc.
Release notes for EAGLE 4.16
============================
* Bugfixes:
- Fixed CUT/PASTE of net classes (only the first two were actually pasted).
- Fixed handling library name after "Save as" (was wrong in Description
editor).
- Fixed CHANGE PACKAGE/TECHNOLOGY in case a device contains more than 254
technologies (which was possible due to a missing check in the technology
dialog of the device editor).
- Fixed the technology dialog in the device editor, so that it doesn't
accept more than 254 technologies per package variant.
- Fixed a possible data corruption when a supply pin overwrites a net name.
Leftover pin references that may have been caused by such a data
corruption are automatically deleted during the next library update.
- Fixed an unexpected "Cancel" button in some message boxes.
- Fixed generating annulus symbols for pads that have the NOTHERMALS
flag set.
- Fixed faulty splitting of arcs near their end points.
- Fixed a rounding error in handling rectangle coordinates and wire
curves.
- Fixed moving mirrored packages with polygons in a board (polygons were
displayed in the wrong layer).
- Fixed faulty "Change Class..." lines in the EXPORT NETLIST output from
a schematic.
- Fixed a problem with getting the program directory name under Windows XP
if the console version of EAGLE was started without a full path name.
- Fixed a possible crash when canceling the console version of EAGLE with
Ctrl+C under Windows XP.
- Fixed loading a text file on Windows XP from a non-Windows server (the
file was not editable even though it was writable in the file system).
- Fixed storing Undo data when doing a library update where the sequence
of gates had changed in a device. If doing UNDO followed by REDO after
such an update, some of the part's gates may have been swapped.
Release notes for EAGLE 4.15
============================
* Bugfixes:
- The CHANGE PACKAGE command now updates the package in the board with the
version from the schematic, in order to avoid problems in case a REPLACE
has been done in the board while the schematic was closed.
- Fixed handling access to the individual characters of a string in ULPs on
Mac OS X.
- The COPY command now updates the package in the board with the version
from the schematic _before_ actually adding the copied part, in order to
avoid problems in case a REPLACE has been done in the board while the
schematic was closed.
- The library update now reports a modification to the board even if it was
just the renaming of some packages due to a previous REPLACE with the
schematic closed.
- Fixed handling empty strings in dlgListView.
- Fixed clearing the selection of a dlgListView.
- Fixed setting user defined default Design Rules when loading an existing
library from within a project.
- Fixed an extra line that appeared when closing a group with the right
mouse button in case the group was empty.
- Fixed a possible crash in UL_WIRE.pieces().
- Fixed cursor positioning after an error message regarding a loop member
in a ULP.
so change MASTER_SITES to only ftp.sra.co.jp and force to use newer one.
As sccsid in source, ${MASTE_SITE_FREEBSD}'s one is 2.2, and sra's one is 2.3,
so bump PKGVERSION to 2.3.
This issue noticed by taca@ by private mail.
While here, set LICENSE=gnu-gpl-v2, modify pach-aa to suppress some
warings by addition of include stdlib.h.
the "ffmpeg" package. "ffmpeg" can now generate ".flv" files with
audio again. Bump package revision.
Extra testing by Matthias Drochner, approved by Alistair Crooks.
I was trying to solve here, but the new libtool doesn't like being
used like this, and it doesn't seem to be needed.
Fixes failure observed in bulk build.
XXX there's still a PLIST problem:
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR: /usr/pkg/lib/gauche/0.9/x86_64--netbsd/gauche--threads.so
ERROR: /usr/pkg/share/gauche/0.9/lib/gauche/threads.scm
by dillo@
Changes in version 0.2.1.21 - 2009-12-21
o Major bugfixes:
- Work around a security feature in OpenSSL 0.9.8l that prevents our
handshake from working unless we explicitly tell OpenSSL that we
are using SSL renegotiation safely. We are, of course, but OpenSSL
0.9.8l won't work unless we say we are.
- Avoid crashing if the client is trying to upload many bytes and the
circuit gets torn down at the same time, or if the flip side
happens on the exit relay. Bugfix on 0.2.0.1-alpha; fixes bug 1150.
o Minor bugfixes:
- Do not refuse to learn about authority certs and v2 networkstatus
documents that are older than the latest consensus. This bug might
have degraded client bootstrapping. Bugfix on 0.2.0.10-alpha.
Spotted and fixed by xmux.
- Fix a couple of very-hard-to-trigger memory leaks, and one hard-to-
trigger platform-specific option misparsing case found by Coverity
Scan.
- Fix a compilation warning on Fedora 12 by removing an impossible-to-
trigger assert. Fixes bug 1173.
Changes:
1) This update fixes a compilation problem on AIX caused by not
wrapping WCOREDUMP(s) with #ifdef WCOREDUMP ... #endif.
2) General code cleanup and rechecking w/ splint(1) reduces
unnecessary code duplication and eases future maintenance.
3) This update adds the program name to osh diagnostics (e.g.,
"osh: syntax error") for the sake of user friendliness.
Addresses the following security issue:
http://secunia.com/advisories/37867/
--------------------------------------------------------------------------
v.3.5.3 20/12/2009
- Added local authtype which uses PHP's PAM module
- Correct potential security issues due to misuse of REQUEST for write
operations rather then POST
(Thx Raphael Geissert <geissert@debian.org>)
--------------------------------------------------------------------------
v.3.5.2 19/11/2009
- Fix typo that caused song count to not be set on tag xml response
- Fix tag methods so that alpha_match and exact_match work
- Fix limit and offset not working on search_songs API method
- Fix import m3u on catalog build so it does something
- Fix inconsistent view during catalog operations
- Sort malformed files into "Unknown (Broken)" rather then leaving
them in "Unknown (Orphaned)"
- Fix API democratic voting methods (Thx kindachris)
- Add server version information to API ping command
- Fix Localplay API methods (Thx thomasa)
- Improve bin/catalog_update.inc to allow only verify, clean or add
(Thx ascheel)
- Fix issue with batch download and UNC paths (Thx greengeek)
- Added config option to turn caching on/off, Default is off
- Fix issue where file tag pattern was ignored if files have no tag
structure
- Add TDRC to list of parsed id3v2 tags
- Fix issue where rating could get cached and not update the
display correctly until a page reload
- Fix User Stats having a formating issue and not listing the
active playlist correctly
- Fix incorrect default ogg transcode target format in the default
config file
- Fix issue where the user preferences were not respected by
the streaming code due to caching
- Fix issue where prevent multiple logins would prevent all logins
--------------------------------------------------------------------------
v.3.5.1 24/06/2009
- Make the PHP error a little clearer for windows users by indicating
that their version of PHP is < 5.3 (required for windows)
- Fix random methods not working for Localplay
- Fix extra space on prefixed albums (Thx ibizaman)
- Add missing operator on tag and rating searches so they will
work with other methods (Thx kiehnet@netscape.net)
- Fix get_art_url() so it returns something...
- Fix problem with creating new playlists where it doesn't work
but appending to an existing did.
- Fixed issue with url_to_song, also cleaned up the code a bit
- Fixed issue with Random All Catalogs
- Fixed issues with API and Tag methods not working as advertised
- Fix endless loop in getid3() with malformed genre tags in mp3s
- Fixed show test page always returning false on web path
- Update Man page to adhear to newer Debian rules
- Fixed issue with Videos being incorrectly registered with stats
and now playing as songs.
- Fixed missing > in HTML for song row
--------------------------------------------------------------------------
v.3.5 05/05/2009
- Added complete Czech translation (Thx martin hason)
- Add the AlmightyOatmeal-Sanity check to prevent a clean from
removing all songs if your mount failed, but is still
readable by ampache
- Make the Lang Install page prettier
- Added Check for hash,inet_pton,windows PHP Version to init so
that upgrades without pre-reqs are handled correctly
- Allow mms,mmsh,mmsu,mmst,rstp in Radio Stream URLs
- Fixed a problem where after adding a track to a saved playlist
there was no UI response upon deleting the track without
a page refresh
- Fix an issue where the full version of the album art was never
used even when requested
- Fix maxlength on acl fields being to small for all IPv6 addresses
- Add error message when file exists but is unreadable do not
remove unreadable songs from catalog
- Fixed missing title tag on song browse for the title
(Thx flowerysong)
- Fix htmlchar'd rss feed url
- Fix Port not correctly being added to URL in most cases
even when defined in config
check twice with AC_CHECK_LIB (without and with OTHER-LIBRARIES) doesn't
work due to caching. So give up and just check separately for
-lssl/-lcrypto and hope for the best.