diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-03-21 11:57:02 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-03-21 11:57:02 +0100 |
commit | 5083c05ce2e2bfc5719346d809719ebf01b0e69d (patch) | |
tree | 71e65c65489eebc70a366006be250529a97b5410 /lib/Temp/File-Temp-0.12/ChangeLog | |
parent | 7525bed2d315a25ac2caf95ff0bf44c905d58a7e (diff) | |
download | vdradmin-am-0.97-am2.tar.gz vdradmin-am-0.97-am2.tar.bz2 |
2005-03-20: 0.97-am2v0.97-am2
- TV and remote templates have same remote control.
Added patches:
- fix for timers.conf of vdr1.3.23+ (Submitted by x-stefan @vdrportal.de)
- Localnet Patch; no password request if client ip in given ip range) (Submitted by "Reiner Buehl" <reiner@buehl.net>)
2005-03-19:
Templates cleanup:
- timer_list.html
- timer_new.html
- toolbar.html
- tv_flash.html
- tv.html
2005-03-18:
- reworked summary display of recordings
- summary editbox preserves linefeeds while editing timers
Templates cleanup:
- prog_timeline.html
- rc.html
- rec_edit.html
- rec_list.html
2005-03-12:
- Added stream button in prog_summmary (suggested by Unimatrix0 @vdrportal.de)
Templates cleanup:
- at_new.html
- at_timer_list.html
- config.html
- error.html
- index.html
- left.html
- noauth.html
- noperm.html
- prog_details.html (TODO)
- prog_list2.html
- prog_list.html
- prog_summary.html (TODO)
Added patches:
- vdradmin-0.96_For_vdr-1.3_StoreAutotimerChannelID_And_EventIdCheckDisable.diff (posted at the VDR mailinglist by "Rantanen Teemu" <teemu.rantanen@tekla.com>)
- vdradmin-0.96_OneShot_Timers_English_Only.diff and merged it to "Deutsch" template (posted at the VDR mailinglist by "Rantanen Teemu" <teemu.rantanen@tekla.com>)
- included changes from vdradmin-0.96-3-ctvdr-1 (see HISTORY.ct).
Changes that have been forgotten while merging previous patches:
- Fixed: timer listing now shows "VPS" instead of "Auto (alt)".
- removed unneeded <br>. They are still used for display only.
Diffstat (limited to 'lib/Temp/File-Temp-0.12/ChangeLog')
-rw-r--r-- | lib/Temp/File-Temp-0.12/ChangeLog | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/lib/Temp/File-Temp-0.12/ChangeLog b/lib/Temp/File-Temp-0.12/ChangeLog new file mode 100644 index 0000000..1b716ca --- /dev/null +++ b/lib/Temp/File-Temp-0.12/ChangeLog @@ -0,0 +1,143 @@ +2001-02-22 Tim Jenness <timj@jach.hawaii.edu> + + --- RELEASE V0.12 --- + + * t/posix.t: The unlink0 tests now skip on failure + + * t/mktemp.t: The unlink0 tests now skip on failure + + * Temp.pm (tmpfile): tmpfile returns undef on failure rather than + croaking. + +2001-02-21 Timothy Jenness <t.jenness@jach.hawaii.edu> + + * Temp.pm: + -Add fix for CGI::Carp + [Thanks to John Labovitz <johnl@valiha.inside.sealabs.com>] + - Use error string to propogate reason rather than a carp + +2000-11-24 Tim Jenness <timj@jach.hawaii.edu> + + --- RELEASE V0.11 ---- + + * t/tempfile.t: Add a test to make sure the file is present after + close and another to use tempfile in a scalar context. + + * Temp.pm: Fix bug on NT with O_TEMPORARY causing the file to be + removed before the program exits. + + ---- RELEASE V0.10 ---- + + * Temp.pm: Incorporate fixes up to bleedperl 7825. Cross platform + fixes. + + * t/security.t: Incorporate fixes from bleedperl 7825 - adds more + cross platform support and more skips on the basis that this is + not testing your system security, just the module. + +2000-08-16 Tim Jenness <timj@jach.hawaii.edu> + + * Temp.pm (_gettemp): Dont use VMS::Stdio if we want the file + to remain after closing. + +2000-08-15 Tim Jenness <timj@jach.hawaii.edu> + + * Temp.pm (_can_do_level): cygwin patch + +2000-08-14 Tim Jenness <timj@jach.hawaii.edu> + + * Temp.pm: Add OPENTEMPFLAGS to support UNLINK=>0 + More tweaks to VMS support (now uses VMS::Stdio) + +2000-07-26 Tim Jenness <timj@jach.hawaii.edu> + + * Release V0.09 to CPAN + + * README: Update for V0.09 + +2000-07-25 Tim Jenness <timj@jach.hawaii.edu> + + * t/security.t: OS/2 can not do the security tests. + + * Temp.pm: Add Support for VMS and OS/2 + +2000-05-15 Tim Jenness <timj@jach.hawaii.edu> + + * Release V0.08 to CPAN + + * t/mktemp.t: Skip the test for unlink0 if it fails since in most + cases this indicates an NFS problem. + + * Temp.pm (_can_do_level): Add check to make sure an OS can handle + the required safe level + (safe_level): Check the level can be supported before allowing it + to change + (END): Change order of cleanup so that files are removed ahead of + temp dirs (since files may be in the temp dirs) + +2000-05-08 Tim Jenness <timj@jach.hawaii.edu> + + * Temp.pm: Reorganize END block + + * t/tempfile.t: Correct tests for new position of END{} block + + * t/security.t: Correct tests for new position of END{} block + + * t/posix.t: add # to print output + + * t/tempfile.t: Add # to print output + + * t/mktemp.t: Add # to print output + + * t/security.t: Add # to print output + +2000-04-28 Tim Jenness <timj@jach.hawaii.edu> + + * Temp.pm: Calculate OPENFLAGS outside of subroutine. This + improves speed of the commands by nearly a factor of 3. + (_replace_XX): Inline the character replacement code rather than + using _randchar subroutine. Improves performance by an additional 8%. + +2000-04-27 Tim Jenness <t.jenness@jach.hawaii.edu> + + * t/posix.t: Add explicit autoflush on filehandle + + * t/mktemp.t: Add explicit autoflush on filehandle + + * Temp.pm: (unlink0): Disallow HIGH and MEDIUM tests if running + perl 5.005 or earlier. + + * t/security.t: Specify perl version to allow for tests + + * Add support for perl 5.005 (remove 'our' and auto-vivifying file + handles). VERSION NUMBER NOW 0.07 + + * README: Update in preparation for V0.06 + + * Temp.pm (_deferred_unlink): Add new internal routine to centralise the + configuring of END blocks. This also fixes a bug where only the + first file was being unlinked in the END block (due to scoping). + + (_can_unlink_opened_file): Rename from _can_unlink. Will now + return false if running on Windows. + + (_is_verysafe): If _PC_CHOWN_RESTRICTED is not available assume + that "chown giveaway" is possible anyway. + + (unlink0): If can not unlink an open file, simply defer removal + until later. + + (_gettemp): Add O_NOINHERIT and O_TEMPORARY flags to sysopen if + they are available (Thanks to Tom Christiansen for this) + + * t/mktemp.t: Add test + + * t/posix.t: Add test + + * t/security.t: Add test + + * t/tempfile.t: Add test + +2000-03-14 Tim Jenness <t.jenness@jach.hawaii.edu> + + * Release v0.05 to CPAN |