Some security problems have been addressed, and overall stability
has improved. There are no new features.
(The security problems were already fixed in pkgsrc.)
a) 'make install' was broken if option memtestplus-iso was
specified
b) patch-ac wouldn't pass pkglint
c) correct document for the BadRAM link
d) add compilation support for 64-bit i386 ports
* Compile fix for gcc 4.1
* Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf
2.61
* Documentation improvements, including an updated `man' page.
* Complain if more than one file is specified when checking files
using the `aspell check' command, rather than ignoring the other
files.
* Large number of bug fixes.
New in ver 1.16
===============
New features
two different types of black preservation on CMYK-> CMYK transforms
Ability to set adaptation state of observer on absolute colorimetric transforms.
A rather advanced feature. Actually it only allows No adaptation (d=0) and observer fully adapted (d=1)
lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced.
icctrans can now read CGATS/IT8 files.
improved tifficc with tiff Lab8 support
icclink now supports colorant table tag.
New functions
double cmsSetAdaptationState(cmsHTRANSFORM hTransform, double d);
void cmsSetHeaderAttributes(cmsHPROFILE hProfile, DWORD Flags);
DWORD cmsTakeHeaderAttributes(cmsHPROFILE hProfile);
icInt32Number cmsGetTagCount(cmsHPROFILE hProfile);
icTagSignature cmsGetTagSignature(cmsHPROFILE hProfile, icInt32Number n);
int cmsSetCMYKPreservationStrategy(int n)
BOOL cmsIT8SaveToMem(LCMSHANDLE hIT8, void *MemPtr, size_t* BytesNeeded);
BOOL _cmsIsMatrixShaper(cmsHPROFILE hProfile);
BOOL _cmsAddDateTimeTag(cmsHPROFILE hProfile, icTagSignature sig, struct tm *DateTime);
BOOL _cmsAddColorantTableTag(cmsHPROFILE hProfile, icTagSignature sig, LPcmsNAMEDCOLORLIST nc);
double cmsEvalLUTreverse(LPLUT Lut, WORD Target[], WORD Result[], LPWORD Hint);
LPcmsNAMEDCOLORLIST cmsReadColorantTable(cmsHPROFILE hProfile, icTagSignature sig)
LPcmsGAMUTEX cmsReadExtendedGamut(cmsHPROFILE hProfile, int index);
void cmsFreeExtendedGamut(LPcmsGAMUTEX gex);
New tags supported
icSigColorantTableTag LPcmsNAMEDCOLORLIST
icSigColorantTableOutTag LPcmsNAMEDCOLORLIST
icSigCalibrationDateTimeTag const struct tm*
New flags:
cmsFLAGS_PRESERVEBLACK
cmsFLAGS_GRIDPOINTS(n)
And of course some bug fixing.
version 1.2.15beta1 [December 3, 2006]
Generated configure with autoconf-2.61 instead of 2.60
Revised configure.ac to update libpng.pc and libpng-config.
version 1.2.15beta2 [December 3, 2006]
Always export MMX asm functions, just stubs if not building pnggccrd.c
version 1.2.15beta3 [December 4, 2006]
Add "png_bytep" typecast to profile while calculating length in pngwutil.c
version 1.2.15beta4 [December 7, 2006]
Added scripts/CMakeLists.txt
Changed PNG_NO_ASSEMBLER_CODE to PNG_NO_MMX_CODE in scripts, like 1.4.0beta
version 1.2.15beta5 [December 7, 2006]
Changed some instances of PNG_ASSEMBLER_* to PNG_MMX_* in pnggccrd.c
Revised scripts/CMakeLists.txt
version 1.2.15beta6 [December 13, 2006]
Revised scripts/CMakeLists.txt and configure.ac
version 1.2.15rc1 [December 18, 2006]
Revised scripts/CMakeLists.txt
version 1.2.15rc2 [December 21, 2006]
Added conditional #undef jmpbuf in pngtest.c to undo #define in AIX headers.
Added scripts/makefile.nommx
version 1.2.15rc3 [December 25, 2006]
Fixed shared library numbering error that was intruduced in 1.2.15beta6.
version 1.2.15rc4 [December 27, 2006]
Fixed handling of rgb_to_gray when png_ptr->color.gray isn't set.
version 1.2.15rc5 [December 31, 2006]
Revised handling of rgb_to_gray.
version 1.2.15 [January 5, 2007]
Added some (unsigned long) typecasts in pngtest.c to avoid printing errors.
* Changes in OpenCOBOL 0.31
** Stability update - See individual ChangeLogs
** New driver program - "cobcrun"
This allows all application programs to be compiled as
modules and driven by "cobcrun" similar to MF's "cobrun".
Syntax - cobcrun <MAINPROG> [Arguments to program "MAINPROG"]
As "cobcrun" is linked with the static version of Open Cobol
libraries, it is easier to maintain concurrent versions on the
same system.
-----------------------------------------------------------------------
* Changes in OpenCOBOL 0.30
** Installation changes
*** No longer use readline.
*** No longer use run-time configuration file (libcob.conf)
*** libdb is now optional.
Use the new configure option --with-db1 to link with libdb1.
Use the new configure option --with-db to link with libdb.
Otherwise, libdb will not be linked, and indexed files and
SORT/MERGE statements will not work.
*** New subdirectory `config' will be installed under
$prefix/share/open-cobol.
** Compatibility changes
*** New -std options:
default used when you omit -std
cobol85 COBOL 85 Standard
cobol2002 COBOL 2002 Standard
ibm IBM COBOL compatibility
mf Micro Focus COBOL compatibility
v023 OpenCOBOL 0.23 compatibility
*** Compile-time options can be stored in a "config" file.
See config/default.conf for details.
*** Binary data items are now big endian.
The config option `binary-byteorder' controls this.
*** Numeric sign of USAGE DISPLAY items has been changed as follows:
Positive: 0123456789 Negative: pqrstuvwxy
The config option `display-sign' controls this.
*** Data items defined in the working-storage section are
initialized at the beginning of program by default.
The config option `auto-initialize' controls this.
*** SORT statement now creates a temporary file in /tmp for sorting
and removes it after sorting.
** Feature changes
*** COPY statements try to complement the following file extensions:
.CBL, .COB, .cbl, or .cob.
*** COPY / REPLACE statements are reimplemented for better replacement.
*** SPECIAL-NAMES. FORMFEED IS ...
*** ALPHABET ... IS EBCDIC.
*** EXTERNAL clause.
*** SHARING clause.
*** USAGE COMP-5 and COMP-X.
*** USAGE POINTER and ADDRESS OF operator.
*** LENGTH OF operator.
*** PROCEDURE DIVISION USING BY REFERENCE/CONTENT/VALUE.
*** DISPLAY ... ENVIRONMENT-NAME. ACCEPT ... ENVIRONMENT-VALUE.
*** COLLATING SEQUENCE in the SORT and MERGE statements.
*** EXIT PERFORM [CYCLE] statement.
*** SORT table.
*** OPEN ... WITH NO REWIND / WITH LOCK recognized, though not working.
*** Literal concatenation (the `&' operator).
** Compiler changes
*** New compiler environment variable TMPDIR.
*** New compiler environment variable COB_LDFLAGS.
*** The runtime environment variable COB_CONFIG_FILE has been removed.
*** New runtime environment variable COB_DYNAMIC_RELOADING.
*** New compiler option `--list-reserved', which list all reserved words.
*** New compiler option `-conf', which specifies the config file.
*** New compiler option `-ext', which specifies the copy file extension.
*** The compiler option `-O' now does C level optimization.
*** New compiler option `-O2', which does further C level optimization.
*** New compiler option `-L' and `-l', which are passed to the C compiler.
*** New compiler option `-ftrace', which display section names at run time.
*** New compiler option `-fsyntax-only', which does syntax error check
only without any output.
*** New compiler option `-fstatic-call', which is equivalent to `-static'.
*** New compiler option `-fdebugging-line', which enables debugging lines.
*** New compiler option `-fsource-location', which includes source location
in the output.
*** New compiler option `-fline-directive', which includes line directive
in the output.
*** New compiler option `-fruntime-inlining', which is the replacement
of obsolete options `-finline-move' and `-finline-get-int'.
*** New compiler option `-w', which inhibits warnings.
*** New compiler option `-Wredefinition', which warns redefined names.
*** The compiler options `-static' and `-dynamic' are obsolete.
*** The compiler option `-column' removed.
** Many improvement for compatibility.
** Many many bug fixes.
command, making it return with a non-zero exit status.
The first use of it is in a command called FAIL_MSG, which prints an
error message and exits immediately. ERROR_MSG itself doesn't do that.
GTetrinet 0.7.11 - 2006-11-15
- Fix a long-standing hang/crash when executing GTetrinet for
the first time (Loïc Minier, #114425).
- Remember game mode setting (Lucas Nussbaum, #344522).
- Fix compilation without libesd (Ricardo Setti, #312995).
- Fix a crash on NetBSD/Sparc64 (#338712).
- New and updated translations: Nepali (Pawan Chitrakar),
Catalan (Jordi Mallach), Welsh (Dafydd Harries), Dutch (Wouter Bolsterlee),
Swedish (Daniel Nylander).
GTetrinet 0.7.10 - 2006-09-02
- SECURITY RELEASE -- Ref. CVE-2006-3125
- Add index undeflow protections in network code.
- Require GTK+ 2.6.0.
- Fixed manpage typos.
- Require new intltool and move ALL_LINGUAS to po/LINGUAS.
- New and updated translations: Bulgarian (Alexander Shopov),
Basque (Iñaki Larrañaga), Traditional Chinese (Abel Cheung),
German (Jens Seidel), Nepali (Pawal Chitrakar), Finnish (Ilkka Tuohela),
Vietnamese (Clytie Siddall).
GTetrinet 0.7.9 - 2005-04-29
- Revamped encoding of data handling, fixing the output in partyline, etc.
when using UTF-8 locales (Vidar Holen).
- Ported to use GtkAboutDialog (Pedro Villavicencio Garrido).
- Fixed network latency issues (Julien Plissonneau Duquène).
- Fixed crashes in the channel list support (Julien Plissonneau Duquène).
- New and updated translations: Traditional Chinese (GNOME HK Team),
Canadian English (Adam Weinberger), Norwegian bokmål (Vidar Holen),
Bulgarian (Yavor Doganov), Kinyarwanda (Steve Murphy).
GTetrinet 0.7.8 - 2004-12-26
- Added minimal support for the Blocktrix protocol, now in use at
tetrinet.org (Loren Abrams).
- New and updated translations: Italian (Riccardo Bozzo),
German (Gerfried Fuchs), Korean (Michael Kim),
Canadian English (Adam Weinberger), Serbian (Danilo Šegan),
Punjabi (Amanpreet Singh Alam), Norwegian bokmål (Kjartan Maraas),
Simplified Chinese (Funda Wang).
* Changes since 1.4.0
** set padding affects bar location
On OSX the bar and top of each window is hidden by the menu bar. set
padding corrects the window problem but not the bar problem. So this
change fixes that.
** new set variable framefmt
See docs for info.
** new commands swap, exchangeleft, exchangeright, exchangeup, exchangedown
See docs for info
** new commands execa and execf
See docs for info.
** default font change
It is now "-*-fixed-bold-r-normal-*-15-*-*-*-c-*-*-*" which hopefully
fixes some i18n issues.
** new command set topkmap
See info manual.
** build date in ratpoison -v
** new command sfrestore
restores frame configurations for multiple screens.
** support for i18n fonts
Version 0.9.4 (released December 8th 2006)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.4
User-visible changes
* 446 New Feature: Support for Subversion 1.4.2
* 368 New Feature: Show affected files/dirs in Log dialog
* 425 New Feature: Show dialog for errors
* 447 New Feature: Add Annotate functionality
* 439 New Feature: Translation for Simplified Chinese
* 441 New Feature: Translation for Brazilian Portuguese
* 453 New Feature: Translation for Italian and Portuguese (while updating translations)
* 213 Enhancement: Different icon for a repository bookmark
* 292 Enhancement: Enable recursive update for get action
* 295 Enhancement: Import dialog uses URL of the current selection
* 245 Enhancement: Checkout Dialog remembers previous working copies
* 417 Enhancement: Mac: Change 48x48 Icon
* 420 Enhancement: Dont expand folders while navigating with the keyboard
* 433 Enhancement: Make "Diff to another rev/date" the default option for diff dialog
* 434 Enhancement: Allow compare with ONE other revision in log dialog
* 442 Enhancement: Update the indicator if a repository folder has no children
* 468 Enhancement: Resizeable log dialog
* 444 Enhancement: Log history window resizing
* 454 Enhancement: Allow editing for unversioned files
* 175 Fixed: File modified status didnt refresh automatically
* 322 Fixed: Unable to expand directory in tree view
* 354 Fixed: RapidSVN didnt show an error if no diff tool is configured
* 373 Fixed: Update didnt pull svn:externals
* 374 Fixed: Edit action failed after folder change
* 407 Fixed: View (in log dialog) failed after folder change
* 431 Fixed: Diff (in log dialog) failed after folder change
* 409 Fixed: Sash location setting not correct under wxGTK
* 423 Fixed: wxGTK: Selecting Diff options worked only with Mouse
* 426 Fixed: Win32: Working copies on network share not accessible
* 429 Fixed: Refresh caused folder browser to lose the selected folder
* 436 Fixed: UI dead when a repository refused anonymous
* 437 Fixed: Diff tool arguments hidden in Program Preferences
* 438 Fixed: RapidSvn Authentication failure after change of system password
* 443 Fixed: Diff dialog fields didnt resize
* 448 Fixed: HistoryValidator didnt set text control value
* 459 Fixed: Double-click on child in list view does not work
* 464 Fixed: RapidSVN crashed on SSL certificate dialog
* 465 Fixed: Move directory into subdirectory failed
* 469 Fixed: Switch URL crashed from Folder Browser
* 470 Fixed: Double-click on child URL in list view didnt work
* 471 Fixed: Https crashed on Windows
* 472 Fixed: Win2K: Icons in folder browser and filelist have black border
Developer-visible changes
* 346 Fixed: Could not compile rapidsvn-0.9.0 with GCC 4.1.0-beta20051230
* 408 Fixed: Solaris Compilation with Sun compiler and linker broken
Work in progress (not completed)
* 7 Create user documentation
* 41 Icons for all cmds
* 451 Use wxWidgets date picker control for date fields on Diff dialog
* 331 Display svn:externals properly
* 377 Mac: OpenSSL not supported
* 419 Win32: OpenSSL was not static in Installer
Version 0.9.3-1 (released June 29 2006)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.3-1
User-visible changes
* 427 Win32: Incompatible update to Bdb 4.4 while SVN is using 4.3
1.0.4 (20 Dec 06)
~~~~~~~~~~~~~~~~~
Fixes some minor bugs since the last version, 1.0.3.
* Fix file permissions race problem (CAN-2005-0953).
* Avoid possible segfault in BZ2_bzclose. From Coverity's NetBSD
scan.
* 'const'/prototype cleanups in the C code.
* Change default install location to /usr/local, and handle multiple
'make install's without error.
* Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758
to the extent that applies to bzgrep.
* Use 'mktemp' rather than 'tempfile' in bzdiff.
* Tighten up a couple of assertions in blocksort.c following automated
analysis.
* Fix minor doc/comment bugs.