Note that Asterisk 10.* will be going into security fix only mode
on Dec. 15th, 2012. Users may wish to consider moving to one of
the Long Term Support versions: comms/asterisk18 (Asterisk 1.8.*)
or comms/asterisk (which currently has Asterisk 11.*). See
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions for
information on Asterisk versions.
----- 10.11.0:
The Asterisk Development Team has announced the release of Asterisk 10.11.0.
The release of Asterisk 10.11.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
* --- Prevent resetting of NATted realtime peer address on reload.
* --- Do not use a FILE handle when doing SIP TCP reads.
* --- Fix ConfBridge crash if no timing module loaded.
* --- confbridge: Fix a bug which made conferences not record with
AMI/CLI commands
* --- Fix execution of 'i' extension due to uninitialized variable.
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.11.0
Thank you for your continued support of Asterisk!
----- 10.10.1:
The Asterisk Development Team has announced the release of Asterisk 10.10.1.
The release of Asterisk 10.10.1 resolves an issue reported by the
community and would have not been possible without your participation.
Thank you!
The following is the issue resolved in this release:
* --- chan_local: Fix local_pvt ref leak in local_devicestate().
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.10.1
Thank you for your continued support of Asterisk!
----- 1.8.19.0:
The Asterisk Development Team has announced the release of Asterisk 1.8.19.0.
The release of Asterisk 1.8.19.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
* --- Prevent resetting of NATted realtime peer address on reload.
* --- Do not use a FILE handle when doing SIP TCP reads.
* --- Fix execution of 'i' extension due to uninitialized variable.
* --- Ensure that the Queue application tracks busy members in off
nominal situations
* --- Properly extract the Body information of an EWS calendar item
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.19.0
Thank you for your continued support of Asterisk!
----- 1.8.18.1:
The Asterisk Development Team has announced the release of Asterisk 1.8.18.1.
The release of Asterisk 1.8.18.1 resolves an issue reported by the
community and would have not been possible without your participation.
Thank you!
The following is the issue resolved in this release:
* --- chan_local: Fix local_pvt ref leak in local_devicestate().
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.18.1
Thank you for your continued support of Asterisk!
Postfix 2.8 and later:
* The postscreen_access_list feature failed to ignore case in the
first character of a command (e.g., permit, reject, etc.).
Reported by Francis Picabia. (This fix is incorrectly listed
in the HISTORY files of earlier releases, and will be removed
with a future patch.)
All supported releases:
* Strip the datalink suffix (e.g., %eth0) from IPv6 addresses
returned by the system getaddrinfo() routine. Such suffixes
break the default mynetworks value, the Postfix SMTP server's
reverse/forward DNS name/address mapping check, and possibly
more.
* To eliminate the possibility of collisions with connection cache
lookup keys, the Postfix LDAP client now computes those lookup
keys by joining the number-valued connection properties with
ASCII null, just like it already did with the string-valued
connection properties.
* There was a memory leak during one-time TLS library initialization
(introduced with Postfix 2.5). Reported by Coverity.
* There was a memory leak in the unused oqmgr(8) program (introduced
with Postfix 2.3). Reported by Coverity.
Add LICENSE
Remove unneeded MESSAGE file
Upstream changes:
Version 2.1
----------------------------------------------------------------------
* Fixed bug 196 "clustalx: user feedback about use of secondary structure
printed to console" - secondary structure is now used if specified
in Alignment -> Alignment Parameters -> Secondary Structure Parameters
UserParameters->getGui() should be used when ClustalW code needs to
know if a function has been called from ClustalX
* Fixed bug 204 "Nexus alignment format contain invalid line" - the amino
acid alphabet line has been removed
* Missing/corrupted file names in ClustalX status messages have been
fixed
* Fixed bug 175 "msf/pileup files cannot be read if sequences names are
all numbers" - this happened if a line such as
528244 .......... .......... .......... .......... ..........
was present in the first block of the file
* Fixed bug 192 "Alignment in Phylip Format broken for big Alignments"
* Fixed bug 198 "Warning about divergent sequences gets printed to
console in ClustalX"
* Fixed bug 151 "clustalx doesn't switch to profile alignment mode when
profile12 is given on cmdline"
----------------------------------------------------------------------
Version 2.0.12
----------------------------------------------------------------------
* Fixed bug 189 "Fixed filename used for iteration":
Now Creating temporary file and added error check
* Fixed bug 180 "Pairwise NJ tree: final bracket missing"
* Fixed bug 178 "Seg-fault on 64bit when -quicktree -upgma for sequences with high identity":
Using relative error now to avoid unsafe comparison which led to
incorrect branching
* Fixed Bug 176 "iteration doesn't iterate if -usetree is used as well"
* Fixed bug 162 "percent identity file option in clustalW not working":
Added -pim as command line option. See help
* Fixed bug 155 "upgma trees cannot be read"
* Fixed bug 147 "report duplicate sequences":
"ClustalW/X now report offending sequences which are empty, duplicates etc
* Fixed bug 134 "Exit when encountering unrecognized cmdline params":
ClustalW now exits when encountering invalid values for command line
arguments instead of just reverting to default values
* Fixed bug 185 "clustal alignments differ between interactive and commandline mode"
window-gap and ktuple initialisation now fixed and made the same
between commandline and interactive mode
* Fixed bug 184 "error messages are send to stdout"
* Fixed bug when weights are 0, and nseq > INT_SCALE_FACTOR in UPGMA
code (see RootedGuideTree.cpp)
* General code cleanup
- Introduced return values where control reached end of non-void function
- Removed unused variables
- Removed comparison between signed and unsigned integer expressions
- Removed deprecated conversion from string constant to char*
----------------------------------------------------------------------
Version 2.0.11
----------------------------------------------------------------------
* fixed file extension bug 166 in interactive mode
* Fixed bug 169, memory violation for DNA/RNA k-tuple
* Cut down distance calculation, symmetric matrix
----------------------------------------------------------------------
Version 2.0.10
----------------------------------------------------------------------
* Fixed g++-4.3 compilation errors
* Added new -quiet command line flag
* Added new -stats=<file> command line flag
* Fixed bug 142: command separator can now be mixed "/" and "-" on all platforms
* Fixed bug 141: profile merging and saving failed
* Fixed bug 139: saving of column quality scores
* Updated help files (new flags, new colour parameter format)
----------------------------------------------------------------------
Version 2.0.9
----------------------------------------------------------------------
* GUI now responding and giving feedback during alignment
* automatic automake os detection
* new OS_ define (set by clustalw/configure clustalx/clustalx.pro)
* got rid of qt3 dependencies
* removed QScrollArea bug workaround (fixed in Qt 4.3)
* Fixed bug 135: Last sequence and last residue not displayed on MacOSX
* Fixed bug 123: secondary structure profile alignment in clustalX on Mac
* Fixed g++-4.3 build error (include climits.h)
----------------------------------------------------------------------
Version 2.0.8
----------------------------------------------------------------------
* Implemented maxseqlen cmdline switch
* Updated help-file
* Fixed Bug 123: loading profile using gap penalties (ClustalX, Mac)
* Fixed bug 133: providing profiles on command line fails (ClustalX)
* Fixed bug 125: Angle bracket inside sequence
* Fixed bug 129: Early exit on empty sequence
* Fixed a couple of possible memory leaks
----------------------------------------------------------------------
Version 2.0.7
----------------------------------------------------------------------
* Fixed bug 121: CRLF in sequence names (Pearson) are not trimmed
* Fixed bug 122: convert option broken
* Fixed reopened bug 114: profile alignment input didn't work with new
getSeqRange routines
* Fixed bug 119: build with g++ 4.3
----------------------------------------------------------------------
Version 2.0.6
----------------------------------------------------------------------
* Fixed bug 77: fasta input performance issue
* Fixed bug 114: segfault while doing profile alignment with secondary
structure mask
* Removed unncessary id console output in EMBLFileParser.cpp
* Fixed Bugs 108 and 109 and allowed mixed-case command line options
----------------------------------------------------------------------
Version 2.0.5
----------------------------------------------------------------------
* Fixed bug 105: Disallowed combination of "Reset Gaps"
and Iteration in GUI
* Fixed bug 104 "reset all gaps doesn't work"
* Changed command line separator for Mac to hyphen instead slash
* Fixed full command line parsing for ClustalX after help flag
----------------------------------------------------------------------
Version 2.0.4
----------------------------------------------------------------------
* Updated URLs in help files
* Fixed bug 96: error message when loading alignment with identical
sequence names
* Made console output look more like 1.83
* Fixed bug 100: "Scores in clustalw2.0 don't match clustalw1.83"
getMatrix was called with wrong scaling factor
* Fixed bug 99: "stars in input not ignored"
Asterisks were changed to gaps in alignment
* New command line option: -fullhelp which dumps the built-in help
file content.
* Quickfix for bug 94 "quicktree seqfault"
----------------------------------------------------------------------
<= Version 2.0.3
----------------------------------------------------------------------
* Added LICENSE file to distribution
This file contains the information about commercial licensing of
clustal as well as FAQ for licensing issues
* Added README file to distribution
This is the file that lists the files and directories on the Clustal
FTP site. It also includes acknowledgements of people who have
contributed binaries
* Removed .pro Qt file from the distribution
pro-file should be generated anew using qmake and modified according
to build requirements, i.e. no need for version control.
* Fixed bug where ClustalX2 was not processing command line args
* Fixed Segfault on opening helpfile. Happened on Linux only with -O2
and when calling binary directly, not using the wrapper
* Added debian packaging files
* Added support for help command line flag GUI/xmenus version
When requesting help file, graphical version of command line help is
displayed (1.83 tried to open clustalw help)
* Added complete automake (configure etc) system according to the
following websites:
- http://www.openismus.com/documents/linux/automake/automake.shtml
- http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html
* clustalw files source files have been moved to subdir
* Fixed bug #53 change MAXNAMESTODISPLAY back to 10 from 30.
This fixes problem of large amount of space between sequence name and
actual alignment in clustal output files
* This solves bug #72 with long lines (5000+) in fasta files
changed code to use strings rather than arrays. Needed to add delim
parameter to getline in order to read files formatted for different
OSs on different platforms.
* Fixed Bug 79:
"The count of amino acids in the ClustalX Postscript output not correct"
Off-by-one issue
* ClustalX and ClustalW version numbers are now the same and defined in
ClustalW code (automake)
* Fixed problem with compilation of ClustalX2 with gcc3
avoiding gcc3 error message: cannot declare member function
QDir::currentPath'
* Target now clustalw2 instead of clustalw
* Fixed Bug 46
added in aminoacid code O for pyrrolysine
* Fixed bug 89
changed clustalw2.0 to conform to 1.83 behaviour for width of sequence
ID and alignment
* Fixed bug 90
changed clustalw2.0 to conform to 1.83 behaviour leading spaces are
stripped from FASTA identifiers.
* Fixed bug 91
Clustalw2.0 now handles pseudo-FASTA/MoST format files. Strips out
numbers and spaces.
DragonFly has two compilers in base, GCC 4.4.7 and GCC 4.7.2.
The way one switches between them for userland programs is to set
CCVER in the environment.
However, to set this via make.conf is tricky. I've been using the
low level "ALL_ENV+= CCVER=gcc47", but this trick fails to properly
identify the compiler which results in _GCC_VERSION being incorrectly
defined.
Additionally, there are some prominent packages that do not build on
gcc 4.7 and the fix is either not fully understood or would require a
large amount of work to implement. In these cases, it is desireable
to specify the package be built on gcc 4.4 regardless of CCVER setting.
To address these issues, a new directive is added: DRAGONFLY_CCVER.
It is only effective if OPSYS equals "DragonFly", and it will properly
set CCVER and properly define _GCC_VERSION. It will also allow a
per package specification of a particular compiler in the pkg makefile.