Various changes from 2.0.13, most obvious of which appears to be that
RT no longer causes problems with the HTML::Mason in pkgsrc.
Also add a note as to how to get an Apache configuration which does not
ignore POSTs. Still some configuration issues, but we are now _nearly_
working without some small hacking, as opposed to completely broken.
Version 0.15 (2004/02/04)
-------------------------
* Documentation changes to match Buildtool 0.15.
- Removed all information about bt_make and bt_wrap.
- Added preliminar information about the new bt_logic module.
* Added a simple tutorial for developers, guiding them in the creation of
a simple project from the beginning.
Fifteenth alpha version, released on 2004/02/04.
o Finally dropped bt_make and bt_wrap, together with all compatibility
code introduced around them.
o M4 is no longer needed. It was introduced to clean up code, but it
has proven to only ofuscate it. As a side effect, bt_swcgen uses
shell scripts instead of macro files to generate system wide configu-
ration.
o Added some checks to bt_config: bt_check_hdr_time(),
bt_check_prog_cc_flag() and bt_check_prog_cxx_flag().
o Support for the `+=' operator (append text to a variable) was added
to bt_sh. This can be used to simplify syntax when writting scripts.
o Support for pkgconfig files was added to bt_pkgflags.
o Support for pkgconfig command line syntax was added to bt_pkgflags
(it is not exactly the same, but we now support operators in their
real form, like `=' or `!=', plus spaces to separate keywords).
o Multiple portability problems fixed.
Added CCACHE_UMASK option
Added support for compilation of .i files
Fixed bug with DEPENDENCIES_OUTPUT flag
Added support for more -Mx options
Added separate stderr channel for distcc
Improved test suite
Changes from 1.4.3 include:
1. New XML output option, so test results can be loaded into a database.
2. Support for the KFAIL/KPASS (known failures).
6. BlueGnu has been removed from the contrib directory.
7. The contrib/test* scipts were bitrotten and have been removed. If
you still want copies of these, they can be found in the previous
DejaGnu release.
8. i960glue.c has been removed.
also, take maintainership (approved by schmonz@)
There have been a lot of changes/fixes since pre8. See the ChangeLog(s)
in the distribution for more details.
From the pkgsrc side: let tla depend on gnu diff/tar.
(branching 24 January 2004, from /branches/1.0-stabilization)
http://svn.collab.net/repos/svn/tags/0.37.0
User-visible changes:
* bugfix: buffer overflow for AIX client
* 'svn merge' now notices ancestry by default. (r8390)
* bugfix: double Ctrl-C on windows no longer wedges repository.
* New date formats (see API change: Rewrite of date parser below)
* bugfix: Errors in authentication when --no-interactive is turned on (r8139)
* bugfix: Fix some 'access denied' errors on Windows (r8341, r8352)
Developer-visible changes:
* API change: Rewrite of date parser (r8327, r8328, r8329) (issue #408)
* bugfix: svn_fs__bdb_changes_fetch() fouls up change ordering (issue #1695)
* require SWIG >=1.3.19 (issue #1690)
* numerous changes to language bindings, to keep up with C API.
* fix: apr build issues (r8279, r8280, r8318) (issue #1666)
* changed the auth-provider C API to use 'realmstring' on all funcs
* check the ra plugin ABI versions.
* fix: ABI problem with blame. (r8494) (issue #1705)
* remove svn_io_file_printf from public API. (r8492) (issue #1653)
* extensive changes in the perl client bindings. (r8270)
* too many big and small internal code cleanups and fixes to mention here
BUILDLINK_DEPENDS.zlib instead of adding to it.
fixes a problem where a buildlink dependency would be added on both
zlib>=1.1.4nb1 and zlib>=1.2.1, resulting in various buildlink
breakage.
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
Changes in 0.15.1:
------------------
* Require GnuTLS >= 1.0.0
Changes in 0.15:
----------------
* Better Win32 instructions.
* Fixed bug when disconnecting and then connecting again using the same
LmConnection.
* Documentation typos and errors fixed by Ross Burton.
* Better SSL support, now gives the application the possibility to decide
if it wants to connect on bogus SSL certificates.
* The SSL API changed a bit, take a look at the API docs.
* Fixed timestamp error on FreeBSD.