---------------------
0.010 2013-10-09 18:10:39 Europe/Amsterdam
- Revert adding conventional [Test::CheckDeps] test, to avoid circular dependency
0.009 2013-10-09 15:39:01 Europe/Amsterdam
- Added Synopsis
- $Test::Builder::Level increased, so failing tests appear to come
from the .t file rather than Test/CheckDeps.pm
- also test 'develop' prereqs when AUTHOR_TESTING
---------------
0.372 2015-01-07
- Add 'no_generate_plan' option to Test::Aggregate::Nested.
Thanks to David D Lowe for the pull request (gh-3 and rt-100246).
-------------------
2.37
Various changes. See github log for changes.
https://github.com/demerphq/Data-Dump-Streamer
NOTE, I have little time to maintain this package. If a secondary maintainer
wants to step up I would be happy to grant the appropriate permissions so that
new releases do not take so long.
---------------------
0.403
- Avoid using Test::More::done_testing() for to support building
out-of-the-box on older perls.
0.402 Sat Oct 18 18:06:19 EEST 2014
- Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config();
patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260
0.401 Sat Aug 23 14:20:11 IRKT 2014
- Add README changes created by 'make dist' from the POD
- Rename test modules
- Test old/new schemes with .pm files
- Move old/new scheme tests from middle of other stuff to end
- Rename test packages to 8.3 unique
0.400 Sun Aug 10 13:58:24 CEST 2014
- In addition to the package variables $inc, $libs and @typemaps, write an
'Inline' method to <package>::Install::Files for easier interoperability
with the Inline module.
- Accompany the 'Inline' method with a 'deps' method in
<package>::Install::Files in addition to the @deps package variable.
- Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
default, falling back to the package variables if the methods are not
defined.
- Make the docs recommend the 'Inline' and 'deps' approach for creating
<package>::Install::Files manually, without
ExtUtils::Depends::save_config.
0.309 Sat Aug 2 15:23:03 PDT 2014
- Depends.pm: use $DLEXT instead of $SO for library filename extensions
- MANIFEST: remove MYMETA.* files
- use DynaLoader::mod2fname if available
- Added Android support
0.308 Sun May 18 16:22:11 PDT 2014
- Fix win32 test failure in t/02_save_load.t (closes RT#95301)
0.307 Mon Apr 28 22:04:38 PDT 2014
- $Data::Dumper::Terse set to 1 broke save_config
- Document API expected by ::load function
0.306 Mon Sep 28 22:04:38 PDT 2013
- Fixed typo in RT queue URL; fixes RT#88960
0.305 Mon Sep 2 14:16:58 PDT 2013
- Makefile.PL: converted to CPAN::Meta::Spec v2
- Updated license in RPM spec file; closes RT#88196
- Updated contact info and added git repo info to POD
- Add comments for find_extra_libs method (closes RT#43900)
- Fixed typo (closes RT#86572)
--------------
Explicit ChangeLog not found, but looking into the source, the option -m is added.
------------
+ " -m type"
+#ifndef HAVE_PCAP_LIST_TSTAMP_TYPES
+ " (Disabled on this system. Option ignored)"
+#endif
+ "\n Type of timestamp to use for incoming packets. Use -vv when\n"
+ " pinging to list available ones.\n"
- "[ -C <count> ] [ -i <interface> ] "
+ "[ -C <count> ] [ -i <interface> ] [ -m <type> ] "
needed to run publicfile services and provides NetBSD-style rc.d
scripts, in the pkgsrc tradition of qmail-run and djbdns-run. By
J. Lewis Muir, from wip.
(Feel free to add platforms as they are verified to have kernel
support.)
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
Changelog:
Fixed 35.0.1 - With the Enhanced Steam extension, Firefox could crash (1123732)
Fixed 35.0.1 - Fix a potential startup crash (1122367)
Fixed 35.0.1 - Kerberos authentication did not work with alias (1108971)
Fixed 35.0.1 - SVG / CSS animation had a regression causing rendering issues on websites like openstreemap.org (1083079)
Fixed 35.0.1 - On Godaddy webmail, Firefox could crash (1113121)
Fixed 35.0.1 - document.baseURI did not get updated to document.location after base tag was removed from DOM for site with a CSP (1121857)
Fixed 35.0.1 - With a Right-to-left (RTL) version of Firefox, the text selection could be broken (1104036)
Fixed 35.0.1 - CSP had a change in behavior with regard to case sensitivity resources loading (1122445)
changes:
-fixes possible crashes and memory leaks which qualify as DOS problems
(CVE-2015-1380, CVE-2015-1381, CVE-2015-1382)
-minor fixes, documentation improvements
o various explicit #includes
o sources use {u_,u}int*_t in equal share, so just build with -D
o providing Solaris' MAXHOSTNAMELEN with -D avoids patching half a dozen files
o misc. build fixes
Use pkgsrc CONF_FILES framework
Make pkglint happy
TODO: Test on Solaris, SMF config files for venus and server
xenkernel45:
File "/tmp/pkgsrc/sysutils/xenkernel45/work.x86_64/xen-4.5.0/xen/tools/compat-
build-source.py", line 30
print line.rstrip()
^
SyntaxError: invalid syntax
xentools45:
File "mkchecker.py", line 40, in <module>
if compat_arches.has_key(a):
AttributeError: 'dict' object has no attribute 'has_key'
...
XXX Assume the same is true for python 3.4 and mark as not for 33 34
Release 1.8.9.1
(release date 04-01-2015)
- Fixed a couple of cases where sharing string data could lead to corruption [view]
- Various VHDL related fixes [view]
- Bug 742151 - Bogus warning: citelist: Unexpected new line character [view]
- Bug 742230 - @todo paragraphs incorrectly placed in rtf output [view]
- Bug 742235 - Bogus message with addtogroup [view]
- Documentation HTML Header, Footer, and Stylesheet changes [view]
- Documenting RESULT variable of Fortran FUNCTION [view]
- Fix potential null pointer dereference in src/context.cpp [view]
- Fixed compilation issue on Windows [view]
- Fortran FUNCTION source code [view]
- Fortran: code color GOTO as flow keyword. [view]
- Help message regarding layout file [view]
- Remove unused local and static global variables [view]
- Suggestion to use stripPrefix has been implemented for
RESULT. For consistency also implemented for
arguments. [view]
- Switched back to version 6.2 of JavaCC for VHDL parser generation. [view]
* Disable SCTP support under NetBSD.
Changelog:
From: http://www.oracle.com/technetwork/java/javase/7u76-relnotes-2389087.html
IANA Data 2014j
JDK 7u76 contains IANA time zone data version 2014j. For more information, refer to Timezone Data Versions in the JRE Software.
New Features and Changes
SSLv3 is disabled by default
Starting with JDK 7u75 release, the SSLv3 protocol (Secure Socket Layer) has been deactivated and is not available by default. See the java.security.Security property jdk.tls.disabledAlgorithms in <JRE_HOME>/lib/security/java.security file.
If SSLv3 is absolutely required, the protocol can be reactivated by removing "SSLv3" from the jdk.tls.disabledAlgorithms property in the java.security file or by dynamically setting this Security property to "true" before JSSE is initialized.
It should be noted that SSLv3 is obsolete and should no longer be used.
Changes to Java Control Panel
Starting with 7u75 release, SSLv3 protocol is removed from Java Control Panel Advanced options.
If the user needs to use SSLv3 for applications, re-enable it manually as follows:
Enable SSLv3 protocol on JRE level: as described in the previous section.
Enable SSLv3 protocol on deploy level: edit the deployment.properties file and add the following:
deployment.security.SSLv3=true
The explicit use of .so in the shared lib causes a problem.
I've also set UHD_DIR in the environment in the UHD buildlink3.mk file
which should make these two CMAKE_ARGS unnecessary
- Adding comment on patches
(upstream)
- Update 1.8.8 to 1.8.9
---------------------
log_1_8_9 Release 1.8.9 \htmlonly (release date 25-12-2014)
* Bug 634763 - Fortran: external subroutine as dummy argument not recognized [view]
* Bug 634763 - Fortran: external subroutine as dummy argument not recognized [view]
* Bug 651859 - Brief description misplaced in man page output [view]
* Bug 652276 - Typedefs in manpages has too few linebreak possiblilities [view]
* Bug 685597 - C# <code> tag in an <example> tag does not render as expected. [view]
* Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET [view]
* Bug 704090 - Allow Class{T}.Method in cref to refer to a generic class in XML comments [view]
* Bug 722940 - classes with same name in different namespace adding to same group [view]
* Bug 729063 - Missing link for item inside the same namespace [view]
* Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option [view]
* Bug 735145 - QHP toc broken if mainpage with PROJECT_NAME title has sections/subpages [view]
* Bug 735194 - src/Makefile.libdoxycfg shouldn't be distributed [view]
* Bug 735198 - plantUML requires epstopdf for building PDF files [view]
* Bug 735376 - tag file: Unknown compound attribute `singleton' found! [view]
* Bug 735441 - Fix a resource leak in src/vhdldocgen.cpp [view]
* Bug 735462 - There's no such thing as a private Q_PROPERTY [view]
* Bug 735475 - Same Expression in translator_kr.h [view]
* Bug 735477 - Fix a potential null pointer dereference in src/memberdef.cpp [view]
* Bug 735481 - Mismatch in memory allocation/de-allocation function in vhdlparser/
vhdlstring.h [view]
* Bug 735482 - Remove a not needed initialization of a local variable in src/mangen.cpp
[view]
* Bug 735483 - Fix a potential null pointer dereference in src/searchindex.cpp [view]
* Bug 735497 - Fix wrong pointer initialization in src/definition.cpp [view]
* Bug 735499 - Fix potential modulo by zero in src/template.cpp [view]
* Bug 735584 - Reached end of file while still insided a (nested) comment in Markdown
[view]
* Bug 735587 - Fix a terminating null character after fread in src/filedef.cpp [view]
* Bug 735589 - Remove not needed variable initialization in src/classdef.cpp [view]
* Bug 735590 - Remove not needed pointer initialization in src/entry.cpp [view]
* Bug 735591 - Provide exit code in case generatePlantUMLOutput fails [view]
* Bug 735620 - Remove not needed variable caching in src/markdown.cpp [view]
* Bug 735622 - Do not cache inputSize in src/doxygen.cpp [view]
* Bug 735623 - Expression is always false because 'else if' condition matches previous
condition [view]
* Bug 735726 - Fix missing break in switch case statement [view]
* Bug 735745 - Spurious ASSERT message [view]
* Bug 735759 - Broken man pages due to bad use of autoBreak [view]
* Bug 735767 - Fix potential copy and paste issue in vhdlparser/VhdlParser.cc [view]
* Bug 735924 - [Patch] Documentation: Wrong link for \\diafile [view]
* Bug 735925 - [Patch] DocBook: Possible name clash for generated image files [view]
* Bug 735926 - RTF output: \\diafile and \\mscfile do not work [view]
* Bug 735929 - Windows: Process exit code is ignored for processes launched using
ShellExecuteEx() [view]
* Bug 735982 - Fix potential allocation of huge memory amount due to type overflow in src/
lodepng.cpp [view]
* Bug 735985 - Fix missing unchecked return value in src/dot.cpp [view]
* Bug 736018 - Fix potential null pointer dereference in src/dbusxmlscanner.cpp [view]
* Bug 736020 - Fix identical code for different branches in src/translator_tw.h [view]
* Bug 736022 - Fix potential null pointer dereference in src/index.cpp [view]
* Bug 736023 - Remove not needed variable initialization in src/cite.cpp [view]
* Bug 736027 - Remove not needed local variable in src/doxygen.cpp [view]
* Bug 736029 - Remove redundant if/else branch in src/lodepng.cpp [view]
* Bug 736030 - Remove redundant if/else branch in src/translator_lt.h [view]
* Bug 736031 - Cleanup redundant if/else branch in src/translator_kr.h [view]
* Bug 736032 - Cleanup redundant if/else branch in src/translator_sr.h [view]
* Bug 736033 - Cleanup redundant if/else branch in src/translator_tw.h [view]
* Bug 736034 - Cleanup redundant if/else branch in src/translator_vi.h [view]
* Bug 736036 - Remove redundant local variable initialization in qtools/qstring.cpp [view]
* Bug 736037 - Fix wrong member variable initialization in src/define.cpp [view]
* Bug 736385 - Fix potential null pointer dereference in src/util.cpp [view]
* Bug 736386 - Fix another potential null pointer dereference in src/util.cpp [view]
* Bug 736387 - Fix a potential null pointer dereference in src/index.cpp [view]
* Bug 736389 - Fix a potential null pointer dereference in src/vhdldocgen.cpp [view]
* Bug 736992 - Member functions omitted from tagfile [view]
* Bug 737444 - Java: Annotations with brackets prevent documentation [view]
* Bug 737830 - Invalid element name in footer part when GENERATE_TREEVIEW specified [view]
* Bug 738063 - Fortran attribute contiguous not identified [view]
* Bug 738167 - Entity references in XML command attributes are incorrectly handled [view]
* Bug 738173 - Entity references in XML code command are incorrectly handled [view]
* Bug 738548 - latex: dead links to source code [view]
* Bug 738574 - … is replaced by \cdots rather than \dots in the LaTeX output [view]
* Bug 739054 - Python xml not outputting info of functions inside __init__.py [view]
* Bug 739056 - Python xml - argsstring is empty, while HTML have arguments [view]
* Bug 739209 - Invalid warning about undocumented C++ function imported from tagfile [view]
* Bug 739210 - C++11 scoped enums with same name inside different classes are merged if
using tagfile [view]
* Bug 739211 - Cannot make explicit links to C++ const member functions [view]
* Bug 739214 - Cannot make unscoped link to C++ conversion operator [view]
* Bug 739462 - Using "doxygen.css" for HTML_EXTRA_STYLESHEET fails silently [view]
* Bug 739863 - Regression: Base classes incorrect when using CRTP with default template
parameter [view]
* Bug 740218 - Full scope needed when making link inside cross-referenced section [view]
* Bug 740218 - Full scope needed when making link inside cross-referenced section (fixed
regression) [view]
* Bug 740446 - invalid copydoc target does not result in warning [view]
* Bug 741100 - Latex to PDF hangs when using Markdown tables [view]
* Bug 741417 - Crash when building gtkmm documentation [view]
* Bug 741778 - \cite confused by labels ending with a dot (improved warning message) [view]
* fix docbook output [view]
1. support other than english
2. fix broken example link id
3. fix incomplete TOC : no Classe etc.
4. add brief description for Functions etc.
5. Comply with REPEAT_BRIEF
6. Do not output duplicated contents when detailed descripton is missing.
7. set table colwidth for Param/RetVal
* Add missing escape in doxysearch.cpp when result contained a double quote [view]
* Add source code possibility for RTF output [view]
* Added Coverity Scan Build Status to Readme [view]
* Added clearer range checks for string class to help compiler [view]
* Added compilation support for MacOSX 10.10 (yosemite) [view]
* Added faster reference counted string implementation with short string optimization [view
]
* Added graphical hierarchy support to template engine [view]
* Added guard to prevent (theoretical) out of bound access [view]
* Added language attribute to XML output for classes, namespaces, and files [view]
* Avoid a (theoretical) memory leak [view]
* Better handling of inline Fortran parameter documentation [view]
* Fixed bug for page numbers in the latex indices [view]
* Compilation fixes for Windows for new string implementation. [view]
* Convert FORTRAN modules to namespaces [view]
* Create an easy possibility to take a snippet from the current file. [view]
* Debian Bug 762272: segfault with cyclic subgroups [view]
* Disabled enter/exit printing for doctokenizer (produced too much noise) [view]
* Empty entry in \tableofcontents in case e.g. section without description. [view]
* Extra empty line in source fragments [view]
* Fix bug with C++11 static_assert [view]
* Fix bug: language switch command "\~" failed to detect language id which contains '-' [
view]
* Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651850 [view]
* Fix for the second issue in bz 651848 [view]
* Fix potential crash when reading tag file which contained nested java classes using
generics [view]
* Fix rules for closing FORTRAN module and typedef scopes [view]
* Fix to ignore the contents of \verbatim and friends while looking for sections [view]
* Fix to show relations between C#/Java generic classes [view]
* Fixed a number of issues (resource leaks, uninitialized members, etc) found by coverity [
view]
* Fixed bug in new QCString::sprintf for long string. [view]
* Fixed extension matching issue if path contained a dot. [view]
* Fixed issue accessing uninitialized data when combining RTF output. [view]
* Fixed issue parsing @end directly followed by the end of the file [view]
* Fixed problem finding \enduml when using /// style comments. [view]
* Fixed refcounting bug in new string implementation [view]
* Fixed several Coverity warnings [view]
* Fixed to small memory leaks [view]
* Fixed typos and formatting in Doxyfile (thanks to Armin Mueller) [view]
* Fixed typos in C/C++ comments. There are no functional changes. [view]
* Fixed typos in comments. [view]
* Fixed typos in comments. No functional changes. [view]
* Fortran code color END (regression pull request 259) [view]
* Fortran color CALL as keyword [view]
* Fortran color code of END [view]
* Fortran continuation character seen as begin of function call [view]
* Generate error message in case bibtex generation fails [view]
* Improved main page rendering via template engine [view]
* Initialized potentially uninitialized variable in markdown part [view]
* Introduce new optimized string implementation (attempt 2) [view]
* Introduced template directory for template and resource files and resource compiler &
manager [view]
* LaTeX problem with 2 consecutive single quotes [view]
* Last comment of \code{.f90} missing [view]
* Limit images sizes and make more uniform (LaTeX) [view]
* Package mathptmx gives discrepancy between pdf and HTML formulas [view]
* Portuguese and Brazilian Portuguese translators updated to 1.8.5. [view]
* Prevent overly long terms from stopping the search indexer [view]
* Problem in case of line termination (., a dot) direct after the \cite command [view]
* Regression class<T extends V> resulted in class<V> as the page title [view]
* Remove bogus argument to avoid compiler warning [view]
* Remove dependency of PlantUML on HAVE_DOT [view]
* Remove extraneous 'README' to allow successful RPM creation [view]
* Remove filtering rule when generating FORTRAN module links [view]
* Remove redundant code [view]
* Removed bash specific construct from ./configure script to make it work on Solaris [view]
* Removed some comment statements. [view]
* Revert "Bug 634763 - Fortran: external subroutine as dummy argument not recognized" [view
]
* Reverted back to old string implementation. New one needs more work. [view]
* Show tag file name instead of <unknown> for warnings pointing to symbols extracted from
tag files. [view]
* Show the parent-child type specialization relation in Java/C# generics inheritance
diagrams [view]
* Support charset option for PlantUML [view]
* Support for INLINE_SOURCES in Fortran [view]
* Support plantuml !include statement [view]
* Support visible=no for main page tab. [view]
* Supporting linking for methods bound to FORTRAN classes in source definitions [view]
* This is the patch attached to bz 651848 by Robin Gareus. [view]
* Update README.md [view]
* Updated configuration script and libdoxygen.pro.in to use llvm-config [view]
* Use result of vsnprintf [view]
* Use substitute() instead of QString conversion [view]
* Various VHDL fixes [view]
* various fixes and restructuring [view]
* Various latex problems [view]