Changes with mod_ssl 2.8.10 (19-Jun-2002 to 24-Jun-2002)
*) Fixed off-by-one buffer overflow bug in the compatibility
functionality (mapping of old directives to new ones).
*) Fixed memory leak in processing of CA certificates.
*) In case there is actually a certificate chain in the session cache,
we now use the value of SSL_get_peer_certificate(ssl) to verify as
it will have been removed from the chain before it was put in the
cache.
*) Seed the PRNG with a maximum of 1K from the internal scoreboard.
bump PKGREVISION.
Changes with mod_ssl 2.8.10 (19-Jun-2002 to 24-Jun-2002)
*) Fixed off-by-one buffer overflow bug in the compatibility
functionality (mapping of old directives to new ones).
*) Fixed memory leak in processing of CA certificates.
*) In case there is actually a certificate chain in the session cache,
we now use the value of SSL_get_peer_certificate(ssl) to verify as
it will have been removed from the chain before it was put in the
cache.
*) Seed the PRNG with a maximum of 1K from the internal scoreboard.
new ARM based machines (tested on CATS) and others.
Roll on CONFIG_GUESS_OVERRIDE.
This fixes part of pkg/16389 from Richard Earnshaw <rearnsha@arm.com>
Sumbitted by Ben Collver in pkg/17349.
Changes aftter 0.2.2:
April 30, 2002- cheesetracker 0.5.5 released!
- Stereo Chorus! you can configure it per channel! use S1X effect.
- bugfixes.
April 12, 2002- cheesetracker 0.5.1 released!
- Bugfix release! sorry evryone.
- Fixes a bug with wrongly initialized reverb buffer in the
reserved channel (trying samples out would have blown your
ears ;)
- Fixed a bug in config file parsing.
April 11, 2002- cheesetracker 0.5.0 released!
- Well, I decided to spend the weekend in adding the most
wanted features, and a lot more
- There's been just too many changes, so that's why the
version boost.
- So.. Important news first... well, too much important stuff!
- First, fixed the evil crash bug that was avoiding some
people from running cheesetracker.
- Then, wrote a context sensitive help system! this will help
new users a lot.
- Also added XM/XI loading, so importing you can import your
existing SoundTracker projects and enjoy the cool features
of cheesetracker!
- You can now also save native IT samples and instruments.
- For users with non-US keyboards, editor keys can be configured now!
- And if you dont like the default editor font, you can
change it (monospaced only!)
- Ahh.. and dont forget about default song and data paths!
- Tired of setting options over and over? now they are saved
to a config file.
- Also, i did many graphical fixed/enhancements to the
interface (nice buttons!!!!)
- The menu for browsing samples inside another module or
instrument (XM/IT/XI/II) now works fine.
- A bug in pgcc 2.95.2 made it crash in some place, it doesnt
now with a workaround.
- There's a win32 directsound driver written by James Martin
(yesso/TheHornet) that he kindly donated to saturno,
althought it should work with cheesetracker.. so now you
can try to compile cheesetracker on cygwin.
- Well, besides that, I did a lot of bugfixing/interface
cleanups, Kasper Souren sent me some interface patches but
didnt have time to apply them. I'll try to have them
included in the next version. - no more! so enjoy
cheesetracker!
March 5, 2002- cheesetracker 0.2.7 released!
- It's been a long coding night, and decided to take the day
off to implement as much as i can.. so..
- REVERB!!, selectable per channel, use effect Z90-ZFF to
control reverb send. Config the reverberator in the config
menu.
- Improved Volume Ramping! Now songs should be much less
clicky. Specially chiptunes. - WAVE EXPORT! Save your
song, or the selected tracks you want to .wav - Many more
bugfixes.
March 4, 2002- cheesetracker 0.2.6 released!
- bugfixes
- FILTERS!!! Yeah, now you have IT-style filters. Z00->Z7F is
cutoff, Z80->Z8F resonance (Q).
- You can also set filter envelopes and default cutoff/Q in
the instrument->filter menu
January 23, 2002- cheesetracker 0.2.4 released!
- bugfixes
- NSF file exporter, see changelog to learn how it works.
January 20, 2002- cheesetracker 0.2.3 released!
- Volume Ramping! (no more clicking/poping artifacts!)
- Dont get version 2.2.. it's broken
- Also, much nicer configure scripts.
- I guess I can mantain this after all, but development will
be very slow.
* use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround,
* and fix dynamic loading on NetBSD ELF platforms by explicitly linking
libc.so into the dynamically loadable modules. This requires bumping
the PKGREVISION to 2.
--prefix option passed to a GNU configure script. It defaults to
${PREFIX}. This should help simplify the packages out there that avoid
setting GNU_CONFIGURE=yes because they need a custom --prefix option.
version 2.2.4nb1 is that there are the usual minor bug fixes, plus some
important ones:
* fix printing with Win2K/XP clients
* fixes related to using LDAP for the SAM
* fixes related to changing passwords
Pkgsrc changes:
* Fetch the .tar.bz2 file -- it's smaller.
* Use smb.conf.default as the sample config file and get rid of
the homegrown files/smb.conf.sample. smb.conf.default is more
informative and is a better resource.
* Remove irrelevant examples.
* Move convert_smbpasswd script to the examples/samba/misc
directory. It's pretty much outlived it's usefulness at this
point of the Samba release cycle.
inclusion of bsd.own.mk. This is to allow OBJECT_FMT to be set explicitly
in ${MAKECONF} (/etc/mk.conf) to override the setting in bsd.own.mk on the
older NetBSD systems.
closing that PR. Thanks to Lubomir Sedlacik.
Changes between 0.9.1 and 0.9.2
===============================
* Fixed a bug in client to close the connection properly when
disconnecting from server and fixed some error checkings from
the SFTP library which caused misbehaviour.
* Added SILC_MESSAGE_FLAG_UTF8 to the protocol specs and the
core library, and implemented it. All textual messages SHOULD
use this flag and the message MUST be UTF-8 encoded.
All text messages sent by Irssi SILC client are now UTF-8
encoded (regardless whether the terminal supports UTF-8 or not).
* Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used
to silence a user on a channel.
* Added new "debug" and "debug_string" settings to Irssi SILC
client which can be used to print runtime debugging on the
Irssi's screen. Available when compiled with --enable-debug
* Made the private key generation after expiration optional.
If not created after expiration the old key will re-expire
at a later time (and thus key pair is not necessary to
change).
* Display the user mode on the status bar.
* Display notification about data messages that cannot be
displayed. (e.g. image/jpeg)
closing this PR. Thank to Lubomir Sedlacik.
Changes from 0.9.1 to 0.9.2
===========================
* Support for multiple interfaces so now it's possible e.g. to listen
on IPv4 and IPv6 within one daemon incarnation.
WARNING: you will need to update your silcd.conf to reflect changes!
* Added lots of new statistics updating that was missing from the
server and router code. Sending SIGUSR1 signal to server now dumps
the current server statistics into /tmp directory.
* Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used
to silence a user on a channel.
* Fixed various fatal bugs,in handling of malformed command payload,
double free when announcing channel users to router, missing
parameter in a function call that caused server crash when
a non-allowed connection arrived.
* Fixed some backup data sending around the code to work better
if the router is standalone router and fixed the router connectin
when connecting to multiple routers.
* Fixed detach timeout handling to use Client ID and not the actual
client entry which may be freed in the callback.