This package contains the Python bindings to the Subversion libraries
and some programs that use them. This includes cvs2svn, which
converts CVS repositories to Subversion repositories.
This package contains all the Subversion programs and libraries except
the Apache module mod_dav_svn (for which see the ap2-subversion
package) and the Python bindings and some programs which use them (for
which see the subversion-python package). Installing this package
alone will satisfy most people's needs, providing all three repository
access layers (local, svn, and dav) and the server for the svn access
layer.
This package contains apr and apr-util from the latest Apache2
distribution (currently httpd-2.0.45). It is currently (er, currently
in a few minutes) shared between the Apache2 and Subversion packages.
This package contains only the swig program itself and the base
definitions; it is useless alone. You only need this package if you
are building software that uses SWIG. You will also need a swig-LANG
package, where LANG is the language you are working with
(e.g. swig-perl, swig-python, etc.).
Still todo: import other swig runtimes, move existing swig package to
swig11 and update dependencies, and add the new swig packages to
devel/Makefile.
Library:
* Init gettext earlier to catch some bugs (Hidetoshi Tajima)
Bug #99224
* Fix search path for locale.alias. (Julio Merino) Bug #106180.
* Fix url substitution with custom web browser command
(Pasupathi Duraisamy) Bug #108909
* Plug a leak in the help routines. (Kjartan)
Help converters:
* Fix manual pages that have non-numeric filetypes such as
open.3pm. Patch from Roderich Schupp. Bug #101440.
* Fix crashes when feeding directories to the help converters.
Patch from John Fleck. Bug #104056.
* Generate help-methods.conf based on libexecdir value.
Patch from Frédéric Crozat. Bug #91169.
Build:
* Honor --disable-schemas-install. (Julio Merino)
* Require newer intltool (Kjartan)
Translations:
az (Metin Amiroff), be (Dmitry Mastrukov), bn (Taneem Ahmed),
cs (Miloslav Trmac), de (Christian Neumair), el (Kostas
Papadimas),
es (Carlos Perello Martin), id (Mohammad DAMT), ja (Takeshi
AIHANA),
ml (Guntupalli Karunkar), mn (Badral Saulig), ms (Hasbullah Bin
Pit),
ko (Changwoo Ryu), nl (Vincent Van Adrighem), no (Kjartan
Maraas),
pl (Zbigniew Chyla), pt (Duarte Loreto), ru (Dmitry Mastrukov)
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.
XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio. I've left the
multiplication in the patch, commented out. The present patch works just fine,
so probably my calculations are wrong.
This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.
XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio. I've left the
multiplication in the patch, commented out. The present patch works just fine,
so probably my calculations are wrong.
This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
- Ugly but harmless warnings from nqmgr after "postsuper -r" to
requeue files that already had some recipients delivered.
- The proxy_read_maps parameter did not recognize "," as separator.
- The local delibery agent now defers delivery after .forward etc.
file read error.
- The message_size_limit was applied when running "newaliases",
so that the result alias database could be truncated on systems
with very small message size limits.
The official release changes for bugfixes and portability issues only.
From the change log:
- Changed the fileno() function to support returning the fileno
of server sockets. (Problem found by Roland Giersig
<RGiersig at cpan org>).
- Fixed SSL_version incorrectly defaulting to SSLv2 (patch from
Roland Alder <roland.alder at celeris ch>).
Correct parse_http_date (sponsored by Awite Bioenergie)
Non-aggressive cache (sponsored by Awite Bioenergie)
Refresh (sponsored by Awite Bioenergie)
Support for 16-bit 565 RGB big endian (from dillo via pkgsrc)
Fix for 24-bit RGB big endian (from dillo via pkgsrc)
use an old or non-compatible version that may be in the base system.
This makes this package install flawlessly under Linux, and even though it does
not directly address PR pkg/20880 (which I could not reproduce), it covers
similar problems.
Changes:
- use tar.bz2 distfile
- install documentation in proper locations
- install more docs
- fix PLIST for NOPIC and USE_INET6
- DESCR has 80 columns
1.6.15:
=======
- Support for the IPv6 protocol.
- Many bugfixes related to the transfer and filesystem modules.
- Several more functions have been exported for use by module coders.
- Updated UnderNet's max bans to 45, and EFnet's to 25.
- The nick bind is now triggered even if the nick is not on any channels
(ie if the bot's nick changes before it's on a channel).
- Removed strict-servernames -- $server is now always the server's realname
and $serveraddress is it's server list entry.
- Merged use-console-r and debug-output into one new setting named raw-log.
- Updated recommended Tcl version to 8.3.4.
- User-punishing and tcl_maskhost nor use matching banmasks regardless
of strict-host.
- Updates to the 'autobotchk' script.
Patch from Juan RP via PR pkg/21312.
Changes:
- USE_X11BASE->USE_X11
8.0:
====
New features:
- Access keys for activating menu entries (Alt + a letter) are now available
on Windows versions.
- When the document defines an access key which is also used as a menu access
key, Amaya gives the priority to the document access key. The user can
change the modifier key (Ctrl instead of Alt) used by document access keys
in the Preferences menu to avoid conflicts.
- Amaya now allows to create/change a link without using the mouse.
CSS
---
Bug fixes:
- Background images declared in style attributes were not displayed.
- The CSS parser didn't accept attribute values in selectors without quotes.
- CSS style sheets are reapplied when background images are loaded.
- @font-face could break the CSS parser.
- CSS rules contained in a style attribute were misplaced in the CSS cascade.
- Margins expressed as a percentage were not re-evaluated after some changes.
- When trying to link to a CSS file, the browser filter was not set to -.css.
New features:
- Support of the CSS property float.
SVG
---
Bug fixes:
- Amaya used the xlink:href defined by a SVG anchor instead of the xlink:href
defined by the included SVG image.
New features:
- Support of all SVG transformations in the OpenGL versions. Transformations
also apply to embedded XHTML and/or MathML elements.
- Support of SVG animation in the OpenGL versions. Embedded XHTML and/or
MathML elements are animated too.
User Interface/Editing
----------------------
Bug fixes:
- Multi-script texts were misplaced in the structure view.
- When replacing an image by another image in a different format, the new
image was not displayed.
- When two images followed each other immediately, it was impossible to insert
some text in between.
- An existing image can be replaced using the image dialogue (image button or
menu XHTML/Image).
- Partial redisplay of the background image didn't work correctly in Win32
versions.
- Transparent images in Win32 versions.
- The combo box and history were not retaining the form data for GET requests.
- Amaya now looks first for the personal version of the fontconfig file in the
user's work space.
- Background images are correctly redisplayed in all versions (GTK, MOTIF,
Win32, OpenGL).
- When scrolling back, images with only one dimension constraint were not
displayed correctly.
- Amaya crashed when opening the timeline view in the Spanish version.
- On Windows it was impossible to copy the content of the "Parsing errors"
view.
- Some characters entered through the Math/Greek palette were not displayed
correctly.
- Sometimes the text alignment was not correct.
- Sometimes Amaya displayed two selections.
- Copying text from another application and pasting it into Amaya preserves
newlines.
New features:
- Support of attribute align="left" and align="right".
Tables
------
Bug fixes:
- Auto margins were computed too early when the document includes tables.
- Avoid to break the table rendering when CSS (or attribute) constraints are
conflicting.
- Sometimes cells extended vertically were rendered too high.
- When the total of column widths expressed as percentage did not amount to
100, tables were rendered badly.
HTTP
----
Bug fixes:
- Content-Location headers that gave a relative URL were not converted
correctly into absolute URLs (related to publishing "page" rather than
"page.html").
- When submitting a (X)HTML form from a document that had no charset, the form
values were not translated into the document's default charset.
- Digest authentication failed when the server precised both auth and aut-int
QoP values.
- When pipelining broke down, the connection to the server wasn't being
closed. This opened the way to synchronization problems.
(X)HTML
------
Bug fixes:
- The xmlns attribute wasn't updated when Amaya saved a XHTML document as HTML (and vice
versa).
- When the height of a <hr> element is limited to 1 or 2 pixels, a white line was displayed
instead of a colored line.
- When pasting in a paragraph some text copied from another application, line breaks now
generate new paragraphs.
MathML
------
Bug fixes:
- Amaya inserted "LeftArrow" instead of the mathematical operator "not".
- The semantics MathML element is now interpreted as a switch element and
Amaya displays its first child it can interpret. That child may be an SVG
construction.
I18N
----
Bug fixes:
- Arabic strings are now displayed with right glyphs.
- Alignment didn't apply correctly with Arabic and Hebrew documents.
- Examples of configuration files for Debian platforms are now provided:
Amaya/config/fonts.gl.deb and Amaya/config/fonts.unix.deb
New features:
- New complete Spanish documentation provided by Bartolome Sintes.
XML
---
Bug fixes:
- The xmlns attribute was not removed when Amaya saved a XHTML document as
HTML and it was not generated when Amaya saved a HTML document as XHTML.
- Amaya sometimes generated extra namespace declarations.
New features:
- MathML and SVG elements can now be inserted through the interface.
- Amaya now parses any generic xml element or attribute whatever its length.
- Migrated to the 0.95 version of the expat XML parser.
Annotations
-----------
Bug fixes:
- The Annotea date functions are now fully compatible with the ISO 8601
format, as specified in http://www.w3.org/TR/NOTE-datetime.