SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for iscsitarget-1.4.20.3-13.42.5.i586.rpm :
Tue Jul 16 14:00:00 2013 lduncanAATTsuse.com
- Removed startup script hacking on sysconfig files, removed upstream
in v0.4.16 (bnc#827441)

Fri May 31 14:00:00 2013 mhruseckyAATTsuse.com
- fixed compilation against kernel 3.9: iscsitarget-kernel-3.9.patch

Tue Mar 26 13:00:00 2013 lduncanAATTsuse.com
- added post-install spec-file script to ensure user config-file
changes not lost (bnc#811533)

Wed Jan 23 13:00:00 2013 seife+obsAATTb1-systems.com
- fix build for kernel 3.7: netlink_kernel_create() api changed and
netlink_skb_parms.pid got renamed to .portid

Tue Oct 30 13:00:00 2012 lduncanAATTsuse.com
- fixed service file to use correct PIDFILE (bnc#743562)
- added missing ietadm.8 man page (bnc#760919)
- move ietd.conf to /etc/iet, as per upstream
- deliver initiators.{allow,deny} and targets.allow
in /etc/iet: needed to work correctly

Sun Oct 28 13:00:00 2012 lduncanAATTsuse.com
- Modified iscsitarget-kernel-3.5.patch to match upstream version.
- Added iscsitarget-kernel-3.6.0.patch: fixes compilation issue
in 3.6 kernel: netlink_kernel_create() API changed

Mon Aug 27 14:00:00 2012 idonmezAATTsuse.com
- Add iscsitarget-kernel-3.5.patch to fix compilation with kernel
3.5 : ioc_task_link now returns void.

Sun Apr 22 14:00:00 2012 dimstarAATTopensuse.org
- Update to svn trunk, r480, which identifies itself as 0.4.20.3
+ Fix build with latest kernels.

Mon Sep 5 14:00:00 2011 mmarekAATTsuse.cz
- Update to current svn to fix build with newer kernels.

Wed Dec 8 13:00:00 2010 cooloAATTnovell.com
- fix build with 2.6.37

Tue Sep 21 14:00:00 2010 chrisAATTcomputersalat.de
- fix install for service file
o {S:4} not S{:3}

Mon Sep 13 14:00:00 2010 chrisAATTcomputersalat.de
- added sysconfig file
o IET_OPTS for DAEMON
- updated init script
- merge with 11.3:Update
(Fixup bounds checking for iSNS (bnc#618574)

Thu Aug 5 14:00:00 2010 hareAATTsuse.de
- Fixup bounds checking for iSNS (bnc#618574)

Wed Mar 10 13:00:00 2010 roAATTsuse.de
- fix build with 2.6.33

Wed Mar 10 13:00:00 2010 roAATTsuse.de
- update to 1.4.19
o re-enable MaxSessions parameter
o code cleanups
o NOP-In support
o add notes about cross compilation to README
o fix ietadm manpage
o fix initiators/targets.allow bugs
o fix compiler warnings
o fix return value of session_add()
o update RPM specfile improving RedHat and SuSE compatibility
(based on a patch from Matthew Wild)
o update RELEASE NOTES
o fix session cleanup in case of -EPIPE during login
- update to 1.4.18
o improve IETs procfs support to allow a larger number of targets
o compatibility fix for 2.6.28 (independently also provided by Francois
Micaux)
o ignore SIGPIPE in ietd
o allow cleanup of stale targets in the kernel module
o support for a global worker threadpool instead of per target pools
(configurable via the worker_thread_pool_size module parameter)
o compatibility fixes for 2.6.30, 2.6.29
o in cooperation with Xie Gang: Unit Attention support (thanks to Stefan
Rubner for spotting a bug)
o in cooperation with Shreyansh Jain: support for splitting text messages into
several PDUs, allowing more targets to be reported during discovery
(thanks to Cheng Rengquan for bugfixes)
o clean up all connections, sessions and targets in the kernel module if the
daemon is gone
o rework sense data handling, plugging memleaks
o fix valgrind warnings of uses of uninitialized variables
o support for Reject PDUs (thanks to FUJITA Tomonori for a bugfix)
o fix SERVICE ACTION IN: IET only supports READ CAPACITY 16, return sense data
for all others
o allow READ CAPACITY even if a LU is RESERVEd
o iSNS: report the actual target port instead of the default iSCSI port
o fix list corruption if target thread creation fails
o fix stopping of threads that have never been awakened before
o fix CHAP account handling bugs
o fix netlink socket cleanup
o code cleanups
o remove superfluous linefeed from debug messages
o enable runtime switching of debug levels for the kernel module and
provide description for the module\'s debug flags parameter
o return proper status class in case of login failures
o support more than one portal per target during discovery, and allow
configuration of the presented portals using targets.allow - previously only
the incoming interface was reported (thanks to David Shirley for
reporting a bug)
o deprecate initiators.allow
o regex based filtering in initiators.allow and targets.allow
o move config files to /etc/iet
o add version and author info and description to kernel module
o fix debug log levels
o fix ietd.conf permissions
o move kernel module to /lib/modules//extra where it belongs
o improve init scripts, using common names and functions across distributions
o improve usage comments in ietd.conf
o specfile to build RPMs, including weak module support
o DKMS support
o Use the LU\'s sector size in the format mode page instead of defaulting to 512

Fri Jun 12 14:00:00 2009 cooloAATTnovell.com
- fix build with glibc 2.10

Sun Jun 7 14:00:00 2009 roAATTsuse.de
- fix build with 2.6.30

Sun Apr 19 14:00:00 2009 roAATTsuse.de
- fix build with current kernel 2.6.29
- NIP4 and NIP6 are repaced by special printf pointer formats
- open_bdev_excl and close_bdev_excl renamed to _exclusive

Sun Apr 19 14:00:00 2009 roAATTsuse.de
- update to 0.4.17
o handle the \\0-termination of strings properly when building iSNS TLVs
o fix stopping of wthreads that have never been awakened
o fix debugging code that hexdumps PDU content to the syslog
o avoid busy looping if a connection\'s socket is out of wmem
o add support for \"ietadm --op show --user\"
o SCSI fixes: MODE SENSE handling, INQUIRY CmdDt, HiSup, WCE and RCD handling
o fix handling of NOP-Out w/ ping data
o fix compilation against glibc >= 2.8
o fix potential NULL-pointer derefences and resource leaks in the LUN param
parsing code
o documentation updates
o 2.6.26 and SLES compile fix
o SLES 10 SP2 compat patch
o make needlessly global function static
- update to 0.4.16
o fix overzealous assert() in digest_data()
o add checking on return value of ISCSI_PARAM_GET
o 2.6.22, 2.6.23 and 2.6.24 compile fixes
o add conn->rwsize check
o avoid potential NULL-ptr dereferences in rx and tx buffer
o fix the shell syntax in init scripts
o fix digest endieness on LE archs
o fix SPARC alignement issues (based on a patch from joel.bertrandAATTsystella.fr)
o fix DISTDIR in Makefile for /etc install
o add support to nullio for volumes > 2TB
o remove init.d memory size adjustment
o add error code reporting to blockio_open_path
o blockio gen_scsiid bug fix
o add verbosity to kernel output and task management


 
ICM