Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Changes:
1.50
A few small bugs since the last beta were fixed.
1.50-beta1
This version features a new user-action system, which allows you to define
your own personal actions. You can now define a profile that contains the
entire tabs on both panels. There is new popup panel that can display quick
view, tree etc., a new compare directories menu, support for selecting
certain protocols for certain mimetypes, the ability to cut, copy, and
paste files. Konqueror's right-click actions are now shown. The search now
searches on remote servers and supports profiles. Packing and unpacking to
and from remote URLs is now also supported. Handling of Arj, Lha, Ace and
Iso are now fully supported.
|
|
structure definition use fixed-size fields, which should go some way
to fixing some problems on LP64 platforms.
|
|
|
|
* The black channel offset was incorrectly computed when compositing causing
a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
QuantizeImages() (bug report by Tim Hunter).
* The display program no longer exits after the first image.
* The JP2 coders no longer interprets the first channel as an opacity channel.
* The VID coder no longer generates a fault (bug report from Arfune).
* CMYK Postscript with a subimage specification no longer returns a grayscale
image (bug report from Arfune).
* Handle image settings with MogrifyImageInfo() method.
* GNS contributed QueryMultilineTypeMetrics(). Its like QueryTypeMetrics()
but returns the maximum text width and height for multiple lines of text.
* Treat -channel as a setting in the command line programs.
|
|
Algorithmic changes
* Input of numbers in bases 2, 4, 8, 16 and 32 is now done in linear bit
complexity as opposed to O(N^2). Useful for all kinds of persistency.
Implementation changes
* Fixed several bugs in the integer input and output routines that could be
blamed for random crashes in the following cases: output in base 32 for
quite large numbers, input in base 2 for fixnums and input in base 3 for
fixnums on a 64 bit target.
* Fixed crash when radix specifiers were used in input streams.
* Speed up on x86_64 and ia64 by adding some inline assembly.
Other changes
* Fixes for compilation on MacOS X and little endian Mips.
|
|
|
|
This removes a lot of the previous hacks, replacing them with a fixed setup
for the serial port.
|
|
- generate proper libruby shared library.
- make it sure link extention libraries with RPATH to libruby.so.
|
|
|
|
Version 3.2.3 is a maintenance release and contains corrections to
v3.2 only.
BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages
BUGFIX: Signature is not written to multipart blocks with no content type
BUGFIX: dspam_dump for a particular token fails with MySQL 4.1
BUGFIX: Bayesian Noise Reduction is never instantiated
|
|
- use RUBY_REQD in buildlink3.mk.
Fix RUBY_REQD undefined in some case.
|
|
for ruby-uconv any more.
|
|
|
|
|
|
- Based on mh-6.8.4-JP-3.05 + four official patches.
- Update MASTER_SITES and HOMEPAGE.
- make vmh(1) build again.
- specify proper link option; build again after introduce
of "toolchain wrappers."
- improve patch to concat.c.
Great thanks to Masanori Mikawa on tech-pkg-ja.
|
|
|
|
2004/10/11 ***** v2.0.3 shipped *****
2004/09/25 fadden
- Fixed: attempting to add files after deleting *all* entries in an
archive would fail.
- Removed use of a "ushort" from NufxLib.h.
2004/09/20 fadden
- Corrected behavior after flush when original archive can't be
deleted.
2004/09/09 fadden
- Added header offset and junk offset to NuGetAttr.
2004/08/22 fadden
- Fixed obscure bug when recompressing a GSHK-added zero-length file
when "fake threads" is enabled.
2004/03/10 ***** v2.0.2 shipped *****
2004/03/09 fadden
- Set access permissions based on umask when extracting a "locked"
file. My thanks to Matthew Fischer for sending a patch.
- Reject archives with a MasterEOF == 48, not <= 48. There are
some otherwise valid archives created by an old version of ShrinkIt
that have MasterEOF==0.
2003/10/16 ***** v2.0.1 shipped *****
2003/10/16 fadden
- Added workaround for bad HFS option lists created by GSHK.
- Added junk-skipping feature. Up to 1024 bytes of crud (e.g.
MacBinary headers or HTTP remnants) will be searched for evidence
of an archive.
2003/06/19 sheppy
- Added support for resource forks and file and aux types when built
for Mac OS X.
|
|
|
|
|
|
|
|
|
|
Fri Nov 12 19:20:37 EST 2004
Fixed bug in PDF extractor (extremely rare segfault).
Fixed #787.
Fixed bug in man extractor (undocumented return value running on
4 GB file not taken care of properly).
Sat Oct 30 20:18:21 EST 2004
Fixing various problems on Sparc64 (bus errors).
Workaround for re-load glib problem of OLE2 extractor.
|
|
|
|
Notable changes (no changelog to speak of):
- added srsc command line client to srsd
- fixed upper/lower case comparisons in domain matching
|
|
|
|
In the process, strip the ".exe" from installed binaries. Neither Cygwin
nor Interix need it, and /usr/pkg/emul isn't intended for Win32-side usage,
so we don't need the .exe here either.
|
|
|
|
|
|
0.xx releases. Full changelog:
hashcash-1.13 - 16-Oct-2004 - Adam Back <adam@cypherspace.org>
* fix bug where grace period not applied to double-spend db.
I think this could allow people to double-spend in the time
period after the resulting premature purging and before
expiry (which is the grace period)
* add new feature where -e <period> can be used with -p to
override the expiry given at spend time (that is stored in
the double-spend db). Inspired by question from Atom
Smasher <atom@suspicious.org>.
* clean up some memory leaks
* add hashcash_free function (DLL scenario caller can't rely
on having same deallocator to call as library compiled with)
* lots more function documentation in hashcash.h for
library/DLL users, renamed all exported library functions to
start with hashcash_ prefix.
* added hashcash_version function.
* added callback function to allow user quit (returns
HASHCASH_USER_ABORT) and to give progress feedback.
* added option -P which uses the callback to show progress.
* added -O core option to allow user selection of core.
* added small parameter to hashcash (to request small stamps
rather than slightly larger fast to generate stamps), and -Z
option to turn this on. (In fact it is not implemented yet
but want to avoid changing library interface later).
hashcash-1.12 - 03-Oct-2004 - Adam Back <adam@cypherspace.org>
* make a HASHCASH.DLL on windows using MINGW.
hashcash-1.11 - 02-Oct-2004 - Adam Back <adam@cypherspace.org>
* _really_ fix trailing ascii(32) (spaces). I have no idea
how I decided the 1.10 code fixed it. Must have messed up
the test I was using to check it worked.
hashcash-1.10 - 01-Oct-2004 - Adam Back <adam@cypherspace.org>
* remove trailing ascii(32) (spaces) which padding somehow
leaves
hashcash-1.09 - 17-Sep-2004 - Adam Back <adam@cypherspace.org>
* fix missing space between resource name and width with -cv
reported by Panta Admin.
* apply cumulative patch of 3 patches from Jonathan Morton.
hashcash-1.08 - 12-Sep-2004 - Adam Back <adam@cypherspace.org>
* fix bug reported by Panta Admin <admin@panta-rhei.dyndns.org>
must have introduced in recent version where with pipe
prints stamp twice.
* attempt to work around MINGW problem with signals -- somehow
it is changing it's mind about whether the MMX core can run
from the first call to the 2nd call. But the test result
is cached so it is hard to see how this happens. Not clear
if this work-around will work as don't have a 486 to test
on. (Work around is make single gIsMMXpresent shared
between the two mmx cores, should at least result in signal
call being used fewer times (max 1 time). Also pass 1 to
longjmp.)
* give up entirely on conditional make. One Makefile, no
funky stuff. Prints info about what you need to do to
compile on your platform and goes ahead and compiles with
generic anyway. Make new gnu (generic) target for gcc, and
normal generic with no gcc specific flags.
hashcash-1.07 - 11-Sep-2004 - Adam Back <adam@cypherspace.org>
* patch from J H Wilson <jhw@ieee.org> to initialize a bunch
of variables (actually I had to back some of these out to
get to compile on non gnu compilers -- some of those
structure initializations are gnu extensions I think.)
* also J H Wilson one of patch changes was to avoid mmx
assembler code clobbering ebx register which is needed for
fPIC support.
* better randomness on windows using the CAPI rng
CryptGenRandom. Still compiles using MINGW ... whee!
* made a separate GNUmakefile for gnu make (it takes that one
first over Makefile) and a Makefile which is the same but no
ifdef stuff which confuses some other makes, and no gnu
specific compile options (for x86 anyway).
* add gettimeofday timer into entropy to improve randomness on
systems which do not have /dev/urandom, and are not windows
hashcash-1.06 - 10-Sep-2004 - Adam Back <adam@cypherspace.org>
* patch from Justin Guyett <justin@soze.net> to fix unsigned
error which would have made libfastmint do something odd if
no minter worked.
* Makefile changes to compile under MINGW (gnu for windows
portability layer which produces win32 exes). new target
mingw-exe
* #ifdefs to avoid locking on MINGW (seems no lock support!)
* #ifdefs to use longjmp instead of siglongjmp, signal instead
of sigaction on MINGW
* #ifdef to use chsize instead of ftruncate on MINGW
hashcash-1.05 - 08-Sep-2004 - Adam Back <adam@cypherspace.org>
* and another issue (last I promise!) with case comparison.
1.04 change was good; however flaw in 1.02 means 1.04 minted
stamps (resource not canonicalized to lowercase) can falsely
fail to verify with 1.02 - 1.00 as those versions presume
canonicalized stamp. So we go back to making -C have effect
on minting also. With no -C canonicalize to lowercase, with
-C use resource as-is.
* get rid of -W flag reserved for posix, use -M in it's place.
hashcash-1.04 - 07-Sep-2004 - Adam Back <adam@cypherspace.org>
* fixed issue with case comparisons -- presumed resources were
in lower case at minting -- better to just ignore case
during comparison. Then will accept stamps containing upper
case or mixed-case resource names.
* integrate fastmint_benchtest as -sv option to hashcash.
* introduce COPT as well as CFLAGS as optimization subset of
flags passed with CFLAGS to nested make -- suits RPM
hashcash-1.03 - 07-Sep-2004 - Adam Back <adam@cypherspace.org>
* remove TARGET_ARCH again, let's keep things simple. Just
use CFLAGS period.
* figured out what GENTOO ebuild is doing, changed ebuild file
* remove recursion from hashcash_fastmint
* start using TARGET_ARCH in Makefile, hope it's portable;
it's an attempt to be more GENTOO ebuild friendly
* Makefile change: when PACKAGE is defined build default
target, otherwise echo the target info as before
* removed a bunch of old code replaced by fastmint, got rid of
CHROMATIX define
* fix following errors reported by Atom Smasher <atom@suspicious.org>
* fix width measuring bug with v0 stamps
* fix resource read from stdin bug
* use GNU getopt source always -- getopt
on BSD behaves differently (the getopt source is
smart -- it comments itself out on machines with
GNU_LIBRARY so using it always is not a problem)
* bug: should send the time estimate to
stderr, and the stamp to stdout
* -z width flag not properly error checked
to enforce UTCTIME restrictions (only valid widths
6, 10 or 12 digits)
* update LICENSE to note you end up with some GNU GPL taint
from getopt on systems without POSIX getopt which probably
forces you to use GPL as I link against it. Unless someone
wants to re-write the getopt or can point me at a public
domain replacement. In particular this includes BSD and
MACH (OSX) and as before windows.
* apply patch from Jonathan Morton <chromi@chromatix.demon.co.uk>
with following fixes:
* fix bug in mmx assembler code exposed by integration
* add generic target in Makefile
* increase benchmark work factor to improve accuracy of
results (as not used at run-time)
* new hashcash_quickbench()
* changes to hashcash_quickbench() to give faster timing on
linux x86 which has low resolution clock() (1/100th sec vs
1usec on OSX). (It was taking ~ 0.6sec on linux x86, code
takes 0.1 sec now which is less noticeable)
* related to above studiously avoided calling hc_per_sec()
which invokes hashcash_quickbench() -- seems a shame to burn
1/10th sec in default mint creation path if user typically
doesn't care about the info about how long it took. Now you
have to give -s or -v to get speed info when minting.
* fix case sensitivity bug reported by Atom Smasher
<atom@suspicious.org>
* add CPL option back to LICENSE file
* add make targets for different processors
* remove 2nd call of hashcash_benchtest (supposed to call
hc_per_second which caches not hashcash_per_second)
* enable static selection of fastmint cores, disable run
time benchtest
* applied fastmint fix patch from Jonathan Morton
<chromi@chromatix.demon.co.uk> and re-enabled fastmint
(remove -DCHROMATIX in Makefile to disable)
hashcash-1.02 - 11-Aug-2004 - Adam Back <adam@cypherspace.org>
* minor documentation stuff (put back ref to sha1-hashcash in
hashcash.pod manpage)
* add back requests to LICENSE file
hashcash-1.01 - 08-Aug-2004 - Adam Back <adam@cypherspace.org>
* fold in patches from by Hubert Chan
<hubert@uhoreg.ca> and Justin Guyett <justin@soze.net> to
clean up some stuff and fix minor bugs.
* another couple of minor bug fixes.
hashcash-1.00 - 07-Aug-2004 - Adam Back <adam@cypherspace.org>
* increment version number, 1.x to reflect move to version 1
stamp format
* explicit bits field in token (helps people who want to
prevalidate header and parse, and who want to know what the
intended bits were vs how lucky the sender got); new stamp
size definition is min( counted_bits, explicit bits field )
* no : in resource field to make easier to parse eg with cut,
awk etc
* new extension field
* reclaimed -x to use for passing eXtension data (old -x no longer
available, use -X, which has string fixed to X-Hashcash)
* put /dev/urandom macro for MAC from
Jonathan Morton <chromi@chromatix.demon.co.uk> so we use
/dev/urandom on MAC
* copy in and adjust Makefile for Jonathan Morton's optimized
minter (need to integrate)
* copy in Jonathan Morton's COMPACT option (method B vs method A
from fips-180-1, uses less registers) for libsha1.c
* copy in next rev of minter breaks 4megahashes/sec barrier on
3.06Ghz P4 -- disabled at present until some stuff gets
fixed and we figure out rpm/deb package portability
* added back v0 read support (but still only generates v1)
* pr5: first attempt at integrating libfastmint (some bug in
my integration code, broken so far)
* (pr6: libfastmint integ still not working)
* pr6: made X-Hashcash header accepatance case insensitive
* pr7: also reject tokens with count_bits < claimed_bits
(as previous logic of setting bits = min( count_bits, claimed_bits)
necessary to avoid people getting lucky
* use clock() instead of wall time
* expand max stamp size out to cope with 10KB extension fields
* update man page and usage with v1 stuff
* and release as 1.00 ready for Hubert Chan <hubert@uhoreg.ca>
to package for the imminent debian release
hashcash-0.33 - 13-Apr-2004 - Adam Back <adam@cypherspace.org>
* allow wild card without @ sign if there is no @ sign in
pattern
|
|
|
|
Changes:
- add allcvs filters (Christoph Sobotka)
- removed a lefover debug message
- fixed mutt import filter nickname cutoff
- wrap searches
- contrib updates
|
|
set to "none", skip bdb altogether.
|
|
JIT and SIGINFO support needs some work to make it work on NetBSD....
|
|
|
|
0.9.5 (Thu Sep 04 2003 18:18:04)
-----
64-bit integer fix (Tobias Ernst 2:2476/418).
Allow '-' and '_' in domain names (Tobias Ernst 2:2476/418).
"defnode" was not work correctly in 0.9.4.
binkd/win: run() fix for no inherit open files (i.e. *.bsy).
@command - run in background (Dima Afanasiev <da@4u.net>)
binkd/os2-emx: run() fix
binkd/os2: don't send hidden files from filebox
New command-line parameter '-m' - do not use MD5 authorization.
If remote requests file offset more then file size, touch
the file and drop session for send it from 0 next session.
binkd/unix: run as daemon (Alex Semenyaka <alexs@snark.rinet.ru>).
New option skipmask in binkd.cfg - don't receive (destructive skip)
files by specified wildcards.
getfree() bug if free space >4G fixed.
NTLM proxy authotization (Dima Afanasiev <da@4u.net>).
New option bindaddr in binkd.cfg - bind to specified interface
(Dima Afanasiev <da@4u.net>).
Run by-file events with the same command-line once after session.
Bugfix in ftrans (thanks to Aleksey I Zavilohin <villain@ems.ru>).
New option inboundcase in binkd.cfg - set case style for received files
(Kostya Falkov 2:5014/33@fidonet)
New option deletedirs in binkd.cfg - delete empty point dirs in BSO.
Do not send empty (60-bytes) pkt files.
New option overwrite in binkd.cfg - overwrite older file by newer.
Run as service under win9x (Alexander Reznikov 2:4600/220@fidonet).
Check free space on inbox if defined.
Fix security vulernability (DoS) (andrew clarke <mail@ozzmosis.com>).
Assume default domain for remote 4D address.
Do not resolve hosts if proxy or socks5 using.
Do not give unsecure mail to secure link when send-if-pwd.
Amiga Style Outbound (ASO) support.
New option -sip in node string: strict IP check; host need to
be specified, resolved and matched. For -ip option unresolved
host is ok.
Crypt traffic, new option -r (disable crypt).
NR- and ND-modes can be asymmetric now, options -nr and -nd
sets mode only for receiving files from this node.
0.9.6 (Fri Oct 28 06:02:25 EET 2003)
-----
Memory leak in event processing (Roman Trunov).
Bugfixes in NT service exit (Stas Degteff).
Some minor bugfixes.
0.9.7 (Sun Jun 15 08:22:58 EET 2004)
-----
Fix in client manager (poll nodes queue).
0.9.8 (Mon Nov 08 12:47:00 EET 2004)
-----
Fix signal handling, binkd sometimes hangs under glibc 2.3.
Fixed memory leak.
Fixed compilation under SuSe and OS2-emx.
|
|
|
|
py-clearsilver, and ruby-clearsilver.
|
|
|
|
|
|
in this package has split into py-clearsilver and clearsilver-base.
Release Notes for Clearsilver 0.9.13 11/24/2004
-------------------------------------
bugfix release
- one incompatible change: semi-public function cgi_html_ws_strip now
takes a second argument to set the level of stripping
- white space stripper now has two levels: 1 is the old debug level
(which doesn't strip whitespace at the beginning of a line) and the
second strips all duplicate whitespace
- make java/perl/python/ruby wrappers for CS include the html strfuncs
(ie, filters)
- make hdf destroy less recursive (so we don't blow the stack on
really large data sets)
Release Notes for Clearsilver 0.9.12 09/29/2004
-------------------------------------
bugfix release
- fix bugs in Java wrapper and add white space stripper option
- fix some allocation bugs in cs parser
- add single quotes to the list of characters to escape in url_escape
- fix core dump in find_context (hit during parse error in evar)
- fix some operator precedence bug and some bad expression handling of
empty strings
Release Notes for Clearsilver 0.9.11 08/03/2004
-------------------------------------
bugfix release
- fix bugs in Java wrapper
- update copyright notice
- fixes to get rid of gcc3 warnings
- fix bug in cgi/html.c
Release Notes for Clearsilver 0.9.10 06/02/2004
-------------------------------------
bugfix release
- Parenthesis in the wrong place in the last patch
- fix some memory leaks in template parsing and rendering
Release Notes for Clearsilver 0.9.9 05/14/2004
-------------------------------------
A small release.
INCOMPATIBLE CHANGE - The convert_text_html_alloc_options()
HTML_CONVERT_OPTS struct now has another member, link_name, which (if
not NULL) will be used instead of the link as the title of the link
which gets created. If you don't zero out your HTML_CONVERT_OPTS
struct (using either memset or calloc, for instance), you'll need to
initialize the link_name member (probably to NULL). Users of the
older convert_text_html_alloc() function or the python wrapped version
don't have to worry about this.
Also, added a ne_file_read_len() for loading binary files since it
returns the length of the loaded data.
Release Notes for Clearsilver 0.9.8 04/22/2004
-------------------------------------
A bit more than a bugfix release, we have some new features and
abilities.
New Features
- Internal functions in ClearSilver can now take multiple arguments.
This includes support for the comma ',' operator in CS, which works
like the comma operator in C.
- added string.slice function as an example of a multiple argument
function.
- added string.length function to replace old len function
- added subcount function to replace bad len function overloading
- added gettext support from Gerald Dachs <gda at gmx.de>
- INCOMPATIBLE CHANGE: added secure flag to cgi_cookie_set function
- Add new allocating sprintf routines which take the char * as an
argument and return the size of the allocated string
- Dave added a bunch of my public python code to the python example
code (we need to define a real package for this stuff at some point)
- support for sqlite in odb, and various odb improvements
Bug fixes
- gzip compression was broken, thanks to the guys at OmniWeb for
pointing out my mistake.
- handle redirects when using https correctly
- handle invalid form data without erroring out (or segfaulting)
|
|
|
|
2004-05-29 0.49a
- numerous portability fixes here and there
- real event.3 manpage
2004-05-27 0.49
- autoconf'ified, sort of
- use advanced event mechanisms (epoll, kqueue, devpoll) when available
- new option: -i file (or -i -) to read hosts to check from file
- add timeout for dsbl cookie
2004-02-17 0.46
- adopted for new DSBL format
- changed protocol names: http=>http-connect, ftp=>ftp-user
- do not stop on Content-Type: header seen in HTTP-CONNECT
responses (what an idiotic software does this?!)
- removed obsolete 118[0-4] ports (old mimail variants)
2003-08-07 0.45a
- fixed multihomed proxy detection with new DSBL
(DSBL now correctly replies with "250 listed [ip.add.re.ss]" instead of
"220 listed [ip.add.ress]" to the final end-of-message terminator)
|
|
Clearsilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
it provides a separation between presentation code and application
logic which makes working with your project easier.
This package contains the Ruby binding to clearsilver.
|
|
|
|
Clearsilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
it provides a separation between presentation code and application
logic which makes working with your project easier.
This package contains the Python binding to clearsilver.
|
|
Clearsilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
it provides a separation between presentation code and application
logic which makes working with your project easier.
This package contains the base clearsilver infrastructure. All
other clearsilver modules depend on this, but it is all you need
if you are using clearsilver from C.
|
|
|
|
|
|
|