Changes:
SDK
KUIViewer
* NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian
Reinhart Geiser
UI Thumbnail
* NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser
KCachegrind
* NEW IN KDE: KCachegrind, a profile data visualisation. The data is
generated with the Valgrind derived tool Calltree (see homepage) Josef
Weidendorfer
Cervisia
* Login support for pserver cvs servers Christian Loose
* DCOP service that provides easy access to CVS functions (cvsservice)
Christian Loose
* Optimize and improve Cervisia's file and directory view (UpdateView)
Andre Woebbeking
* Better SSH support. Add ability to start and use ssh-agent.
Christian Loose
* More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre
Woebbeking
* Remember last opened directory in "Open Sandbox..." dialog Christian
Loose
* Add new command line option (-log) to display a log dialog for a
single file without starting Cervisia Christian Loose
* Add "diff to HEAD" functionality to display changes made by other
developers before updating the local working copy Andre Woebbeking
* Make list views configurable (column order/widths, sorting) Andre
Woebbeking
* Add "Hide Empty Directories" functionality to display only
directories which contain any "changes" Andre Woebbeking
* Use user's settings (locale and timezone) to display dates and times
Andre Woebbeking
* Add splitters to resolve dialog Christian Loose
* Add new view to log dialog that shows the cvs output in a similar
form as the command-line client. Christian Loose
KFilePlugins
* ts: Displays the number of translated, untranslated and obsolete
messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus
* diffAdded support for recognizing Subversion diff output. Otto
Bruggeman
KBabel
* Catalog Manager caching Stefan Asserhall
* Bookmarks Marco Wegner
* TMX dictionary plugin Stanislav Visnovsky
* Highlighting code rewrite Marco Wegner
* CVS integration in Catalog Manager Marco Wegner
* GNU gettext plural forms Stanislav Visnovsky
* Validation plugin-based tools Stanislav Visnovsky
* Create plural form translation from single text Stanislav Visnovsky
* Marking using mouse in Catalog Manager Stanislav Visnovsky
* RegExp marking in Catalog Manager Marco Wegner
* Plugin-based file import/export Stanislav Visnovsky
* Autosave feature Marco Wegner
* Whitespace translations validation plugin Dwayne Bailey
* Translation length validation plugin Dwayne Bailey
* Translations still in English validation plugin Dwayne Bailey
* Qt Linguist import/export plugin Marco Wegner
Kompare
* Fixed some problems with the interaction between the navigation part
and the komparepart, mostly preventing double emitted signals so it
got a bit faster. Otto Bruggeman
* Added the ability to load a file and diff output and to patch the
file. Otto Bruggeman
* A lot of internal cleanups so maintenance will be easier. Otto
Bruggeman
* Added an interface class/library you can link your application against
to expose the extra methods the komparepart implements over a standard
KPart. This is not guaranteed to be binary compatible yet. I might
need to add support for the encoding in the interface. Otto Bruggeman
Umbrello
* NEW IN KDE: Umbrello UML Modeller Umbrello Developers
* refactoring agent Umbrello Developers
* improved code export Umbrello Developers
* changing properties of multiple items at one time Sebastian Stein
* refactor internal code (Widget and WidgetData classes) Oliver Kellogg
* Add Datatype widget and internal representation Umbrello Developers
BUILDLINK_PREFER_PKGSRC
This variable determines whether or not to prefer the pkgsrc
versions of software that is also present in the base system.
This variable is multi-state:
defined, or "yes" always prefer the pkgsrc versions
not defined, or "no" only use the pkgsrc versions if
needed by dependency requirements
This can also take a list of packages for which to prefer the
pkgsrc-installed software. The package names may be found by
consulting the value added to BUILDLINK_PACKAGES in the
buildlink[23].mk files for that package.
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.