the header file <rfuncs.h> through a compiler flag along with some
unnecessary linker flags. This should hopefully resolve pkg/27631,
security/gpgme dies on configure.
From ChangesLog:
* Improve robustness. (client/server)
Make this more friendly to userlevel POSIX thread libraries.
* Improve performance to parse rcsfile(5) based files.
* When -u/-g is specified, drop the privilege. (server)
* Update scanfiles when changes anything only.
Changes:
- UTF-8 filenames, while still not handled correctly, are handled a little
more gracefully. That is to say, the library doesn't fail to open files
with filenames using characters outside the ASCII subset. I'm very
interested in any information as to the "right" way to handle filenames
of this sort.
- Files not containing a compressed section are handled properly, such as
.chw files. These files seem to contain information about compression,
but the information is invalid or empty. The library deals gracefully
with this now.
- Files compressed with different options were not being decompressed
properly. In particular, if the "reset interval" for the compressed
section was other than 2 block sizes, it could fail to read some of the
files.
- The caching system was improved slightly, in conjunction with this
previous bugfix.
PKGREVISIONs of packages including it, because the recent update of
libexif changed the major version number of libexif. Noted by dieter
and Jeremy C. Reed on tech-pkg@.
Fixes
- If the toplevel directory of a source isn't writable, then mark the
whole source as readonly (Mark)
- Plug various leaks (Kjartan)
Translators
- Christophe Merlet (RedFox) (fr)
- Alessio Frusciante (it)
- Žygimantas Beručka (lt)
- Li-Jen Hsin (zh_TW)
* configure.in (VERSION): Bump to 1.4.2.
* NEWS: Describe 1.4.2's changes.
* src/m4.c (reference_error): Preserve errno, since M4ERROR
relies on this.
* src/builtin.c (m4_esyscmd): Clear errno before calling popen.
(m4_maketemp): Clear errno before calling mkstemp.
* src/path.c (path_search): Don't let "free" trash errno when
returning NULL.
* src/output.c (insert_file): Don't assume errno has a valid
value simply because fread returns zero. This fixes a
portability bug reported by Marion Hakanson in
<http://lists.gnu.org/archive/html/bug-m4/2004-07/msg00029.html>.
Fixes PR pkg/27301.
IO::Util - A selection of general-utility IO function
This is a micro-weight module that exports just a couple of
functions of general utility in IO operations.
OOTools is a collection of pragmas to easily create constructors methods and
lvalue accessor methods at compile time. OOTools distribution includes:
Class::constr Pragma to implement constructor methods
Class::props Pragma to implement lvalue accessors with options
Class::group Pragma to implement group of properties accessors with options
Object::props Pragma to implement lvalue accessors with options
Object::group Pragma to implement group of properties accessors with options
strerror_r(). These are thread safe versions of the corresponding functions
without the "_r". The package is implemented so that it may be used simply
by including it's buildlink3.mk file.
This is a simple module that factory classes can use to generate new
types of objects on the fly, providing a consistent interface to common
groups of objects.
Factory classes are used when you have different implementations for the
same set of tasks but may not know in advance what implementations you
will be using.
Cesar Catrian.
Intel2GAS is a converter that will convert assembler source files written for
NASM to files that can be assembled using the GNU Assembler (GAS), on the i386
platform. It provides support for basic MMX instructions as well.
This converter was written for the Hermes project and is now released to the
general public. The code inside this converter is extremely flexible, you can
write a syntax file to convert between any two assembler languages on a good
day.. :)
Features:
Basic opcodes are done
MMX/FPU support (converts all Hermes files :)
Preliminary Gas2Intel conversion
Conversion from masm/tasm to gnu syntax
convenient classes for writing small assembly programs. Only that instead of
having to remember confusing assembly mnemonics and requiring the developer
to remember how to use complex tools like assemblers and linkers, everything
is done the easy way: in Python. InlineEgg is oriented - but not limited -
to developing shellcode (sometimes called eggs) for use in exploits.
Changes since last packaged version (0.16alpha.pl0):
* We now support the "x" (make g-file executable) and "y"
(limit keyword expansion) SCCS file flags. These are SCO
OpenServer and Sun Solaris 8 extensions, respectively.
* We now support "sccs diffs -u", which of course produces
unified-format diffs. We also support the "-n" and "-w"
options to diff and the -a, -B, -d, -H, -p, -q, -s, -v ad
-y options to GNU diff.
* Some changes to support compilation with Sun CC 5.5.
(this was a suggestion by Thomas Duffy, who has just taken on
responsibility for the RPM and SRPM packages of CSSC).
* The "sccs -d /xxx print foo.txt" command now works;
previously, use of the "-d" flag would have generated an
error.
* Better handling of the archive bit on Windows systems.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
- migth as well just take maintainership
Changes:
- Fix for the compilation on Solaris.
- Redone the #if... hierarchy to be a bit less confusing.
- Remove the unsupported float80 support
- Allow building a DLL with MSVC7 (not compatible with the MinGW one)
- Proper description for the SHARED option.
API version 2 to choose the builtin library over GNU gettext shipped
with each package.
In fact, the gettext library included in a package should never be
used. Otherwise every such package would install charset.alias and
locale.alias, causing conflicts with each other when pkgviews is
enabled.
For platforms without ngettext() in their builtin libintl (assumed to
be gettext-lib-0.10.35nb1 by gettext-lib/builtin.mk), packages
requiring gettext API version 2 must add dependency on
gettext-lib>=0.10.36 to share devel/gettext-lib rather than to link
statically against the included gettext library.
Changes:
* Added CCACHE_READONLY option.
* Added CCACHE_TEMPDIR option.
* Fixed handling of hard-linked compiler on AIX.
* Added O_BINARY support, to try and support win32 compiles.
* Show cache directory in stats output.
* Fixed handling of HOME environment variable.
NOTE: This release changes the hash input slighly, so you will probably
find that you will not get any hits against your existing cache when
you upgrade.
On Interix, force inclusion of devel/ncurses/buildlink3.mk from
mk/curses.buildlink3.mk. This forces inclusion of its builtin.mk too.
In devel/ncurses/builtin.mk, if using Interix's builtin ncurses, always
transform -lncurses to -lcurses. (-lncurses is static, but -lcurses is
shared; we want the shared version.)
If HAVE_POSIX_SPAWN is defined, code is compiled in that requires environ
to be declared. Solaris doesn't declare environ, so declare it (guarded by
HAVE_ENVIRON_DECL) in the files in which it is used.
Solaris 10 systems HAVE_POSIX_SPAWN, whereas previous versions do not.
Changes:
* umbrello: Remove need for flex library
* umbrello: Fix various crashes
* umbrello: Fix deletion of message in sequence diagram
* umbrello: Fix deletion of association name label
* umbrello: Fix C++ import of code with comments
* umbrello: Improve quality of export to EPS
* umbrello: Allow deletion of enum literals
* umbrello: Improve perl code generation (POD)
EET is a tiny library designed to write an arbitrary set of chunks of
data to a file and optionally compress each chunk (very much like a
zip file) and allow fast random-access reading of the file later on.
It does not do zip as a zip itself has more complexity than is needed,
and it was much simpler to implement this once here.
EET is extremely fast, small and simple. EET files can be very small
and highly compressed, making them very optimal for just sending
across the Internet without having to archive, compress or decompress
and install them. They allow for lightning-fast random-access reads
once created, making them perfect for storing data that is written
once (or rarely) and read many times, but the program does not want to
have to read it all in at once.
It also can encode and decode data structures in memory, as well as
image data for saving to EET files or sending across the network to
other machines, or just writing to arbitrary files on the system. All
data is encoded in a platform independent way and can be written and
read by any architecture.
POE is a framework for creating multitasking programs in Perl.
POE parcels out execution time among one or more tasks, called
sessions. Sessions multitask through cooperation (at least until
Perl's threads become mainstream). That is, each session returns
execution to POE as quickly as possible so it can parcel out time to
the next.
POE includes a high-level component architecture. Components are
modular, reusable pieces of programs. They perform common, often
tedious tasks so programmers can work on more interesting things.
POE provides medium- and low-level concurrency functions. Components
use them to perform their tasks. The functions are also available to
programmers who prefer to avoid the overhead of components at the
expense of writing more code. Components and custom sessions coexist
because they all use the same basic functions.
POE supports graphical toolkits such as Tk and Gtk. It is the only
Perl programming framework that does this. It also supports Curses,
HTTP, and other user interfaces. POE programs can present multiple
user interfaces at once.
COMMENT= System call tracing utility
If you use SunOS 4.x, System V release 4, Solaris 2.x and Irix 5.x,
or similar, please give this a try. (I use it under Linux.)
The development site silently moved away from openh323.org without
even a notice on that page. That page still advertises 1.5.2 as the
latest version, even though development is alive and kicking and
is at 1.8.2 now. Oh well...
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
#637731 - blocking mouse grab when autocompleting (Suresh)
Other bugs and changes:
- Updated translations:
it (Craig Jeffares)
zh_TW (Craig Jeffares)
id (Mohammad DAMT)
th (Supranee Thirawatthanasuk)
hi (Guntupalli Karunakar)
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Also added comment to www/apache2/Makefile.common to remind to
update checksum in devel/apr also.
No actual devel/apr changes seen.
Also removed www/apache2/patches/patch-ab because it is identical to
fix for security in new version.
Changes with Apache 2.0.52
*) Use HTML 2.0 <hr> for error pages. PR 30732 [André Malo]
*) Fix the global mutex crash when the global mutex is never allocated
due to disabled/empty caches. [Jess Holle <jessh ptc.com>]
*) Fix a segfault in the LDAP cache when it is configured switched
off. [Jess Holle <jessh ptc.com>]
*) SECURITY: CAN-2004-0811 (cve.mitre.org)
Fix merging of the Satisfy directive, which was applied to
the surrounding context and could allow access despite configured
authentication. PR 31315. [Rici Lake <rici ricilake.net>]
*) Fix the handling of URIs containing %2F when AllowEncodedSlashes
is enabled. Previously, such urls would still be rejected.
[Jeff Trawick, Bill Stoddard]
*) mod_mem_cache: Fixed race condition causing segfault because of memory being
freed twice, or reused after being freed.
[J. Clar, W. Stoddard, G. Ames]
*) Add -l option to rotatelogs to let it use local time rather than
UTC. PR 24417. [Ken Coar, Uli Zappe <uli ritual.org>]
*) mod_log_config: Fix a bug which prevented request completion time
from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
processing. PR 29696. [Alois Treindl <alois astro.ch>]
so bump the PKGREVISION and bump the buildlink dependency
needed because previously it wanted libdb4 and now it doesn't it.
This fixes build problem with apache2 because of missing -ldb4.
* Version 0.3.6 (released 2004-09-30)
** Some code cleanup and improvements, contributed by Frediano Ziglio.
** Slight changes in output vectors, contributed by Frediano Ziglio.
* Version 0.3.5 (released 2004-09-23)
** Make it compile on C89 platforms.
* Version 0.3.4 (released 2004-09-23)
** The license has been changed from GPL to LGPL.
Thanks to a rewrite of several files, contributed by Frediano Ziglio.
** The output may now be slightly different, due to a bug in earlier versions.
Unused parts of the output string are now initialized to 0 consistently.
(29 September 2004, from /branches/1.1.x)
http://svn.collab.net/repos/svn/tags/1.1.0
See the 1.1 release notes for a more verbose overview of the changes since
1.0.x: http://subversion.tigris.org/svn_1.1_releasenotes.html
User-visible-changes:
* new non-database repository back-end (libsvn_fs_fs)
* symlinks can now be placed under version control (unix systems only)
* cmdline client now supports psuedo-IRIs and autoescapes chars (issue #1910)
* 'svnadmin recover' no longer waits forever for a lock (new '--wait' option)
* new $Revision$ synonym for $Rev$ and $LastChangedRevision$
* new runtime option 'store-passwords = ' gives finer control (r10794)x
* fixed: working copies now shareable by multiple users (issue #1509)
* fixed: diff and other subcommands correctly follow renames (issue #1093)
- new 'peg' syntax for diff/merge: 'svn diff -r X:Y TARGET@REV'
- now able to compare working copy with URL: 'svn diff --old WC --new URL'
* new framework for localized error/info/help messages, initial translations:
- German, Polish, Swedish, Norwegian Bokmål, Traditional Chinese,
Japanese, Brazilian Portuguese.
* speed improvements:
- faster 'svn up' on complex working copies -- no more repos txns (r8840)
- faster 'svn status' -- fewer stat() calls (r9182)
- faster 'svn checkout' -- fewer sleep() calls (r9123)
- faster 'svn blame' -- new RA->get_file_revs() func (issue #1715)
* new switches added:
- 'svn blame --verbose' - show extra annotation info
- 'svn export --native-eol TYPE' - export using TYPE line-endings
- 'svn add --force' - recurse into version-controlled dirs
- 'svnadmin dump --deltas' - include binary diffs in dumpfile
- 'svnadmin create --fs-type fsfs' - create fs_fs repos (default is bdb)
- 'svnserve --tunnel-user=NAME' - assume authenticated NAME over tunnel
- 'svndumpfilter [cmd] --quiet' - less chatty dumpfiltering
- 'svnserve --version' - show program's version
'svnversion --version'
'svndumpfilter --version'
* svnadmin dump/deltify now understand -r{DATE} (r9805)
* allow update of non-existent target entry (partial issue #1902 fix)
* 'svnadmin create' now sets sgid bit on repos/db/ (unix systems only)
* increase default neon (ra_dav) timeout from 120 to 3600 seconds (r9568)
* print verbose BDB error messages (r10557, r10566)
* fixed: don't bail when 'svn up' refuses to delete local mods (issue #1806)
* fixed: process svn:externals in defined order (issue #1788)
* fixed: pass new propval to stdin of pre-revprop-change hook (issue #952)
* fixed: svndumpfilter logic/memory/display bugs (r8691, 8831, 9061)
* fixed: 'svnadmin hotcopy PATH .' (r8659)
* fixed: copy crash bug (r8863)
* fixed: 'svn st -u' crash bug (r10841)
* fixed: 'svn commit' segfault (r10676)
* fixed: allow cleanup on .svn/ dirs containing KILLME file (r8891)
* fixed: 'svn revert' detects corrupted text-base (r8897)
* fixed: 'svn status -N' no longer locks entire tree (r8906)
* fixed: several different 'svn switch' bugs (r9192, 9203, 9238, 9698)
* fixed: some 'svn copy' bugs (r9193, 9274)
* fixed: obscure update-deletion bug (r8976)
* fixed: utf8 conversion 'hang' (r9233)
* fixed: missing UTF8->native recoding in 'svn log' output (r10652, 10673)
* fixed: 'svn blame' now defaults to rev (r9440)
* fixed: 'svn blame' closing files before deleting them (issue #1969)
* fixed: 'svn diff' shows truncated paths (r9693)
* fixed: 'svn diff --notice-ancestry' bug (r9699)
* fixed: 'svn subcommand -r{DATE} URL' works if URL not in HEAD (issue #1840)
* fixed: 'svn blame' on non-ascii path truncation (issue #1770)
* fixed: svn:external 'wc not locked' bug (issue #1897)
* fixed: proper mod_dav_svn html/xml escaping (issue #1209)
* fixed: memleak in 'svn propset -R URL' (issue #1928)
* fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
* fixed: stop 'svn up' from deleting schedule-add target dir (issue #1793)
* fixed: 'svn merge' adding a directory already 'deleted' (issue #1769)
* fixed: excessive memory use when fs deltifies revision 2^N (r10070)
* fixed: disallow non-recursive directory commit (issue #1797)
* fixed: allow propget of props with colon in name (issue #1807)
* fixed: 'svnadmin load' computation of copyfrom-rev (issue #1795)
* fixed: runtime config files created with proper line-endings (issue #1803)
* fixed: make svnserve's authn work on usernames with spaces (r10385)
* fixed: have svnserve use repos UUID as default authn realm (r10394)
* fixed: segfault when history-following hits 'empty' revision (r10368)
* fixed: overzealous out-of-dateness checks in 'svn cp wc URL' (issue 1994)
* fixed: don't URI-encode path in mod_dav_svn XML listings (r10461)
* fixed: 'svn info' should refuse URL targets (r10760)
* fixed: incomplete-directory handling bug (r10956)
* fixed: allow cancellation between files during recursive dir add (r10894)
* general improvement and normalization of error messages
* many improvements to contributed tools: mailer.py, psvn.el, etc.
Developer-visible changes:
* libsvn_fs now loads either bdb (libsvn_fs_base) or fsfs (libsvn_fs_fs)
* new console-printing API: svn_cmdline_printf() family checks for errors.
* new library-version querying API:
- new svn_[libname]_version() in each library
- svn_ver_*() family of functions
* 2nd generation APIs, from svn_foo() --> svn_foo2(). old APIs deprecated.
- svn_wc_adm_open2() & friends, svn_wc_export2(), svn_client_add2()
svn_wc_parse_externals_description2(), svn_hash_read/write2(),
svn_repos_dump/load_fs2() & friends, svn_wc_diff2(),
svn_subst_copy_and_translate2()
* other new APIs:
- svn_stream_copy(), svn_txdelta_target_push(), svn_opt_parse_path(),
svn_io_file_flush_to_disk, svn_repos_trace_node_locations(),
svn_repos_get_file_revs(), RA->get_locations(), RA->get_file_revs,
RA->get_version(), svn_sort_compare_paths(), svn_utf_initialize()
* SVN_REVNUM_FMT_T usage replaced with %ld (r9691)
* cache mod_authz_svn authz file per connection (r8867)
* validate hex digits in % escape (issue #1947)
* hashes now written to disk in sorted order (r9910)
* do cancellation checks before loops, not after (r8918)
* fixed: bug in svn_repos_dir_delta replacement logic (r8078)
* fixed: tiny memory access bugs (r8229, 8230, 8313)
* fixed: several commit buglets (r8955, 9658, 9757, 9855)
* fixed: don't recursively lock all prop commands (r9172)
* fixed: svnserve memory usage on many-file commits (r9185)
* fixed: close svnserve child's listen-socket after forking (r10050)
* fixed: 'svnadmin hotcopy' integrity improvements (issues #1817, #1818)
* fixed: only verify media type of svn:mime-type, not encoding (r10126)
* fixed: handle '//' and '..' in svn_path_canonicalize (issue #1779)
* fixed: double URI escaping (issue #1814)
* fixed: editor-driver bug (don't delete before every copy) (r10851)
* fixed: potential mod_dav_svn crashes/memleaks (r10478)
* fixed: better 'svnadmin verify verification (r10508, r10509)
* fixed: encoding of get_repos_url_result (r10353, 10375)
* fixed: prevent canonicalized URIs from ending in '/' (r10317)
* stop using -std=c89 gcc flag (r11054)
* sync with apr 1.0's find_apr.m4 and find_apu.m4 files (r10560)
* win32 installer improvements (r10978)
* huge improvements to python, perl, java bindings
* huge changes to win32 build system
pkgsrc changes:
* subversion-base no longer requires db4. If APR_USE_DB4 is NO,
subversion-base will only build the new native filesystem back-end;
if it is YES subversion-base will build both back-ends. The
APR_USE_DB4 variable is used for this purpose because when
Subversion uses db4 it uses it through APR; it can't use db4 if APR
doesn't.
* Resurrect a tiny part of patch-aa so that subpackages
(p5-subversion, etc.) don't try to install the libraries in
subversion-base.
* patch-ae is no longer needed.
This is package is necessary for later versions of the matchbox window
manager.
A small basic library that provides a large amount of shared
functionality to the various matchbox librarys. Provides image
processing, font abstraction, a tray app toolkit and more. It is
licensed under LGPL.
Release 5.0 13-Sep-04
---------------------
The licence under which PCRE is released has been changed to the more
conventional "BSD" licence.
In the code, some bugs have been fixed, and there are also some major changes
in this release (which is why I've increased the number to 5.0). Some changes
are internal rearrangements, and some provide a number of new facilities. The
new features are:
1. There's an "automatic callout" feature that inserts callouts before every
item in the regex, and there's a new callout field that gives the position
in the pattern - useful for debugging and tracing.
2. The extra_data structure can now be used to pass in a set of character
tables at exec time. This is useful if compiled regex are saved and re-used
at a later time when the tables may not be at the same address. If the
default internal tables are used, the pointer saved with the compiled
pattern is now set to NULL, which means that you don't need to do anything
special unless you are using custom tables.
3. It is possible, with some restrictions on the content of the regex, to
request "partial" matching. A special return code is given if all of the
subject string matched part of the regex. This could be useful for testing
an input field as it is being typed.
4. There is now some optional support for Unicode character properties, which
means that the patterns items such as \p{Lu} and \X can now be used. Only
the general category properties are supported. If PCRE is compiled with this
support, an additional 90K data structure is include, which increases the
size of the library dramatically.
5. There is support for saving compiled patterns and re-using them later.
6. There is support for running regular expressions that were compiled on a
different host with the opposite endianness.
7. The pcretest program has been extended to accommodate the new features.
The main internal rearrangement is that sequences of literal characters are no
longer handled as strings. Instead, each character is handled on its own. This
makes some UTF-8 handling easier, and makes the support of partial matching
possible. Compiled patterns containing long literal strings will be larger as a
result of this change; I hope that performance will not be much affected.
Fri, Sep 3, 2004: Released Check 0.9.1
Updated tutorial with new features.
Added support for XML output of the test results, courtesy of Frederic Peters.
Fixed setup bug from forum, failure in setup did not abort test in nofork mode.
Applied varargs patch (#933411) and added test cases.
Applied fail_if (#709167) patch.
Applied 'newbies' patch #995028 for autoconf doc.
Applied doc patch #995028 from Bill Barnard.
Fixed portability problems tests by changing == to =.
Changed copyright according to bug report.
Applied patch 796705. Replacing _exit with exit.
Applied patch for bug 793671.
Mon, May 17, 2004: Released Check 0.9.0
Run fixture teardowns in reverse order to setup
Plugged some memory leaks.
Added test name to log outputs.
Applied patch (802160) for distcheck bug (579604).
Fixed log printouts for nofork mode.
Updated documentation and converted to DocBook.
Added a new print mode, CK_ENV, that gets the print mode from the
environment variable CK_VERBOSITY.
Made tcase_free and suite_free static. This may break existing test
programs. Everything is now freed when srunner_free is called.
* New gorm file version.
* Full custom palette support
* Palette preferences panel to allow the user to configure palettes
to load
* Experimental: Standalone views. This feature is to allow the use
of a view without the need of a containing window. This allows
developers to treat these views as they would any other top level
object in the .gorm file. This is experimental functionality.
* Improved NSTableColumn inspector. The new inspector allows the
user to change the data cell used for a given column. This
allows the user to select from a list of cell subclasses and set
the appropriate custom or non-custom one they want to appear in
that column of the table.
* Improved layout of some of the inspectors.
* Removed old class parser. The parser was somewhat buggy and was
actually causing some issues. A new parser will be available in
the next version of Gorm. For now users will need to use the
class inspector or the outline view to enter classes into Gorm.
* Experimental: "File" section. This is essentially a per-file
preference which allows the user to control which version of
GNUstep a given file will be compatible with. It also lists the
potential compatibility issues with the selected version.
* Improved controls palette. New items for some of the standard
font replace the old "Title" widget which was a System-14 font.
The new widgets use a selection of the standard System font to
allow the user to easily build a gui using these and reducing the
amount of time the user needs to spend fiddling with the font
panel.
http://svn.collab.net/repos/rapidsvn/tags/0.7.0
User-visible changes:
179 Direct text editor access from RapidSVN
172 Options are now configurable in View/Diff tool preferences
192 Added STOP button
190 Added Documentation for Release Management
191 New merge button in log dialogue
220 Tweaked: Remember window status "Maximized"
195 Tweaked: Commits are now recursive as default (in dialog)
206 Tweaked: Changed menu entries for "Add Working Copy" and
"Add Repository" menu items confusing
165 Fixed: Space in dir name became %20 on rename
194 Fixed: Copy didnt work with URL destination
196 Fixed: Win32 build files were missing from tar.gz source kits
167 Fixed: crash on expand bottom bookmark
214 Fixed: Incorrect info for repository directories
197 Fixed: Commit/Update used active file instead of folder in
folder browser menu (when right-clicking in the folder
browser)
207 Fixed: TextViewer (called by LogDlg) removed (see #179)
189 Fixed: Sort order; group unversioned items with other modified
198 Fixed: folder double-clicking on Win32
Developer-visible changes:
201 Fixed: Client::log("") failed
204 Fixed: cat couldnt return binary data
218 Fixed: Default config dir created against user wishes
219 Fixed: Auth code ddidnt not use users config_dir
224 Fixed: make fails on Suse 9.1
208 Fixed: install svncpp headers (with make install)
199 Fixed: Correctly disable VC7 warning 4290
200 Fixed: VC7 wants some more Exception ctors
This module provides a framework for generating UUIDs (Universally
Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
A UUID is 128 bits long, and is guaranteed to be different from
all other UUIDs/GUIDs generated until 3400 A.D. UUIDs were originally
used in the Network Computing System (NCS) and later in the Open
Software Foundation's (OSF) Distributed Computing Environment.
Currently many different technologies rely on UUIDs to provide
unique identity for various software components, Microsoft COM/DCOM
for instance, uses GUIDs very extensively to uniquely identify
classes, applications and components across network-connected
systems.
While Subversion aims to take over the CVS user base, SVK attempts
to take over the others -- including people who are already using
other SCM systems, and people who had not started using SCM.
SVK is written in Perl, using Subversion's underlying filesystem
but provides additional features:
* Offline operations like "checkin", "log", "merge".
* Distributed branches.
* Lightweight checkout copy management (no ".svn" directories).
* Advanced merge algorithms, like "star-merge" and "cherry picking".
For more information, please visit the web site at http://svk.elixus.org/.
This module can be used to determine the mime type of a file; it's
a replacement for File::MMagic trying to implement the freedesktop
specification for using the shared mime-info database. The package
comes with a script called 'mimetype' that can be used as a file(1)
work-alike.
This module allows you to calculate digests while reading or writing
file handles. This avoids the case you need to reread the same
content to compute the digests after written a file.
This module provides a clone() method which makes recursive copies
of nested hash, array, scalar and reference types, including tied
variables and objects.
vanessa_socket is a library that simplifies TCP/IP socket operations.
It includes code to open a socket to a server as a client, to listen on
socket for clients as a server and to pipe information between sockets.
vanessa_logger is a library that provides a generic logging layer that
may be used to log to one or more of syslog, an open file handle or a
file name. Though due to to limitations in the implementation of syslog
opening multiple syslog loggers doesn't makes sense. Includes the ability
to limit which messages will be logged based on priorities.
Changes since 4.7:
August 26 2004, Shigio Yamaguchi <shigio@gnu.org>
* Moved function now() from gtags.c to libutil/date.c.
* htags: Changed so that the path passed to CGI might be encoded to %xx.
* htags: Rewritten in C language.
* htags: The use of the 'gtags --write' was stopped.
* die.c: New function sethandler() and warning() added.
* gctags/reserved.pl: The use of the --key-positions option of gperf(1)
was stopped. We need gperf-3.0.1 instead.
June 1 2004, Shigio Yamaguchi <shigio@gnu.org>
* htags: Function usable() was changed to the same specification
as usable() in libutil/usable().
* htags: Execution path of global(1) was changed to the absolute path.
* htags: Write FILEMAP file for reference from external system.
* conf.c: New config variable 'bindir' and 'datadir' added.
* w32/ directory removed.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.
Noteworthy changes in gnustep-base-1.10.0:
==========================================
Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.
* A large majority of the library classes have been documented
thanks to the efforts of Andrew Ruder
* URL classes support persistant connections
* Mac OSX XML compatibility fixes.
* a GNUsteprc file is now automatically created and installed in
$GNUSTEP_SYSTEM_ROOT, which sets the system-wide default for the
user root directory (default=~/GNUstep, which can be overriden
with the `--with-user-root' argument to configure, or by modifying
GNUsteprc after configuration.)
* make_services is not run by GNUstep.sh anymore. You must run this
manually now (see the gnustep-gui documentation).
* Palettes use a plist instead of a strings format file now for the
palette.table file.
* You can use the `--enable-native-objc-exceptions' argument to
configure to enable use of built in objc exceptions with compilers
that support it.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
What's new in at-spi-1.6.0:
Nothing.
What's new in at-spi-1.5.4:
* Registration failure at SPI_init is now detected and
an error code is returned to the caller (bug #147648).
* We now use polling as our default for detecting mouse
button changes (this was formerly our fallback method);
this prevents conflict with Xstroke.
[a better long-term fix requires the Xevie extension]
* We now register on a per-DISPLAY, but not per-SCREEN, basis.
This fixes several issues, see bugs #149962, #136986, #144086.
* New languages in configure.in:
bs (Christian Rose)
nb (Kjartan Maraas)
============
What's new in at-spi-1.5.3:
* New role EMBEDDED (bug #144415).
* Added object:bounds-changed event, for detecting when the
component bounds of an object have changed onscreen.
==============
What's new in at-spi-1.5.2:
* Added Accessibility_LoginHelper interface, and
LoginHelper GType. Also added client and server tests
for this interface. The purpose is to identify services
(typically, assistive technologies) which need access to
system or device services (keyboard, audio, serial ports,
posting windows, etc.) during login or re-login/authentication.
* fixed make distcheck.
* Added a check in cspi_object_unref, which should help in detecting
refcount bugs in clients (Padraig O'Briain).
* New languages:
Walloon (Pablo Saratxaga)
Bulgarian (Alexander Shopov)
What's new in at-spi-1.5.1:
* Allow synthesis of keysyms that aren't in the current X keymap.
* languages: Gujarati (Guntupalli Karunakar), Canadian English
(Alexander Winston)
* Added omitted declarations for already-existing methods
AccessibleTable_addRowSelection(),
AccessibleTable_addColumnSelection(),
AccessibleTable_removeRowSelection(),
AccessibleTable_removeColumnSelection().
* bug fixes: 136660, 120659 (partial), 132237, 134332.
Major changes since 2.7.92 were:
* Refresh mime application chooser when mime db changes
* Create ~/.local/share/applications as needed
* Remove some mime-related debug output
Major changes since 2.7.4 were:
* Don't pop up cancel dialog if password dialog is visible.
Major changes since 2.7.3 were:
* Import new foocanvas
* Use right i18n header
* Fix memleaks
* Translation updates
Major changes since 2.7.2 were:
* MIME helpers functions and dialogs
Major changes since 2.7.1 were:
* Translation updates.
Changes in GAIL 1.8.0
=====================
* Add translation: Thai [Supranee Thirawattansuk]
* Updated translations: Nepali [Pawan Chitrakar], Oriya [Gora Mohanty],
Canadian English [Adam Weinberger]
Changes in GAIL 1.7.1
=====================
* Fix for double-free in gailutil: see bugzilla 151513.
Overview of Changes in GAIL 1.7.0
=================================
* Find label text for items for gradient option in gnome-background-properties
(bug #144084)
* Ensure that object:text_caret_moved events are set in Forecast tab of
gweather applet. (bug #144158)
* Fix warning messages emitted when gedit terminates. (bug #144310)
* Have GailWidget emit "bounds-changed" signal when GtkWidget's size
allocation changes. (bug #141191)
* Emit "window:moved" event when toplevel is moved. (bug #144170)
* When we report focus on a combo-box, emit "state-changed:focused" event
on combo-box, not its text entry field. (bug #145262)
* Fix accessible behavior of GtkExpander in Run Application; i.e. get list
of known applications. (bug #147581)
* Complete accessible support for GtkComboBox. (bug #136657)
* Fix crash when attempt to move window in metacity using gok. (bug #149302)
* Fix warning message emitted when closing epiphany window. (bug #149442)
* Fix warning messages when accessing child of a treeview. (bug #149798)
* Report name for complex page tab in gedit (bug #104815)
* Get text for items in GtkComboBox for font size in GnomeFontSelection.
(bug #145136)
* Report correct default action for toggle button in ColorCombo in gal
(bug #150545)
* Add translations: Norwegian [Kjarten Maraas], Nepali [Pawan Chitrakar],
Turkmen [Gurban M. Tewekgeli], Bosnian [Kenan Had\305\276iavdi\304\207]
* Updated translations: Albanian [Laurent Dhima],
Bulgarian [Vladimir "Kaladan" Petkov] Hindi [ Guntupalli Karunamar]
Hungarian [Laszlo Dvornik], Panjabi [Amanpreet Singh Alam]
Gujarati [Ankit Patel]
2.7.92
Fixes
- Setup gtk-doc to pull out API documentation (J.H.M. Dassen (Ray))
Translators
- Laszlo Dvornik (hu)
- Kjartan Maraas (nb)
- Laurent Dhima (sq)
2.7.91
Fixes
- Fix issue with AtkComponent co-ordinates (Arvind Samptur)
- Fix window minimization vs. activation for mouse focus (Elijah Newren)
- Resolve some no-focus-on-map issues (Elijah Newren)
- Regenerate stale built sources (Torsten Schoenfeld)
Translators
- Kemal Sanjta (bs)
- Pauli Virtanen (fi)
- Amanpreet Singh Alam (pa)
2.7.90
Fixes
- Add support for the _NET_WM_STATE_DEMANDS_ATTENTION hint (Rob Adams)
- Display shaded windows as "= <name> =" instead of "[ <name> ]" (James M.
Cape)
- Desensitize "Move To Workspace" items for sticky windows (Arvind Samptur)
Translators
- Vladimir Petkov (bg)
- Laurent Dhima (sq)
While here, move the documentation to share/doc, out of share/doc/html.
libgnomeui 2.8.0
----------------
What's new since 2.7.2
* Bug fixes:
- Improved GnomeDruid theme support (Rodney Dawes)
- File chooser backend fixes (Federico Mena Quintero,
Colin Walters)
- Authentication manager and password dialog support for
anonymous logins (Laszlo Kovacs)
- Various fixes (Kjartan Maraas, Eric Zhao, William Jon McCann,
Alexander Larsson)
* Translations:
- New Breton translation (Thierry Vignaud)
- New Bostnian translation (Kenan Hadžiavdić)
- New Galician translation (Jesus Bravo Alvarez)
- Various updated translations (ar, az, bg, ca, cs, cy, da,
de, el, en_CA, en_GB, es, eu,
fi, gl, gu, hi, hu, ja, ko,
lt, mn, ms, ne, nl, nn, no,
pa, pl, pt, pt_BR, ro, ru, sk,
sq, sr, sv, tr, uk, wa, zh_CN,
zh_TW)
libgnomeui 2.7.2
----------------
What's new since 2.7.1
* Bug fixes:
- Fix GnomeDruid to be theme compliant (Rodney Dawes)
- Fixes to the VFS file-chooser backend (Federico Quintero,
Colin Walters)
- Support for anonymous logins in authentication manager (Laszlo
Kovacs)
* Translations:
- Various updated translations (ne)
libgnomeui 2.7.1
----------------
What's new since 2.6.1
* Improvements:
- Update to automake 1.7 (James Henstridge)
- Icon list API additions (Damien Carbery)
* Bug fixes:
- Authentication manager fixes (Fernando Herrera)
- Various fixes (Steve Chaplin, Torsten Schoenfeld, Anders Carlsson,
Leena Gunda, Christian Rose, Fernando Herrera,
Takao Fujiwara, Damien Carbery, Martin Wehner)
* Translations:
- Added Turkmen translation (Gurban Mühemmet Tewekgeli)
- Various updated translations (bg, no, es, zh_CN, sk, sq, cs,
en_CA, en_GB, ko)
While here, move documentation to share/doc, out of share/doc/html.
2004-09-13 Mark McLoughlin <mark@skynet.ie>
* configure.in: Version 2.8.0.
2004-09-08 Gora Mohanty <gmohanty@cvs.gnome.org>
* configure.in: Added 'or' to ALL_LINGUAS.
2004-08-16 Christian Rose <menthos@menthos.com>
* configure.in: Added "bs" to ALL_LINGUAS.
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
* bonobo/bonobo-control.c: (bonobo_control_get_ambient_properties),
(bonobo_control_set_transient_for): NULL vs 0 stuff.
* bonobo/bonobo-dock-layout.c: (bonobo_dock_layout_create_string):
Same.
* bonobo/bonobo-selector.c: (bonobo_selector_instance_init),
(bonobo_selector_set_property): Same here too.
* bonobo/bonobo-socket.c: Use correct type for the bitfield.
* bonobo/bonobo-ui-preferences.c: (keys_changed_fn):
gtk_idle_add() is deprecated. Use g_idle_add instead.
* bonobo/bonobo-ui-sync-status.c:
(impl_bonobo_ui_sync_status_state): Cast to avoid a warning.
* bonobo/bonobo-ui-sync-toolbar.c: (get_dock_item): Fix warning.
* bonobo/bonobo-window.c: (bonobo_window_instance_init):
NULL vs 0 again
* samples/compound-doc/container/document.c: (sample_doc_new):
Ansi argument list again.
* samples/container/bonobo-sample-container.c: NULL vs 0 again.
* tests/test-moniker.c: Same here.
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added nb to ALL_LINGUAS.
2004-06-25 Muktha <muktha.narayan@wipro.com>
* bonobo/bonobo-ui-engine.c
(check_excess_widgets): Add a check for NULL in
g_message.
While here, move documentation to share/doc, out of share/doc/html.
2004-09-13 Mark McLoughlin <mark@skynet.ie>
* configure.in: Version 2.8.0.
2004-08-24 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* bonobo/bonobo-generic-factory.c
(bonobo_generic_factory_new_generic)
(last_unref_cb): Ignore "last-unref" if it happens during the
object creation callback and an object is actually created in the
end. Fixes bug #139140 (Can't get bonobo objects in _init method
of bonobo object)
2004-08-23 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* Makefile.am (DISTCLEANFILES): Only clean intltool-* in make
distclean, not make clean, since there is no rule to regenerate
them from the makefile. Fixes#144541.
2004-08-23 Tommi Komulainen <tommi.komulainen@iki.fi>
* doc/api/tmpl/bonobo-application.sgml
(bonobo_application_register_message): Add a longer description
and some examples.
* bonobo/bonobo-application.c
(bonobo_application_register_message): Remove example program from
inline documentation (moved to the gtk-doc template file).
2004-08-16 Christian Rose <menthos@menthos.com>
* configure.in: Added "bs" to ALL_LINGUAS.
2004-08-13 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* bonobo/bonobo-object.c (bonobo_object_finalize_servant): Call
object's poa_fini_fn. Patch by Michael Meeks. Fixes#118117.
2004-08-12 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* tests/test-activation/Makefile.am (TESTS_ENVIRONMENT): Set
BONOBO_ACTIVATION_DEBUG, since some tests use relative server
paths, thus fail if the b-a-s changes dir on startup.
* activation-server/activation-server-main.c (main): Declare
debug_output_env as const, to suppress compiler warning.
(main): Unless env. var. BONOBO_ACTIVATION_DEBUG is set,
chdir("/") before entering main loop.
* bonobo/bonobo-running-context.c
(bonobo_running_context_trace_objects_T): Add
ri->emitted_last_unref = FALSE, missing in debug version of
addObject, but present in the non-debug version.
(bonobo_running_context_trace_objects_T): Complement the
information of the number of alive objects with a list of the
interfaces of the alive objects.
2004-08-11 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* activation-server/object-directory-corba.c
(od_register_runtime_server_info): We should be returning
new_serverinfo instead of old_serverinfo.
2004-08-11 Alexander Larsson <alexl@redhat.com>
* bonobo-activation/bonobo-activation-get-language-list.c (read_aliases):
Import some fixes from gnome-vfs copy.
2004-08-11 Alexander Larsson <alexl@redhat.com>
* bonobo-activation/bonobo-activation-get-language-list.c (read_aliases):
Use less memory for alias tables.
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
* activation-server/client.c: (add_load_path), (remove_load_path),
(register_activate_server), (do_query_server_info),
(do_activating): Correctly use ANSI argument list.
* bonobo-activation/bonobo-activation-base-service.c:
(bonobo_activation_registration_iterate): Same..
* bonobo-activation/bonobo-activation-fork-server.c:
(bonobo_activation_server_by_forking): Use NULL in place of 0
* bonobo/bonobo-debug.c: (bonobo_debug_init): ANSI arguments
* bonobo/bonobo-generic-factory.c:
(bonobo_generic_factory_destroy): NULL vs 0
* bonobo/bonobo-item-handler.c: (bonobo_item_handler_finalize):
* bonobo/bonobo-listener.c: (bonobo_listener_finalize),
(bonobo_listener_init): NULL vs 0
* bonobo/bonobo-persist-client.c: (bonobo_object_save_to_stream),
(bonobo_object_from_stream): NULL vs 0
* bonobo/bonobo-persist.c: (bonobo_persist_finalize): NULL vs 0
* bonobo/bonobo-storage-memory.c: (bonobo_storage_mem_create):
NULL vs 0.
* configure.in: Added nb to ALL_LINGUAS.
2004-08-10 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* tests/test-activation/Makefile.am (TESTS_ENVIRONMENT): Add
$(top_srcdir)/activation-server to BONOBO_ACTIVATION_PATH, so that
event source test doesn't fail.
* bonobo-activation/bonobo-activation-register.c
(bonobo_activation_make_registration_id): g_message instead of
g_warning.
2004-08-09 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* tests/test-activation/Makefile.am: Don't install $(serverfiles).
They are not required to be installed for make check. Fixes#145056.
2004-08-08 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* idl/Bonobo_Control.idl: Prepend 'action' parameter name with
underscore to avoid clash with type Action, in
PropertyControl::notifyAction(). Fixes#118078.
* idl/Bonobo_Property.idl: Escape PropertyBag::ReadOnly and
ConfigDatabase::DBFlags::DEFAULT with a leading underscore because
of clashes with IDL keywords. Fixes#118078.
* bonobo-activation/Makefile.am (INCLUDES): Define
G_LOG_DOMAIN=Bonobo-Activation.
* bonobo-activation/bonobo-activation-activate.c,
* bonobo-activation/bonobo-activation-base-service.c,
* bonobo-activation/bonobo-activation-client.c,
* bonobo-activation/bonobo-activation-fork-server.c,
* bonobo-activation/bonobo-activation-register.c: Turn g_warnings
that contain only informational debug messages into g_message, so
that we can abort with --g-fatal-warnings in the real strange
stituations.
* bonobo-activation/bonobo-activation-register.c
(registration_result_to_string): Give a g_warning on invalid code
instead of aborting. This is an error, but not fatal by any means.
2004-08-07 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* tests/test-activation/Makefile.am: Don't install $(serverfiles).
They are not required to be installed for make check.
2004-08-04 Greg Hudson <hudson@mit.edu>
* bonobo-activation/bonobo-activation-fork-server.c
(bonobo_activation_server_by_forking): reset signal mask
removing SIGCHLD block for forked child.
2004-07-21 Antonio Xu <antonio.xu@sun.com>
* activation-server/object-directory-corba.c
(remove_active_server): add judgement to make sure the count
of active server is right.
2004-07-09 Tommi Komulainen <tommi.komulainen@iki.fi>
* bonobo/bonobo-app-client.c
(bonobo_app_client_get_msgdescs): fix array bound
checking & Fix API docs.
2004-06-26 Pawan Chitrakar <pawan@nplinux.org>
* configure.in: Added "ne" Nepali in ALL_LINGUAS
Overview of changes between 1.5.2 and 1.6.0
===========================================
* Add OpenType support for Hebrew [Dov Grobgeld]
* Win32 bug and build fixes [Tor Lillqvist, Hans Breuer, John Ehresman]
* Misc bug fixes [Behdad Esfahbod, Jatin Nansi]
Overview of changes between 1.5.1 and 1.5.2
===========================================
* Support 'init' feature for Bengali [Sayamindu Dasgupta]
* Allow 32-bit property fields in OpenType code
* Optimize repeated property lookups in OpenType code
* Misc bug fixes [Behdad, Keith Sharp, Morten Welinder]
Overview of changes between 1.5.0 and 1.5.1
===========================================
* Add ellipsization support to PangoLayout
* Add pango_context_get_font_map().
* Fix metrics for the Xft backend when a transform is in effect
* Separate out backend-independent parts of pangoft2topgm for
future rendering testbeds.
* Code cleanups (use G_DEFINE_TYPE, make PangoMatrix parameters const)
* Add a GType for PangoMatrix [Torsten Schoenfeld]
* Misc bug fixes [Morten Welinder]
While here, move documentation to share/doc, out of share/doc/html.
Changes in version 1.8.0
========================
* Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
Turkish [Baris Cicek], German [Hendrik Richter],
Greek [Nikos Charonitakis], Arabic [Arafat Medini],
Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
Changes in version 1.7.3
========================
* Minor updates to documentation.
* Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
British [David Lodge], Spanish [Francisco Javier F. Serrador],
Korean [Changwoo Ryu], Albanian [Laurent Dhima]
Changes in version 1.7.2
========================
* Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
* Add support for AtkRectangle and correct definition of
"bounds-changed" signal.
* Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
Changes in version 1.7.1
========================
* Allow locale dir to be not hardcoded into binary. (bug #1289006)
* Add translations: Turkmen [M\303\274hemmet Amut]
* Update translations: Hungarian [Andras Timar], Bulgarian [Rostislav Raikov]
Changes in version 1.7.0
========================
* Add "bounds-changed" signal for AtkComponent. (bug #140476)
* Add new state ATK_STATE_TRUNCATED and new relation
ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
Bugs fixed in 1.9.2 (10th anniversary release):
* Sort rm commands output for mostlyclean-generic, clean-generic,
distclean-generic and maintainer-clean-generic, so that the produced
Makefile is not sensible to the way Perl sorts its hashes.
* Support `+' in the name of directories given to `include'.
* Preserve spaces in the arguments of `compile'.
* `missing' will no longer try to emulate a tool that is run
with `--version' or `--help' as argument.
* Noteworthy manual update:
- There is a new chapter about the history of Automake.
12292003 - Updated CodeWarrior projects from CW6 to CW7, and made a bunch of
patches to get the Mac Classic target building again. Removed
zlib114 from CVS repository. Updated OS/2 build batch file.
Added Z_PREFIX define to Unix builds that use internal zlib.
Patched up some (outdated?) Visual C project files for zlib121.
Patched Doxyfile and physfs.h for newer Doxygen. Fixed OS/2
build script. Tweaked Project Builder files to at least compile.
Added some last minute BeOS and Cygwin build fixes. Updated
Visual Studio projects and tweaked some Makefile.am crap. Made
changes so Visual Studio files would pack with DOS endlines and...
Upped version to 1.0.0 (woohoo!).
12222003 - Fixed a search-and-replace mistake in win32.c that preventing
compiling on Windows. (thanks, Brian!) Converted VC6 .dsp to use
zlib121; made Z_PREFIX=1 enabled by default to avoid link clashes;
put zlib files in separate logical folder in .dsp project; updated
zlib121/zconf.h to address remaining symbols that were still
causing link warnings.
12182003 - WAD archiver now puts maps into subdirectories, making them
accessible to the application. (Thanks, Travis!) RPM spec and
Makefile.am* now package zlib_license_change.txt (Thanks, Edward!)
12142003 - Added Doom WAD support (Thanks, Travis!)
12082003 - Fixed some win32.c deficiencies that Robby Dermody pointed
out (thanks!)
12072003 - Upgraded internal zlib to 1.2.1 (thanks, Adam!) Other
Unix build fixes.
11112003 - Patches to make OS/2 support compile again.
11092003 - Added __PHYSFS_platformStrnicmp(), and made qpak.c case-insensitive.
09122003 - Happy September. Actually released current tree as 0.1.9.
08262003 - Added MiNT support to build process and fixed cross-compiling
(thanks Patrice Mandin!)
08092003 - Some Windows build fixes (thanks, Brian Hook!)
07232003 - Upped version to 0.1.9.
07202003 - Switched to zlib license (see new LICENSE text in root of source
tree, and zlib_license_switch.txt for details). Had to remove
archivers/qpak.c, the Ruby bindings from the extras directory, and
the Russian and Spanish translations, since those contributors
couldn't be contacted. If they show up, we'll readd them to the
project, otherwise we'll eventually replace their work...everyone
else signed on for the change. Committed a patch to convert all
tabs to spaces (Thanks, James!). Added patch to zip.c to fix
crash (thanks, dillo!). Reimplmented qpak.c, by welding together
bits of grp.c and zip.c. Ed contacted me, so I could readd his
contributions post-license change...I'm going to keep the new
qpak.c, but I've readded his Ruby bindings and Russian translations.
06112003 - Patches to globbing.c to handle corner cases (thanks, Bradley!).
06102003 - Added globbing.c to "extras" directory.
05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is
much much more accurate than the previous code. Updated
configure.in and Makefile.am.newautomake for some MacOSX stuff.
05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL.
05182003 - PocketPC fixes (thanks, David Hedbor!)
05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!)
04082003 - Minor changes to extras/abs-file.h (Thanks, Adam!)
03302003 - Fixed seeking in uncompressed ZIP entries, and handle a
misbehaviour in Java's JAR creation tools. Thanks to "Tree" for
pointing these bugs out. Added HOG and MVL archive support for
Descent I and II (Thanks, Bradley Bell!). Added example code to
do case-insensitive file searches ("extras/ignorecase.*").
03192003 - Fixed problem in PHYSFS_mkdir() when dirs to be created already
exist. Fixed problem where PHYSFS_mkdir() incorrectly tripped an
alarm in __PHYSFS_verifySecurity().
03122003 - Attempt at cleaning up some type correctness for VC++6. Made QPAK
archiver case-insensitive (since Quake2 has problems without it).
01302003 - Added buffering API to OS/2 build's exported symbol list. Updated
CWProjects.sit and made several fixes to get physfs building on
MacOS Classic again.
01282003 - Fixed seeking in buffered files opened for read.
01072003 - .NET assembly and C# wrapper by Gregory S. Read in the extras dir.
* Version 0.5.5 (released 2004-09-13)
** Hide accidentally exported variable g_utf8_skip, by marking it as static.
** Various fixes.
** API and ABI is backwards compatible with the previous version.
g_utf8_skip: REMOVED. (But never meant to be used.)
* Version 0.5.4 (released 2004-08-08)
** Translation updates.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.3 (released 2004-08-05)
** Fix crash in `idn --tld' command line tool.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.2 (released 2004-07-14)
** Java "make install" rules are now DESTDIR compatible.
** API and ABI is backwards compatible with the previous version.
* 18 September 2004 Revision 0.3.3
** Use const for buildSmbNtlmAuthRequest() and buildSmbNtlmAuthResponse().
** Source code is indented according to GNU Coding Standard.
Changes:
* Fixes made to btree find_by_data
* pkgconfig patch from Eric Dorland
* Fixes some gib_hash glitches including a possible core dump
While here, I might as well take maintership.
- Fix permissions on installed .h files
- ok'ed snj@, wiz@
- Thanks to epg@ for final check
This version of Apache is principally a bug fix release. Of particular note is
that 2.0.51 addresses five security vulnerabilities:
An input validation issue in IPv6 literal address parsing which can result in
a negative length parameter being passed to memcpy.
[CAN-2004-0786]
A buffer overflow in configuration file parsing could allow a local user to
gain the privileges of a httpd child if the server can be forced to parse a
carefully crafted .htaccess file.
[CAN-2004-0747]
A segfault in mod_ssl which can be triggered by a malicious remote server,
if proxying to SSL servers has been configured.
[CAN-2004-0751]
A potential infinite loop in mod_ssl which could be triggered given
particular timing of a connection abort.
[CAN-2004-0748]
A segfault in mod_dav_fs which can be remotely triggered by an indirect lock
refresh request.
[CAN-2004-0809]
For further details, see http://www.apache.org/dist/httpd/Announcement2.html
and http://apache.rmplc.co.uk/httpd/CHANGES_2.0.
* maketemp now creates an empty file with the given name, instead of merely
returning the name of a nonexistent file. This closes a security hole.
(Now it builds on Darwin/MacOSX; no more 'sigstack' linking error.)
(17 September 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.7
User-visible-changes:
* fixed: win32 'file not found' error [issue #1862]
* fixed: 'svn st -u' crash (r10841)
* fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
* fixed: allow propnames containing ":" to be fetched via http:// (r10190)
* fixed: allow user to interrupt between authentication prompts (see r11014)
* fixed: work around +t directory-creation bug in APR (r10616, 10638, 10642)
* various small fixes to Book
Developer-visible changes:
* fix library dependencies for bindings (r9338, 9340)
* java bindings: fix a crash and other bugs (r9883, 9905, 8027)
* perl bindings: various fixes (see r11023)
pkgsrc changes:
Remove devel/subversion/patches/patch-aa. This will cause the other
packages that build from the subversion tar file to build a little
slower, because they will unnecessarily rebuild subversion libraries.
Everything still works and this file is a massive pain to update with
every new release.
versions of GCC 3 (in fact, it already had lots of patches to fix C++
stuff, but still had problems). Ok'ed by jlam@, who imported it in the
first place. Not used by any other package nor anyone else (as seen in
tech-pkg@).
with gcc3 (only, so GCC_REQD=3.0 now).
Changes since 0.7:
- Piotr Klaban helped to port the library under
Sun Solaris 2.6.
- Vitaly Fedrushkov fixed some warnings with egcs
and improved signal handling.
- Artur Harasimiuk fixed a bug in TMemo.cc.
- Thorsten Dittmar helped to spot a
buffer overflow problem in asm.cc.
- Vladimir Zarozhevsky sent a patch for bsdi.
- Sergey Clushin ported the help compiler.
- Helmut Fahrion
Changes in 0.9.3:
Fixes one small possible bug in the generated output. ych instead
of yych is output in certain circumstances.
Changes in 0.9.2:
This release fixes most of the known problems with re2c and adds
a few new features as well.
Non-bug fix changes:
* pgg-gpg.el (pgg-gpg-process-region): Set environment variable
LANGUAGE as well. GNU gettext gives precedence to LANGUAGE over
LC_ALL, when different language code is specified. Thanks to
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>.
[cf. <emacs-mime-ja:1599>]
* pgg-gpg.el (pgg-gpg-messages-locale): New user option.
(pgg-gpg-process-region): Set environment variable LC_ALL when
pgg-gpg-messages-locale is specified.
* pgg-def.el (pgg-messages-locale): New user option.
(mime-add-application/pgp-keys): Ditto.
* mime-play.el (mime-play-delete-file-immediately): New user option.
(mime-mailcap-method-sentinel): Use it.
(mime-mailcap-delete-played-files): New function; set up for
`kill-emacs-hook'.
* mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45].
* mime-edit.el (mime-edit-user-agent-value): Add a setting for
XEmacs CHISE.
* semi-def.el (mime-should-use-popup-menu): New function.
(mime-select-menu-alist): Renamed from select-menu-alist, change
its behavior according to mime-should-use-popup-menu.
* mime-view.el (mime-save-situation-examples): Bind print-length
and print-level.
* README.ja: new file, Japanese translation of README.en.
Spaces between ascii and Japanese characters are added.
Changes:
* mime-def.el (mime-header-accept-quoted-encoded-words): Change
default value to nil.
* eword-decode.el (eword-analyze-quoted-string): Decode
quoted-encoded-words when
`mime-header-accept-quoted-encoded-words' is not nil.
* mime.el (mime-entity-filename): Decode quoted-encoded-words when
`mime-header-accept-quoted-encoded-words' is not nil.
* mime-def.el (mime-header-accept-quoted-encoded-words): New user
option.
* eword-encode.el (mime-header-charset-encoding-alist): Add
entry for iso-8859-1[45].
* FLIM-ELS (flim-modules): Install mel-b-el also for
mel-b-builtin case. (from Tatsuya Kinoshita)
* eword-encode.el (tm-eword::words-to-ruled-words): New
implementation for UTF-2000 implementations.
* gcvs 1.0b2
- callback.[ch], interface.[ch] and support.[ch] will be
created automaticaly if gcvs.glade is newer
- add debug statement to check what envirment cvs gets
(activated by -DqCvsDebug=1)
* gcvs 1.0b2
- fixed Bug #507525
- fixed memory leaks while changing enviroment
- updated INSTALL file for using CVSGUI111 branch
- project- and spec-file updated to new beta
* gcvs 1.0b1:
- add forgotton headers to makefiles for building distribution
- update project file and version-strings
Makes the package build with gcc3.
actually 2.5rc1. From the changelog:
* Jam 2.5 is merely Jam 2.5rc3 of April 2003 with the rc3
moniker removed.)
* Using SubDir to include a subpart of an SubDir tree now works.
Previously, you could only include the root of another SubDir
tree. This example includes the ../server/support/Jamfile,
without getting confused as to the current directory:
SubDir ALL src builds ;
SubInclude ALL src server support ;
* Undocumented support for SUBDIRRULES, user-provided rules to
invoke at the end of the SubDir rule, and SUBDIRRESET, SUBDIR
variables to reset (like SUBDIRC++FLAGS, SUBDIRHDRS, etc) for
each new SubDir.
* Remove NT FQuote rule, as, \" is required to pass quotes on the
command line.
* Remove temp .bat files created on NT. They used to all have the
same name and get reused, but with 2.5 the names were salted
with the PID and they would litter $TEMP. Now they get removed
after being used.
Set DIST_SUBDIR since Perforce seems to make a habit of updating
distfiles without changing filenames. (This occurrence spotted by
Lars Nordlund.) The zip file no longer extracts into a subdir; set
WRKSRC accordingly.
Bump PKGREVISION.
Please note that this is the first released version of cvs2svn.
Previously this package used snapshots from the trunk of cvs2svn repository.
Hence I'm not providing here all the changes since the latest packaged
version.
XXX cvs2svn depends on sort(1) with '-T' option. A dependency and a patch
to resort on GNU sort from coreutils may be required.
XXX There's an issue on NetBSD 1.6.* platform about non-ascii charset.
The test 27 from cvs2svn test suite fails. This is an svn(1) issue.
Fixes
- Activate window in workspace switcher only if its on the current workspace
(Elijah Newren)
- Use timestamp with _NET_CLOSE_WINDOW (Anders Carlsson)
Translators
- John C Barstow (mi)
- Laurent Dhima (sq)
is not really needed. However, add a MESSAGE recommending its installation
(the shared library is dynamically loaded if it exists, so it can be
installed after glade2 has been installed).
Bump PKGREVISION to 2.
Ok'd by jmmv.
The CVS security ID is CAN-2004-0797.
The fix is same as used by OpenBSD, Debian and Gentoo.
(Didn't see any reference to issue on zlib webpages.)
The OpenBSD announcement "zlib reliabilty fix" says:
"could allow an attacker to crash programs linked
with it."
And the Gentoo announcement says "zlib contains a bug in the handling
of errors in the inflate() and inflateBack() functions. ... An
attacker could exploit this vulnerability to launch a Denial of
Service attack on any application using the zlib library."
PKGREVISION is bumped and BUILDLINK_RECOMMENDED.zlib added to
buildlink3.mk file.
Changes in the package
======================
* Install compatibility symlinks for shared libraries to not break binary
programs linked against 1.4.0. This is just a workaround for our broken
libtool naming scheme and should be removed when it is fixed. Agreed
by rh@.
* Move installation of documentation to doc/, out of doc/html.
Overview of changes between 1.4.0 and 1.4.1
===========================================
* Win32 bug fixes [Tor Lillqvist, John Ehresman]
* Thai rendering improvements including OpenType support
[Theppitak Karoonboonyanan]
* Fix common crash in Hangul shaper [Changwoo Ryu]
* Fix various problems with language tag selection [Frederic Zhang]
* Documentation improvements [Felipe Heidrich, Doug Quale]
* Fix crash in line break code [Jeroen Zwartepoorte, Billy Biggs]
* Build fixes [J. Ali Harlow, Noah Misch]
* OpenType engine fixes [Kailash C. Chowksey, Sayamindu Dasgupta, Aamir Wali,
Masatake YAMATO, Soheil Hassas Yeganeh]
* Indic module bug fixes [Chris Blizzard, Rajkumar S, Taneem Ahmed,
Jungshik Shin]
* Misc bug fixes [Stanislav Brabec, Anders Carlsson, Behdad Esfahbod,
Jody Goldberg, Theppitak, Sven Neumann, Manish Singh, Morten Welinder]
version 0.8.0:
- g++ v3 abi demangler
- x86 disasm: added undocumented ffreep (df c0) instruction
- compiles with gcc 3.4
- fixed buggy blockop-progress indicator
- fixed ugly segfault with elf symbol loading
- ppc disassebler updated (altivec instructions)
- removed stefan's email address (dead)
version 0.8.0pre1:
- disassembler:
- IBM/Motorola PowerPC (PPC) (new)
- file formats:
- XBE (X-Box executable) support by Stefan Esser (experimental)
- Mach-O header and image support for PPC and x86 (experimental)
- FLT (Flat) support (experimental)
- PEF support (experimental)
- XCOFF32 support
- COFF support for coff files without optional header
- COFF big-endian support
- ELF PPC support
- ELF relocatable file support (experimental)
- fixed buggy ELF reading code partially (thanks rpm28)
- eval dialog: added function help
- eval: not ('~') and logical-not ('!') operators
- disassembler interface (int maxlen, not byte maxlen)
- Win32: fixed access to native windows clipboard
- Win32: high CPU usage problems fixed (sys_suspend() bugged)
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
libstatgrab 0.10.3 (24 August 2004)
* Add -f flag to statgrab to display floating-point numbers multiplied
by an integer.
* Add -K, -M and -G flags to statgrab to show byte counts in kibibytes,
mebibytes or gibibytes.
* Make statgrab-make-mrtg-config use the new flags to scale extremely
large or small numbers so that mrtg can handle them.
* Make statgrab-make-mrtg-config automatically detect network interface
speeds.
* Add support for FreeBSD 6.0-CURRENT.
libstatgrab 0.10.2 (27 July 2004)
* Fix shared library version that when backwards in 0.10.1.
libstatgrab 0.10.1 (26 July 2004)
* Use DESTDIR correctly when setting permissions at install time.
* Fix disk stats to work with OpenBSD 3.5.
* Fix disk stats on NetBSD 2.0 (statvfs instead of statfs).
* Fix memory leak in process stats on NetBSD 2.0.
* Add vxfs (Veritas filesystem) to list of known filesystems
on Solaris.
* Add more variables to the pkg-config file to suggest suitable
ownership and permissions for binaries using libstatgrab.
* Make sure statgrab.h can safely be included twice.
* Fix statgrab to display network interface names even if they
don't have IO stats (like the loopback interface on Solaris).
* Add error reporting function that grabs errno.