Changes in version 0.1.1.22 - 2006-07-05
o Major bugfixes:
- Fix a big bug that was causing servers to not find themselves
reachable if they changed IP addresses. Since only 0.1.1.22+
servers can do reachability testing correctly, now we automatically
make sure to test via one of these.
- Fix to allow clients and mirrors to learn directory info from
descriptor downloads that get cut off partway through.
- Directory authorities had a bug in deciding if a newly published
descriptor was novel enough to make everybody want a copy -- a few
servers seem to be publishing new descriptors many times a minute.
o Minor bugfixes:
- Fix a rare bug that was causing some servers to complain about
"closing wedged cpuworkers" and skip some circuit create requests.
- Make the Exit flag in directory status documents actually work.
While here, patch sample config file to log to syslog per default to make
sure that tor starts as a daemon with the default config.
2006-01-04 Hajimu UMEMOTO <ume@mahoroba.org>
* dtcps.rb (service_dtcp): When new connection request for UDP
tunnel comes, don't disconnect existing connection even if is
comes from same IPv4 address.
* dtcpc.rb, dtcps.rb: Make an IPv6 over an IPv4 tunnel NAT
friendly. If -n option is specified to dtcpc, it is enabled. It
requires some modification to ng_ksocket of server side.
2006-01-02 Hajimu UMEMOTO <ume@mahoroba.org>
* dtcpc.rb, dtcps.rb: Add experimental support for an IPv6 over an
IPv4 tunnel using Netgraph. The relevant options are -b and -U.
* dtcps.rb: Trap SIGINT as well as SIGTERM, and ignore SIGHUP.
#
# $Id: Changes,v 2.6 2006/07/02 07:56:06 dankogai Exp dankogai $
#
$Revision: 2.6 $ $Date: 2006/07/02 07:56:06 $
! Jcode.pm t/regex.t t/tr.t
Security fix by Hanabusa-san that prevents options from being eval'ed.
<20060702140740.9DDB.DOT-DANKOGAI@ziro.org>
2.05 2006/05/16 05:00:19
! Jcode.pm t/jfold.t
Jcode->new('12345678900')->jfold(5) must be ('12345','67890', '0')
but the trailing 0 was lost.
Message-Id: <6.2.3.4.2.20060516111520.03407f18@mail.sj.estore.co.jp>
2.04 2006/04/15 04:08:30
! Jcode.pm t/perl581.t
Fixed: $j->GIVEN_ENCODING not working as advertized.
Message-Id: <20060414152058.2BCE.KSK@be.to>
Message-Id: <4355CE4F-6261-458F-8F2F-66BE6831991D@dan.co.jp>
2.03 2005/07/07 04:00:52
! Jcode.pm t/tr.t
Fixed: $j->tr($from, "a-z/") yields unexpected result
Message-Id: <20050706114544.D80E.KSK@be.to>
Message-Id: <530FB8E2-B09D-4BBA-A271-09F0D91AAD79@dan.co.jp>
2.02 2005/06/29 14:00:09
! Jcode.pm t/convert.t
Addressed: Jcode::convert("constant" ...) croaks
because 'Modification of a read-only value attempted'.
Reported by Akira Kawamata via htmllint@ring.gr.jp
Message-Id: <200506291823.ADF32994.VUONVB@piedey.co.jp>
Message-Id: <674CABD0-F30B-4244-AFD6-AE9BFA0F3744@dan.co.jp>
2.01 2005/06/20 06:21:06
! Makefile.PL
vs. ExtUtils::MakeMaker 6.30 -- Thanks, Mike (Castle|Schwern).
Message-Id: <20050620041227.GE5165@windhund.schwern.org>
2.00 2005/05/16 19:07:51
! Jcode.pm
2.00 released ex officio!
1.99_07 2005/03/08
! Jcode.pm
jfold() fixes by nipotan
http://blog.livedoor.jp/nipotan/archives/15894714.html
1.99_06 2005/02/19
! Jcode.pm Jcode/Nihongo.pod
tr(), jfold(), m() and s() now accepts flagged UTF-8 strings
in addition to EUC-JP strings.
! Jcode.pm Jcode/Nihongo.pod t/jfold.t
More patches by makamaka@donzoko.net.
Message-Id: <200502180920.j1I9KLvB000550@www231.sakura.ne.jp>
1.99_05 2005/02/18
! Jcode.pm MANIFEST Makefile.PL
+ Jcode/Nihongo.pod t/jfold.t
Enhancements & Japanese POD with a help from makamaka@donzoko.net.
Message-Id: <200502161338.j1GDct2I012566@www231.sakura.ne.jp>
1.99_04 2005/02/15
! Jcode.pm
* Minor pod fixes
* More field test at http://openlab.jp/Jcode/ before the official release
1.99_03 2005/02/13
! Jcode.pm
Addressed a bug that Jcode did not handle 'binary' correctly,
reported by Takahashi-san
+ t/append.t
Surprisingly, append() was not in the test suite so there.
! Jcode.pm
* $j->any_encoding feature added via AUTOLOAD.
* More testings
* Pod revisions
1.99_02 2005/02/12
- Unicode/_test.pl
This file was totally unnecessary but got installed via MakeMaker
so it is now removed from MANIFEST
! Makefile.PL
Now smarter so that only Jcode.pm is build and installed
when appropriate (when your perl is 5.8.1 or better).
1.99_01 2005/02/12
! *
First 2.0-beta.
ver 1.3:
Add support for setting the creation-ID.
Updated constants to match IrOBEX 1.3.
Replace netbuf implementation with databuffer.
Fix segmentation fault when receiving invalid OBEX packets.
ver 1.2:
Add OBEX_EV_REQCHECK support.
Add support for suspend after sending a header.
Add support for empty headers for buggy OBEX servers.
Fix memory leak in obex_object_send().
ver 1.1:
Fix list of exported functions.
Fix duplicate string from basename() result.
Fix wrong order of sanity checks.
Fix memory leak in send_stream() function.
ISO C99 says that inttypes.h includes stdint.h header.
Add proper client side ABORT support.
Add support for OBEX_SuspendRequest() and OBEX_ResumeRequest().
Add USB transport support.
Increase the allowed maximum MTU to 64kB-1.
Disconnect when an ABORT fails.
Make it possible to include headers from C++ source code.
Advertise OBEX Protocol Version 1.0.
pkgsrc:
* I've added patches to detect properly NetBSD bluetooth support
and I have sent it to the openobex folks, they will be integrated
soon.
* Take maintainership for now.
* Bump BUILDLINK_API_DEPENDS because the API has changed.
*** PLEASE DO NOT TOUCH OBEXFTP, I'M UPDATING IT RIGHT NOW. THANKS ***
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
Changes since version 2.8.0.4:
- XSS vulnerability from requests not containing a token
- Reenable XML option in Export
- State in documentation that your browser must accept cookies
- CVS link was broken on main page
- Adding a user with password containing a backslash
- Removing a default value
- Setup script: compatibility with security tokens
- Setup script: detection of writable config
- Reading the database list with MySQL wildcards
Dar is built by default with an arbitrary-size-integer library for managing
all file length/timestamp details. If 32-bit or 64-bit integers (with
overflow protection) are sufficient for requirements, the dar-int32 and
dar-int64 options can significantly reduce the run-time memory and CPU
overheads of Dar.
Dar is built by default with an arbitrary-size-integer library for managing
all file length/timestamp details. If 32-bit or 64-bit integers (with
overflow protection) are sufficient for requirements, the dar-int32 and
dar-int64 options can significantly reduce the run-time memory and CPU
overheads of Dar.
Leave the default unchanged (thus no package version bump).
CMus is a small and fast music player using the ncurses library.
CMus has vi-style command interface, e.g. searching using '/' or
'?' and adding files to playlist ':add ~/foo.ogg'.
* Plays FLAC, OGG, MP3, WAV, modules
* MP3 and Ogg streaming (Shoutcast/Icecast)
* WinAmp / XMMS keys "zxcvb"
* Can be controlled via UNIX socket
* Customizable colors
* Nice vi-style interface with tabulator expansion
* Background playlist loading
* Track metadata database makes adding files to playlist very fast.
* Album/artist modes. Playing within one album or artist.
* Powerful playlist filters
* Can run external commands for the currently selected files
* Directory browser
* Supports 256 colors
* Play Queue
* Dynamic Keybinding
* Easy to use directory browser
This package was submitted in PR#33939.