Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
=== Transmission 2.75 (2012/12/13) ===
==== Mac ====
* Fix crash on non-English localizations
|
|
|
|
Changes
Expanding the tree in an index page of the HTML output, will
now expand only one level instead of the whole sub-tree (thanks
to Pez Cuckow for the patch).
A blockquote in Markdown does no longer require a whitespace
after the last '>' if the '>' is followed by a newline.
id 682718: Included patch to add version info to all generated
template files (headers, footers, stylesheets, layout files,
etc).
New features
Added support for using external tools to index and search
through the HTML documentation. An example index tool is provided
(doxyindexer) and an example search engine (doxysearch.cgi).
To configure the external search engine the following new
options are added to the configuration file: EXTERNAL_SEARCH
(to enable the feature), SEARCHENGINE_URL (to specify the URL
of the search engine), SEARCHDATA_FILE (to specify the name of
the raw search data to index), EXTRA_SEARCH_MAPPINGS (for search
through multiple projects). See the manual for details.
Added USE_MDFILE_AS_MAINPAGE config option to select a markdown
page to be used as the main page.
id 630645: This patch (contributed by Albert) adds support for
simple logic expressions for \cond, \if, and friends, i.e. you
can do \if (SOME_SECTION_NAME && (!THIS_ALTERNATIVE ||
THAT_ALTERNATIVE))
id 684152: Patch (contributed by Albert) adds a new configuration
option MATHJAX_FORMAT to select the MathJax output format.
Options are HTML-CSS, NativeMML, or SVG.
|
|
The patches are taken from OpenBSD ports repository.
* Disable joystick on OpenBSD/!i386
* Use sndio on OpenBSD
|
|
|
|
This is a regularly-scheduled bugfix release.
amend: invalidate dirstate in case of failure (issue3670)
amend: prevent loss of bookmark on failed amend
bookmarks: fix head selection for merge with two bookmarked heads
bundlerepo: don't return the peer without bundlerepo from getremotechanges
dirstate: don't rename branch file if writing it failed
dirstate: remove obsolete comment from setbranch
hgweb: avoid generator exhaustion with branches
hgweb: fix iterator reuse in atom feed generation
hgwebdir: honor web.templates and web.static for static files (issue3734)
largefiles revert: update lfdirstate with result from first cleanliness check
largefiles status: update lfdirstate with result from cleanliness check
largefiles: commit directories that only contain largefiles (issue3548)
largefiles: don't walk through all ignored files
paper: sanity-check page feed links
scmutil: don't try to match modes on filesystems without modes (issue3740)
zeroconf: use port from server instead of picking port from config (issue3746)
|
|
|
|
Version 6.2.7 - December 22 2012
[BUG FIXED]
global: The -g command failed in handling of files whose size is 0 in some systems.
Now it works.
|
|
|
|
Overview of changes between 1.32.4 and 1.32.5
=============================================
- 689843 - Drop last ues of G_CONST_RETURN
- 689864 - build failure
- 689882 - pango-font.h:381: error: comma at end of enumerator list
- 686512 - pango_cairo_font_get_scaled_font failed under wine
- 690081 - pangofc-fontmap: Remove bad use of the comma operator
- 679299 - Allow incrementally parsing pango markup
|
|
|
|
CHANGES BETWEEN 2.4.10 and 2.4.11
I. IMPORTANT BUG FIXES
- Some vulnerabilities in the BDF implementation have been fixed.
Users of this font format should upgrade.
II. IMPORTANT CHANGES
- Subpixel hinting support has been contributed by Infinality,
based on Greg Hitchcock's whitepaper at
http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
Originally, it was a separate patch available from
http://www.infinality.net/blog/
and which has been integrated.
Note that ClearType support is not completely implemented! In
particular, full support for the options `compatible_widths',
`symmetrical_smoothing, and `bgr' (via the GETINFO bytecode
instruction) is missing.
Activation of subpixel hinting support can be controlled with
the `TT_CONFIG_OPTION_SUBPIXEL_HINTING' configuration option; it
is switched off by default. This feature is still experimental;
we welcome test reports!
- Support for OpenType collections (OTC) has been added.
- Pure CFF fonts within an SFNT wrapper are now supported.
III. MISCELLANEOUS
- Minor rendering improvements to the auto-hinter.
- `FT_GlyphSlot_Oblique' now uses a shear angle of 12°.
- Experimental support to handle `property modules', for example
to control the behaviour of the auto-hinter. The API consists
of two new functions, `FT_Property_Set' and `FT_Property_Get'.
The code is still subject to change and should not be used for
production.
- The `ftdiff' demo program now supports UTF-8 encoded input files
for option `-f'.
- Using keys `r' and `R', you can now adjust the stroker radius in
the `ftview' demo program.
- Other, minor fixes and improvements.
|
|
|
|
Sed 4.2.2
* don't misbehave (truncate input) for lines of length 2^31 and longer
* fix endless loop on incomplete multibyte sequences
* -u also does unbuffered input, rather than unbuffered output only
* New command `F' to print current input file name
* sed -i, s///w, and the `w' and `W' commands also obey the --binary option
(and create CR/LF-terminated files if the option is absent)
* --posix fails for scripts (or fragments as passed to the -e option) that
end in a backslash, as they are not portable.
* New option -z (--null-data) to separate lines by ASCII NUL characters.
* \x26 (and similar escaped sequences) produces a literal & in the
replacement argument of the s/// command, rather than including the
matched text.
|
|
|
|
2.0.19:
* Print unreftors and destructors before calling parent finalize and
dispose as is the proper ordering (thanks to Dmitri Toubelis)
* do not output #line 0 statements (patch from Nick Bowler)
* Fix empty file separator (thanks to H.-J. Schnitzer)
|
|
|
|
------
0.6.33
------
* Fix 2 errors with Jython 2.5.
* Fix 1 failure with Jython 2.5 and 2.7.
* Disable workaround for Jython scripts on Linux systems.
* Issue #336: `setup.py` no longer masks failure exit code when tests fail.
* Fix issue in pkg_resources where try/except around a platform-dependent
import would trigger hook load failures on Mercurial. See pull request 32
for details.
* Issue #341: Fix a ResourceWarning.
|
|
|
|
enca-1.13 2010-02-09
- Reverse usage of temp file while converting using recode to prevent
file truncation (bug #1135).
enca-1.12 2009-10-29
- Fixes some minor memory leaks.
- Fixes little problems in autoconf scripts.
enca-1.11 2009-09-25
- Dropped scanf configure test which is not used at all.
- Fixes some wrong format strings.
enca-1.10 2009-08-25
+ Enca is back alive or at least in maintenance mode.
* Enca now lives in git repository, see <http://gitorious.org/enca>.
- Add missing charset koi8u to belarussian language.
- Fixed some typos in program and documentation.
|
|
|
|
Bump version in view of a possible release
When cached fg and bg colours are 0, trust index more
coverity: copying uninitialized value
coverity: do not let VisioDocument::parse throw
coverity: drop duplicated code
coverity: consistently check ret. value of read*Data
Trying to support initially Text Fields
Fixed line height is in inches :(
|
|
gettext-m4-0.18.2, groff-1.22.1, gsharutils-4.13.2, poppler-0.22.0,
py-distribute-0.6.33, redland-1.0.16, x264-devel-20121229.
|
|
|
|
|
|
|
|
|
|
Ben Collver.
Ur-Quan Masters is a port of the original Star Control 2 for 3DO Consoles.
The project started in August 2002, when Toys For Bob released the partially
ported sources of Star Control 2 3DO version to the fan community. Our goal
is to port this wonderful game to current personal computers and operating
systems. It is and will remain 100% free of charge, and anyone can contribute
to the project and thus help make it even better.
|
|
|
|
In this game you have to help a cute little green animal switch
off some kind of "evil" mechanism. The "power off switch" is hidden
somewhere in high towers. On your way to the target you need to
avoid a lot of strange robots that guard the tower.
That sounds all like a normal jump and run game. What makes this
game different is that you walk arond the tower which is revolving
on the screen, so that you only see the 180 degrees that are
currently visible.
The game is a reimplementation of the old game known as Tower
Toppler or Nebulus.
|
|
|
|
The GNU Autoconf Archive is a collection of many macros for `GNU
Autoconf that have been contributed as free software by friendly
supporters of the cause from all over the Internet. Every single
one of those macros can be re-used without imposing any restrictions
whatsoever on the licensing of the generated `configure` script.
In particular, it is possible to use all those macros in `configure`
scripts that are meant for non-free software.
|
|
|
|
|
|
xdot.py is an interactive viewer for graphs written in Graphviz's
dot language.
It uses internally the graphviz's xdot output format as an intermediate
format, and PyGTK and Cairo for rendering.
xdot.py can be used either as a standalone application from command
line, or as a library embedded in your python application.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog unknown.
|
|
|
|
|
|
Log DB error string in dkimf_add_signrequest(), and fix a DSN handling
error in dkimf_db_strerror().
LIBOPENDKIM: Ignore entries in the oversign header field name list
that are empty, and an oversign header field name list that
is present but empty.
LIBOPENDKIM: Allow header field lists to be empty, flushing any that
were previously defined.
BUILD: Improve tests for including <strl.h>.
REPUTATION: Use lowercase for keywords in REPUTE query generation
and handling.
STATS: Clean up a dead link in opendkim-genstats.
2.7.2 2012/11/14
Log the author domain name when rejecting or discarding due to ADSP.
LIBOPENDKIM: Improve re-entrancy of dkim_eoh() when verifying.
LIBOPENDKIM: Only do a single read attempt of a private key under
GNUTLS to avoid hiding a useful error code.
STATS: Add long option support for opendkim-importstats.
STATS: Fix overly-strict domain name rules in opendkim-reportstats.
TOOLS: Fix opendkim-genkey subdomains default.
TOOLS: Fix opendkim-testmsg GNUTLS initialization.
TOOLS: Add ability to assert a reporter ID to opendkim-spam.
TOOLS: Add ability to skip a fixed number of Received: fields.
TOOLS: Print a warning when asked to generate a key smaller than
the recommended minimum.
BUILD: Fix bug #SF3585163: Use a provided libstrl if detected.
BUILD: Portability fixes for Solaris 10 from Claus Assmann and
Leena Heino.
2.7.1 2012/10/30
Fix bug #SF3581657: Fix faulty logic in LDAP open code.
Fix bug #SF3581743: Properly handle NULLs returned from OpenDBX
queries and low field counts in dkimf_db_walk().
In the _FFR_REPUTATION code, free JSON objects when done with them.
TOOLS: Fix argument parsing in new version of opendkim-genkey.
2.7.0 2012/10/24
Feature request #SF2964375: Reject configuration files that have
a SigningTable referencing a missing or malformed KeyTable
entry.
Feature request #SF3544764: Support for libar has been discontinued.
For asynchronous and/or thread-safe resolver service,
use libunbound or a suitable version of BIND.
Feature request #SF3545658: Replace "ResolvConf" with "Nameservers"
and add support for NS list overrides for versions of bind
that have res_setservers(). Also rename "UnboundConfigFile"
to "ResolverConfiguration", and make "TrustAnchorFile"
generally available.
Feature request #SF3547124: Skip reputation checks on passing
signatures whose keys had a "t=y" value.
Feature request #SF3555842: Add "ReputationTest" setting.
Feature request #SF3556439: Update opendkim-atpszone per RFC6541.
Feature request #SF3559744: Add library option DKIM_OPTS_MINKEYBITS
allowing one to specify a minimum number of key bits for
acceptable keys and signatures. This is exposed through new
configuration file option "MinimumKeyBits". The default
is 1024.
Fix bug #SF3536414: Activate _FFR_OVERSIGN, and remove
DKIM_OPTS_ALWAYSHDRS.
Fix bug #SF3536655: Rename "X-Header" to "SoftwareHeader", and rename
all header fields added that start "X-" to remove that prefix,
per RFC6648. The old name will be accepted through the end
of the 2.7.x line.
Fix bug #SF3538896: Remove antiquated CVS Id: tags, which cleans up
some (harmless) build warnings.
Fix bug #SF3548741: Add "ReputationTimeout" for use inside
_FFR_REPUTATION, rather than using the built-in default
or a hard-coded one.
Fix bug #SF3549307: Remove _FFR_REPUTATION_CACHE, as it is redundant
to caching code that's part of _FFR_REPUTATION already.
Fix bug #SF3555844: Get repute client code in sync with repute.php
(and the current REPUTE WG drafts).
Fix bounds checking in the dstring printf functions.
Fix loop structure in the C side of odkim.get_rcpt().
Change all temporary directory defaults from /var/tmp to /tmp.
Activate _FFR_LUA_GLOBALS.
Request the milter permissions required to get _FFR_REDIRECT working.
Add _FFR_REPRRD, which is a second approach to DKIM-based reputation
using round robin databases and Holt-Winters foreacasting
using rrdtool (see http://oss.oetiker.ch/rrdtool/). Still
experimental.
Patch #SF3555843: With sufficient verbosity, report the default
configuration file path. Patch from Andreas Schulze.
BUILD: Fix bug #SF3531658: Move the strlcat() and strlcpy()
implementations to their own library so that programs don't
drag in crypto and other dependencies they don't need.
Also clean up several other unnecessary dependencies imposed
by imprecise use of autoconf.
BUILD: Patch #SF3555845: Add support for older versions of libcurl.
BUILD: Install non-user things in sbin instead of bin.
LIBOPENDKIM: Feature request #SF3565006: Add dkim_add_querymethod()
and dkim_sig_seterror(), define DKIM_CBSTAT_DEFAULT, and
remove an assertion in dkim_get_key_dns(), which together
allow for applications to develop non-standard key retrieval
mechanisms.
LIBOPENDKIM: Fix bug #SF3559080: Log correct domains and selectors
with SSL errors.
LIBOPENDKIM: Add DNS functions dkim_dns_config(), dkim_dns_init(),
dkim_dns_nslist(), dkim_dns_set_init(), dkim_dns_set_close(),
dkim_dns_set_nslist(), dkim_dns_set_config(),
dkim_dns_set_trustanchor(), dkim_dns_trustanchor().
LIBOPENDKIM: Patch #SF3562496: Add DKIM_OPTS_REQUIREDHDRS to allow
alteration of the mandatory header field set.
LIBOPENDKIM: If "q=" is present and method "dns" is specified, it
must be followed by "/txt", per RFC6376.
LIBOPENDKIM: For dkim_add_xtag(), copy the provided values so the
caller doesn't have to keep them around.
LIBOPENDKIM: Allow dual signing of a single body with dkim_resign().
STATS: Fix bug #SF3555847: Add "--nocircles" to opendkim-gengraphs
to allow operation with versions of gnuplot that don't know
what "with circles" means.
STATS: Patch #SF3555841: Temporary table SQL correction.
TOOLS: Feature request #SF3553918: Add "-u" flag to opendkim-atpszone
and opendkim-genzone enabling them to produce output suitable
for use as input to nsupdate(8).
TOOLS: Feature request #SF3558818: Teach opendkim-testkey about the new
"ResolverConfiguration" setting.
TOOLS: Fix bug #SF3565013: Replace opendkim-genkey with a perl script
that knows how to do splitting of character-strings in DNS
TXT records.
TOOLS: Fix bug #SF3568846: Add "-t" to opendkim-testmsg to allow
override of the directory where temporary files go. Also,
clean up temporary files after creating them.
TOOLS: Add opendkim-rephistory.
This should fix PR pkg/47370.
|
|
devel/ruby-activesupport32 3.2.10
devel/ruby-activemodel32 3.2.10
www/ruby-activeresource32 3.2.10
databases/ruby-activerecord32 3.2.10
www/ruby-actionpack32 3.2.10
mail/ruby-actionmailer32 3.2.10
devel/ruby-railties32 3.2.10
|
|
Only version has updated.
|
|
Only version has updated.
|
|
Only version has updated.
|