All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
== [release-1-2-4] 1.2.4: 2014-05-29
In this release, there are some bugfixes since Cutter 1.2.3 released.
=== Cutter
==== Improvements
* Supported Ubuntu 14.04 (Trusty Tahr).
==== Changes
* Dropped Ubuntu 12.10 (Quantal Quetzal) support.
==== Fixes
* Added -fexceptions to use C code with C++ exceptions. [Reported by OBATA Akio]
* Fixed a problem that bash isn't found when executing make check on FreeBSD.
* Fixed a crash bug because of double free allocated memory. [GitHub #12] [Reported by Kazuhiro Yamato]
== [release-1-2-3] 1.2.3: 2014-02-09
As long time has passed since Cutter 1.2.2 release,
there are some improvements and fixed bugs.
After Cutter 1.2.2 release, you can install Cutter from
Fedora's official yum repository. No need to register Cutter yum repository on Fedora anymore.
=== Cutter
==== Improvements
* [doc] Removed a needless period from installation link.
[GitHub #6] [Patch by Masafumi Yokoyama]
* Supported lcov 1.10. [cutter-users-ja:92] [Reported by Siganai SE]
* [doc] Updated download URL on SF.net. [cutter-users-ja:91] [Reported by Siganai SE]
* [doc] Updated XML report format. [cutter-users-ja:91] [Reported by Siganai SE]
* Added more trace logs for loader. It helps you to investigate the case when no tests are loaded.
* [doc] Updated Cygwin's setup.exe URL.
* Added --log-level option. The value of default log level is "critical|error|warning|message".
==== Fixes
* [loader] Fixed a bug that ELF loader can't collect symbol because of wrong comparison.
* Fixed memory leaks on loading all modules.
* Fixed a warning from GCC 4.8.1 on Ubuntu 13.10
[GitHub #9] [Reported by Kazuhiro Yamato]
=== CppCutter
==== Improvements
* Supported cppcut_assert_equal(const type_info &, const type_info &)
[GitHub #4] [Patch by Kazuhiro Yamato]
* Supported to catch unhandled C++ exception in test case.
This change avoids to crash when unexpected exception is thrown.
[GitHub #8] [Suggested by Kazuhiro Yamato] [Patch by Kazuhiro Yamato]
* Supported to call destructors of objects on a stack even when an assertion is failed.
[GitHub #10] [Patch by Kazuhiro Yamato]
==== Fixes
* [Clang] Fixed a compile error which is caused by missing std::type_info forward declaration.
* Fixed an invalid memory access when an exception is thrown in cutter's
assertion function.
[GitHub #11] [Patch by Kazuhiro Yamato]
=== GCutter
==== Fixes
* [doc] Fixed a signal name typo about gcut-egg example.
=== Thanks
* Kazuhiro Yamato
* Masafumi Yokoyama
* Siganai SE