Changes since previous version:
CHANGES 1.99.3 -> 1.99.4
+ get rid of some magic constants
+ revamped regression test script to count number of tests passed
+ made checkhash array in ops_seckey_t dynamic, rather than statically
allocated
+ made mdc array dynamic, and added a length field to mdc for future use
+ revamped usage message to match reality
+ made portable version again for the autoconfed package sources
+ add separate netpgpdigest.h file so that separate digest sizes can be
used without having to include "packet.h" in everything
CHANGES 1.99.2 -> 1.99.3
+ modified regression tests to make it easier to see status messages
+ modified --encrypt, --decrypt, --sign, and --clearsign as well as --cat
to respect the --output argument for the output file. Default behaviour
remains unchanged - if --output is not specified, standard file names
and suffixes apply. Note that --verify has not been changed - this is
for compatibility with gpg, POLA/POLS, and because --verify-cat/--cat
provides this behaviour
Get rid of a few TODO items that aren't needed.
CHANGES 1.99.1 -> 1.99.2
+ various minor cleanups
+ fix longstanding pasto where the key server preference packets are
displayed with the correct ptag information
+ up until now, there has been an asymmetry in the command line
options for netpgp(1) - whilst a file may have signature information
added to it with the "--sign" command, there has been no way to
retrieve the contents of the file without the signature. The new
"--cat" option does this (there are synonyms of "--verify-show" and
"--verify-cat") - the signature is verified, and if it matches, the
original contents of the file are sent to the output file (which
defaults to stdout, and can be set with the --output option on the
command line). If the signature does not match, there is no output,
and an EXIT_FAILURE code is returned.
+ revamped netpgp(1) to make it clear what commands are available, how
these commands relate to each other, and which commands take custom
options
CHANGES 1.0.0 -> 1.99.1
+ released and tagged version 1.0.0; development version now 1.99.1
+ get rid of some fields which are no longer needed
+ minor name changes
+ add mmapped field to ops_data_t struct to denote that the array needs an
munmap(2) and not a free(3)
+ add an __ops_mem_readfile() function, and use it for reading files.
The function does mmap(2), and then falls back to read(2) if that fails.
Retire unused __ops_fileread() which had an unusual interface
+ drop sign_detached() from netpgp.c down into signature.c as
__ops_sign_detached()
+ got rid of "local" header files. These aren't necessary since the openpgpsdk
code was modified to all be in the same directory
+ added netpgp_getvar() and netpgp_setvar(), and use them to get and set the
user id and hash algorithm preference
+ get rid of <stdbool.h> usage - I'm still not sure this is the way we should
be going long term, but the bool changes got integrated with the others,
and are there in cvs history if we want to resurrect them. Correct autoconf
accordingly. Bump netpgp minimus version, and autoconf-based date version.
+ updated documentation to reflect these changes
Commit the weekend's changes:
+ minor name changes
+ remove duplicated code (commented out) in packet-print.c
+ original code contained abstraction violations for hash size - fix them
+ get rid of some magic constants related to length of hash arrays
+ allow a choice of hash algorithms for the signature digest (rather
than hardcoding SHA1 - it is looking as though collisions are easier
to manufacture based on recent findings)
+ move default signature RSA hash algorithm to SHA256 (from SHA1). This is
passed as a string parameter from the high-level interface. We'll
revisit this later after a good way to specify the algorithm has been
found.
+ display the size of the keys in --list-packets
+ display the keydata prior to file decryption
+ add a --help option
+ if setrlimit exists, set the core dump size to be 0
(with thanks to mrg for the reference implementation)
+ get rid of __ops_start_cleartext_sig/__ops_start_msg_sig abstractions
and just "export" the __ops_start_sig function - the function is not
actually exported, just usable by other __ops functions
+ bump internal version number to 0.99.2, autoconf version to 20090506
+ prettify usage message output
Change some names to something a bit less obscure.
e.g. For some unfathomable reason, I find "__ops_write_mem_from_file" a bit
counterintuitive - replace that by "__ops_fileread"
+ __ops_packet_t -> __ops_subpacket_t
+ __ops_parser_content_t -> __ops_packet_t
+ rename some other long names
51 chars is the record function name length so far
+ preliminary moves to support detached signatures
as yet, incomplete
+ add back command line option to list packets in a signed or encrypted file
+ make __ops_parse() take an argument whether to print errors, and kill the
__ops_parse_and_print_errors() function
+ get rid of some assertions in the code - this is a library - about 100 to go
Make this code WARNS=4
Add an option to the netpgp command to produce a detached signature.
Changes from dhcpcd-5.0.3 include
* The requirement of the ServerID option is now configurable
* Don't set a MTU lower than 576
* Enforce a minimum lease time of 20 seconds
- Updating package for p5 module Digest::SHA1 from 2.11 to 2.12
Upstream changes:
2009-05-23 Release 2.12
Gisle Aas (6):
Get rid of the old CVS ids
Avoid "redefined" error for ULONG on Win64
Less optimizations on IRIX [RT#8999]
Clean up the 'git status' output
Mention that SHA-1 might be weak [RT#11880]
Ensure more stuff in the META.yml file [RT#40757]
Steve Peters (1):
Quiet warnings when compiled with -Wwrite-strings [RT#31915]
- Updating package for p5 module CPAN from 1.9304 to 1.9400
Upstream changes since version 1.9304:
2009-05-24 Andreas J. Koenig <andk@cpan.org>
* this is release 1.94
* since 1.93_54 one test was changed that had been failing when
Text::Glob was not installed.
* since 1.93 (which was released 2008-10-12) changes are documented in
the release notes for 1.93_5[1234] below. Here is a quick summary of
the highlights: SQLite dependency tracking fixed; packaging works
around bugs in Solaris tar; fixed ls on subdirectories; tested with
YAML::XS and documented as such; support for MYMETA.yml; CPAN.pm file
split into separate files; mega doc/English corrections; negated
match variables in distroprefs
* thanks to Gisle Aas, Tom Christiansen, Alexandr Ciornii, Nicholas
Clark, Jan Dubois, David Golden, Randy Kobes, Olivier 'dolmen'
Mengu'e, Steffen M"uller, Slaven Rezi'c, Michael Schwern, G'abor
Szab'o, Frank Wiegand and many others for providing patches,
bugreports and valuable feedback.
2009-05-07 Andreas J. Koenig <andk@cpan.org>
* this is release 1.93_54 (another release candidate for 1.94, I had
overlooked the github fork by Alexandr)
* Help Strawberry perl #41537: will prefer perl unpack modules (unless
it is bz2). (Alexandr Ciornii)
* address #43779: test failures when NFS involved (Alexandr Ciornii)
* adjust tests for 5.6.2 and when no yaml module is available
2009-05-04 Andreas J. Koenig <andk@cpan.org>
* this is release 1.93_53 (release candidate for 1.94)
* address #45470: pod synopsis fix submitted by Olivier 'dolmen' Mengu'e
* bugfix: @$urllist could break on an undefined urllist, now protected
* bugfix: Work around the troubles posed by Acme::BadExample
* bugfix: address #43813: solaris tar cannot deal with long paths
2009-04-13 Andreas J. Koenig <andk@cpan.org>
* this is release 1.93_52 (dev release towards 1.94)
* shake out missings after the split into many files
* Win32 fixes by Jan Dubois
* CPAN::SQLite support fixes by Randy Kobes
* completion on distros works now at least on the "d" command when using
pretty id ( eg. USERID/Foo-<TAB> )
* experimental support for deprecated.pm only enabled on perl 5.11
* address #37531: ls on subdirectories did not work as one would
expect (reported by Slaven Rezic)
* address #28438: do not create the author directory if we have a file
URL (reported by Schwern)
* all distroprefs now more YAML compliant
* tested with YAML::XS and documented as such
* patch by Gisle Aas to catch not compiling regexps in distroprefs
* patch by David Golden to support MYMETA.yml
* address #44549: support users who do not want to connect to the
internet but still configure us to run in an intranet or with a
minicpan on the local disk (reported by Nicholas Clark)
Tokyo Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and
character string can be used as a key and a value. There is neither concept of
data tables nor data types. Records are organized in hash table, B+ tree, or
fixed-length array.
This package provides Java binding of Tokyo Cabinet.
== Changes 0.6.0 from 0.5.9: 2009-05-23
=== Improvements
* Supported Bonjour: [kimura wataru]
* Added new mascot character "Tailavi": [MoMo]
* ((<URL:http://www.cozmixng.org/repos/rabbit/trunk/sample/momo/tailavi/>))
* Added subtitle to windows title.
* Supported slide property.
* Added alternative images for "rabbit and tortoise".
* Original image is used for PDF embedding instead of
resized image.
=== Fixes
* Fixed a typo in sample/kof2005/gesture.rb: [#143][IWAI, Masaharu]
* Fixed install document: [zunda]
* Fixed English: [Eduardo Gonzalez]
- Bug Fixes:
- The PCNFSD dissector could crash. (wnpa-sec-2009-03)
- Lua integration could crash.
- The SCCP dissector could crash when loading more than one file in
a single session.
- The NDMP dissector could crash if reassembly was enabled.
- Updated Protocol Support:
All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066
o close more leaking file descriptors for CGI and daemon mode
o add subdirs for build "debug" and "small" versions
o clean up a bad merge / duplicate code
o make mmap() usage portable, fixes linux & ranges: support
o document the -f option
o daemon mode now serves 6 files per child
Version 0.6.0 :
* Core
* Scaling beyond 200% is now possible
* Interface
* Added interactive mode
* Moved "Mode" to the output tab and renamed it
* Added 2 new scale-back modes
* Fixed non-interactive mode, added scripts for
command-line batch processing
Version 0.5.0 :
* Core
* Faster engine, lower memory requirements
* Introduced rigidity masks
* Added GAP support
* Introduced left-right/top-bottom balance
* Interface
* Ignore discard masks when enlarging
* Added reset and revert to last used values
buttons for the size, and general reset
* The dialog now comes up with the last used
values for the size
* Added info icons
* Added russian help page
Version 0.4:
* New features:
* Support for image types (color models):
GREY, GREYA, RGB, RGBA, CMY, CMYK, CMYKA
and custom
* Additional builtin energy functions based on
luma instead of brightness
* Support for custom energy functions
* Functions to read out the energy map
* Cancel function to interrupt computations
* Additional methods for bias and rigidity masks
* Use a single progress instead of several
ones when the update is performed in steps
* Can handle input buffers non-destructively
* Performace related:
* Faster rescaling thanks to optimisations in
the code
* Spare memory when not using features (e.g. the
bias)
* Configuration
* The default installation directory is now /usr
instead of /usr/local
* Compiling under MinGW now correctly produces a
DLL with the default settings
* Now it also compiles under MS Visual C++
* All public macro names start with LQR_* (old
versions are still available but can be disabled
at configure time)
Version 0.3:
* New features:
* Enlargement is not limited to 200% any more
(it is automatically performed in steps)
* Added readout functions for the internal
visibility map
Version 0.2:
* New fetures:
* Support for 16-bit, 32-bit and 64-bit
per channel images
* Rigidity masks
* Left-right/top-bottom balance
* Performace related:
* Improved attached visibility maps
management (lower memory requirements)
* All internal buffers turned from
double to float, improving both speed
and memory requirements
* Documentation:
* Reviewed manual and completed refence
* Added man pages
o New Italian translation courtesy of Sergio Zanchetta
o Updated catalog and i18n for German by Andreas Madritsch
o Bug fix to prevent garbled characters when using non-English languages
on modern systems using UTF-8
o Bug fix to prevent XaoS from crashing after using the Render Animation
functionality
o Bug fix to prevent incorrect colors on smooth coloring modes with
certain video modes
XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't
investigate if the GTK+ frontend builds as the release notes claim it's
still buggy.