Priority:
================
+- Fix #ifdefing so that smartalloc can be disabled. Check manual
+ -- the default is enabled.
- Change calling sequence to delete_job_id_range() in ua_cmds.c
the preceding strtok() is done inside the subroutine only once.
- Dangling softlinks are not restored properly. For example, take a
#else /* no readline, do it ourselves */
-#if !defined(HAVE_WIN32)
+#ifdef HAVE_CONIO
static bool bisatty(int fd)
{
if (no_conio) {
#undef VERSION
#define VERSION "2.3.22"
-#define BDATE "01 June 2008"
-#define LSMDATE "01Jun08"
+#define BDATE "04 June 2008"
+#define LSMDATE "04Jun08"
#define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
#define BYEAR "2008" /* year for copyright messages in progs */
* run regress test.
*/
#ifdef DEVELOPER
-//#define USE_FAKETAPE
+#define USE_FAKETAPE
#endif
/*
grant_mysql_privileges.sql \
make_mysql_catalog_backup.cmd \
create_postgresql_database.cmd \
+ create_postgresql_database.sql \
drop_postgresql_database.cmd \
make_postgresql_tables.cmd \
make_postgresql_tables.sql \
- Technical notes on version 2.3
+ Technical notes on version 2.5
New features:
General:
+
+Release Version 2.4.0:
+04Jun08
+kes Fix Win32 build.
03Jun08
kes Make sure to clear JS_WaitMedia when operator mounts a Volume.
+ This fixes bug #1095.
31May08
kes Add create_postgresql_database.sql to Win32 installer. Should
fix problem reported by Juilio Monteiro.
-kes Get correct slot when auto unloading a device.
+kes Get correct slot when auto unloading a device. This fixes bug
+ #1086.
30May08
kes Fix multiple media restore.
kes Make DEVICE Slot private and access it via a method.