package changes:
- Add test target support
- Needs gmake to build
Many changes since last packaged version (0.1.6): many bug fixes
and new features. Please see the file ChangeLog enclosed in the
source distribution or the on-line version at
http://www.ibr.cs.tu-bs.de/projects/libsmi/ChangeLog.html
Patch provided by MAINTAINER, Emil Skoeldberg via PR 34306.
Changes since 2.8.4:
* 2.8.8 (13.6 2006)
- Close include files when we are done reading them.
* 2.8.7 (13.6 2006)
- More informative error messages in case of I/O errors.
* 2.8.6 (31.3 2006)
- Fixed problem with continuation lines in fixed form, introduced in
version 2.8.5.
* 2.8.5 (29.3 2006)
Fixed two bugs
- Some cpp-lines continued by a \ at the end made makdepf90 hang.
- In fixed form, makedepf90 was sometimes tricked into beliving it was
inside a string, when it actually wasn't.
Patch provided by Martin Wilke via PR 34525.
- Changelog
- 1.9
Fix mb_want_warning(s) typo
Remove various non-critical stderr warnings.
Make old behaviour reproduce-able via setting MB_WARNINGS env var.
Set PID hint correctly.
- 1.8
Fix xsettings never actually getting used :(
A Little reformatting.
Rework pc file to use requires
Fix various GCC 4 warnings
Allow for timeout to be cleared.
Backout 2005-10-12 change, needs proper fix
Detach SHM test correctly via patch from Tapani
Hack to allow parsing of [icon theme] .desktop files
Tweak for people that try to compile without-x
Dont put ellipses right after a space
Check for AC_PATH_XTRA fail.
Linux 8086 development environment.
This is based on Bruce Evans's C compiler with additonal code, including
a reasonable C library for ELKS DOS or standalone, written by myself and
others.
This is a replacement for devel/bcc.
+ When sending mail, Bugzilla could throw the error "Insecure dependency in
exec while running with -T switch" (bug 340538).
+ Using the public webdot server (for dependency graphs) should work
again (bug 351243).
+ The "I'm added to or removed from this capacity" email preference
wasn't working for new bugs (bug 349852).
+ The original release of 2.22 incorrectly said it required Template-Toolkit
version 2.08. In actual fact, Bugzilla requires version 2.10 (bug 351478).
+ votes.cgi would crash if your bug was the one confirming a bug (bug 351300).
+ checksetup.pl now correctly reports if your Template::Plugin::GD module
is missing. If missing, it could lead to charts and graphs not working
(bug 345389).
+ The "Keyword" field on buglist.cgi was not sorted alphabetically, so
it wasn't very useful for sorting (bug 342828).
+ Sendmail will no longer complain about there being a newline in the
email address, when Bugzilla sends mail (bug 331365).
+ contrib/bzdbcopy.pl would try to insert an invalid value into the
database, unnecessarily (bug 335572).
+ Deleting a bug now correctly deletes its attachments from the database
(bug 339667).
New features include:
* Complete PostgreSQL Support
* Parameters In Sections
* One Codebase, Multiple Databases
* UTF-8 for New Installations
* Admins Can Impersonate Users
* Bug Import and Moving Improvements
* Adding Individual Bugs to Saved Searches
* Attach URLs
* Optional "Strict Isolation" for Groups
* "editcomponents" Change
* "shutdownhtml" Change
* Miscellaneous Improvements
For further details see:
http://www.bugzilla.org/releases/2.22/new-features.htmlhttp://www.bugzilla.org/releases/2.22/release-notes.html
Overview of changes between 1.14.6 and 1.14.7
==============================================
* Fixed broken build with included lang modules.
* Bugs fixed in this release:
Bug 361938 - Can't include *-lang modules (./configure
--with-included-modules fails)
-------------------------------
These source files comprise a simple but efficient utility that allows the
display of a function call tree in a C program at run-time. It is also
possible to dump the results of a program execution to an ASCII file for
later examination.
* ptrace.c compiles your code to enable this run-time tracing
* etrace is a Python script that will perform the run-time tracing by
displaying the function names as they are called
* etrace.pl is a Perl script that will perform the run-time tracing by
displaying the function names as they are called. Moreover, etrace.pl
can be used to trace dynamic libraries.
Overview of changes between 1.14.5 and 1.14.6
==============================================
* Backport language-engine handling fixes from HEAD.
* Add simple Arabic and Indic language engines.
* Indic shaper fixes.
* Bugs fixed in this release:
Bug 353877 – Sinhala is_cursor_position and
backspace_deletes_character issues
Patch from Akira TAGOH
Bug 358224 – Telugu Character U+0C31 does not render its below-base
form.
Patch from Rahul Bhalerao
Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0)
are not rendered.
Patch from Rahul Bhalerao
2.3 and higher.
ctypes allows to call functions exposed from dlls/shared libraries and
has extensive facilities to create, access and manipulate simple and
complicated C data types in Python - in other words: wrap libraries in
pure Python. It is even possible to implement C callback functions in
pure Python.
artificial neural networks in C with support for both fully connected
and sparsely connected networks. Cross-platform execution in both
fixed and floating point are supported. It includes a framework for
easy handling of training data sets. It is easy to use, versatile,
well documented, and fast. Bindings to other programming languages
and a GUI are also available.
This is a CVS snapshot.
changes:
- Make PyGObject 64-bit safe for Python 2.5
- All headers are now LGPL and not GPL
- Remove a couple of GCC warnings
- Revive distutils support
- Emission hook reference count bugfix
- MSVC/ANSI C compilation fix
- Bump Ctrl-C timeout handler from 100ms to 1000
Changes:
Umbrello
* Documentation generator for DocBook and XHTML.
* "Role A Properties" should give class name.
* External folders - improved implementation.
* "Open recent" list doesn't reorder when a file is opened.
* Properties menu: move to top/bottom buttons.
* Java import - importing interfaces - absent visibility treated as
package instead of public.
* Python code generation is not independent of diagram view.
* Java import - method parameter types not resolved correctly.
* Java import: unable to import AzareusCore.
* Java import: error on multidimensional arrays.
* Java import - array types not resolved correctly.
* Java import - "final" and comments in method declaration not parsed
correctly.
* All native importers: Spaces in strings cause next member var to be
ignored.
* Java import - static member vars ignored in interfaces.
* Strange behavior with datatypes in French.
* Header file names are lowercase in .cpp file but mixed case on disk.
* PHP5 code generator adds stub-methods for all interfaces a class
implements.
* Fix for generation of include statements in PHP5 generator.
* Fix loading of associations in collaboration diagram.
* Small fix for printing in landscape mode.
* Various fixes to mouse behaviour, e.g. multiple selection using shift
button not working, mouse tracking disabled when creating associations
and messages, inconsistent behaviour in some tools.
* Fix for message widget selection behaviour.
* Fix for class association not updating the association position when
being moved.