Changelog for
libteam-1.17-1.fc21.x86_64.rpm :
Thu Apr 2 14:00:00 2015 Jiri Pirko
- 1.17-1
- 1.17 release
- update copyright dates
- man: teamdctl: add entry for item set of debug_level
- teamd: lw: nsna_ping: fix na rx handling
- teamd: lw: arp_ping: fix arp rx handling
- libteam: ifinfo: fix rtnl dellink handling
Tue Mar 24 13:00:00 2015 Jiri Pirko - 1.16-1
- 1.16 release
- teamd: events: update ctx->hwaddr_len before calling hwaddr_changed handlers
- teamd: do not change ctx->hwaddr pointer
- teamd: lacp: change port mac address when team mac address is changed
- teamdctl: show port link down count in state output
- teamd: lw: count how many times has been the port down
- init unitialized value to 0/NULL to silence gcc warnings instead of x=x
- libteamdctl: rename recvmsg variable to recv_message
- teamd: check retval of malloc in lw_tipc_link_state_change
- teamd: fix potential memory leak in __set_sockaddr error path
- libteamdctl: fix typo in warning message in cli_zmq_recv
- libteam: check phys_port_id_len in update_phys_port_id
- teamnl: fix potential memory leak in run_cmd_getoption
Sat Feb 21 13:00:00 2015 Till Maas - 1.15-2
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
Wed Dec 17 13:00:00 2014 Jiri Pirko - 1.15-1
- 1.15 release
- teamd: ignore SIGPIPE
- libteamdctl: Fix a typo in DBus method name
Wed Nov 5 13:00:00 2014 Jiri Pirko - 1.14-1
- 1.14 release
- teamd: lw_arp_ping: make buf static and avoid returning local pointer
Wed Nov 5 13:00:00 2014 Jiri Pirko - 1.13-1
- 1.13 release
- teamd: fix coding style a bit after previous commit
- teamd: Don\'t ever kill PID 0
- teamd: tipc: topology-aware failover
- teamd: tipc: fix team port removal bugs
- zmq: remove unused my_free_msg
- libteamdctl: zmq: remove include of teamd.h
- teamd: add teamd_zmq_common.h to noinst headers
Tue Aug 19 14:00:00 2014 Jiri Pirko - 1.12-1
- 1.12 release
- teamd: teamd_state_val_dump move TEAMD_BUG_ON so it can be actually triggered
- teamd: fix coverity error in teamd_sriov_physfn_addr
- libteamdctl: adjust doc comments to be processed by doxygen
- remove forgotten src dir
- libteam: stringify.c adjust doc comments to be processed by doxygen
- libteam: ports.c adjust doc comments to be processed by doxygen
- libteam: options.c adjust doc comments to be processed by doxygen
- libteam: ifinfo.c adjust doc comments to be processed by doxygen
- libteam: libteam.c adjust doc comments to be processed by doxygen
- add doxygen html doc generation into autoconf
- teamd: tipc: use TIPC_MAX_
*_NAME for buffers and check len
- fix strncmp len in ifname2ifindex
- teamd: fix incorrect usage of sizeof in __str_sockaddr
Sun Aug 17 14:00:00 2014 Fedora Release Engineering - 1.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Thu Jun 26 14:00:00 2014 Jiri Pirko - 1.11-1
- 1.11 release
- teamd: add forgotten teamd_link_watch.h to noinst_HEADERS
- teamd: add tipc.h kernel header
- teamd: Add support for TIPC link watcher
- teamd: add TIPC link watcher
- teamd: move icmp6 NS/NA ping link watcher to a separate file
- teamd: move arp ping link watcher to a separate file
- teamd: move psr template link watcher to a separate file
- teamd: move ethtool link watcher to a separate file
- teamd_dbus: add PortConfigDump to introspection
- teamd: allow restart on failure through systemd
- teamd: distinguish exit code between init error and runtime error
- man teamd.conf: remove \"mandatory\" since the options are no longer mandatory
- teamd: add \"debug_level\" config option
- teamd: allow to change debug level during run
- teamd: register debug callback at the start of callbacks list
- libteam: add team_change_handler_register_head function
- teamd: lacp: update partner info before setting state
- teamd: lacp: do not check SYNCHRO flag before enable of port
- teamd: lacp: \"expired\" port is not selectable, only \"current\"
- teamd: lacp: update actor system (mac) before sending lacpdu
- teamd: respect currently set user linkup for created linkwatches
- teamd: split --take-over option into --no-quit-destroy
- teamd: fix port removal when using take_over
- libteam: add SubmittingPatches doc
- libteam: Use u8 for put/get TEAM_ATTR_OPTION_TYPE
Sat Jun 7 14:00:00 2014 Fedora Release Engineering - 1.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Mon Mar 31 14:00:00 2014 Jiri Pirko - 1.10-1
- Update to 1.10
- teamd: quit when our team device is removed from outside
- libteam: ifinfo: watch for dellink messages and call change handlers for that
- initscripts: make ifup/ifdown scripts usable by ifup/ifdown-eth scripts
- teamdctl: unmess check_teamd_team_devname and fix double free there
- man: correct type of \"
*_host\" options
- teamd_link_watch: specify \"missed_max\" option default value
- bond2team: do not guess source_host option
- teamd_link_watch: allow to send ARP probes if no source_host is specified
- initscripts: do not try to re-add port if it is already there
- teamdctl: add command for easy port presention checking
- Fix potential small memory leak
- usock: accept multiline message string parameters
- libteamdctl: add notice for caller to do not modify or free certain strings
- teamd: do not remove ports from team dev in case of take over mode
- teamd: look for existing ports before adding new ones
- libteam: introduce ream_refresh
- teamd: fixed couple comments.
- teamd: update hwaddr when changing team\'s macaddr
- redhat: fix boolean types in example 2
- initscripts: fix port up before master and port down after master
- lb: enable/disable port according to linkwatch state
- fix comment typo in ifdown-Team scripts
- man teamd.conf: Minor improvements to style and language
- man teamdctl: Minor improvements to style and language
Thu Jan 23 13:00:00 2014 Jiri Pirko - 1.9-2
- fix multilib
Tue Nov 12 13:00:00 2013 Jiri Pirko - 1.9-1
- Update to 1.9
- libteamdctl: remove false lib dependencies
- teamdctl: use new port config get function
- libteamdctl: introduce support for port config get
- libteamdctl: cache reply strings into list
- teamd: introduce PortConfigDump control method
- teamd: make teamd_get_port_by_ifname ifname argument const
- Minor improvements to style and language.
- do not install example binaries
- minor man page(s) correction(s) and lintianisation
- teamdctl: print error message if ifindex cannot be obtained
- fix cflags path in pc files
Tue Aug 13 14:00:00 2013 Jiri Pirko - 1.8-1
- Update to 1.8
Mon Aug 12 14:00:00 2013 Jiri Pirko - 1.7-1
- Update to 1.7
Thu Aug 8 14:00:00 2013 Jiri Pirko - 1.6-1
- Update to 1.6
Tue Jul 30 14:00:00 2013 Jiri Pirko - 1.5-1
- Update to 1.5
Tue Jun 11 14:00:00 2013 Jiri Pirko - 1.3-1
- Update to 1.3
Wed May 29 14:00:00 2013 Jiri Pirko - 1.2-1
- Update to 1.2
Thu May 16 14:00:00 2013 Jiri Pirko - 1.1-1
- Update to 1.1
Thu Jan 31 13:00:00 2013 Jiri Pirko - 1.0-1
- Update to 1.0
Sun Jan 20 13:00:00 2013 Jiri Pirko - 0.1-27.20130110gitf16805c
- Rebuilt for libnl3
Sun Jan 20 13:00:00 2013 Kalev Lember - 0.1-26.20130110gitf16805c
- Rebuilt for libnl3
Thu Jan 10 13:00:00 2013 Jiri Pirko - 0.1-25.20130110gitf16805c
- Rebase to git commit f16805c
Wed Dec 12 13:00:00 2012 Jiri Pirko - 0.1-24.20121212git01fe4bd
- Rebase to git commit 01fe4bd
Thu Dec 6 13:00:00 2012 Jiri Pirko - 0.1-23.20121206git659a848
- Rebase to git commit 659a848
Thu Nov 22 13:00:00 2012 Jiri Pirko - 0.1-22.20121122git18b6701
- Rebase to git commit 18b6701
Thu Nov 15 13:00:00 2012 Jiri Pirko - 0.1-21.20121115gitffb5267
- Rebase to git commit ffb5267
Mon Nov 5 13:00:00 2012 Jiri Pirko - 0.1-20.20121105git3b95b34
- Rebase to git commit 3b95b34
Thu Oct 25 14:00:00 2012 Jiri Pirko - 0.1-19.20121025git7fe7c72
- Rebase to git commit 7fe7c72
Fri Oct 19 14:00:00 2012 Jiri Pirko - 0.1-18.20121019git1a91059
- Rebase to git commit 1a91059
Sun Oct 7 14:00:00 2012 Jiri Pirko - 0.1-17.20121007git6f48751
- Rebase to git commit 6f48751
Tue Sep 25 14:00:00 2012 Jiri Pirko - 0.1-16.20120925gitcc5cddc
- Rebase to git commit cc5cddc
Sun Sep 23 14:00:00 2012 Jiri Pirko - 0.1-15.20120923git8448186
- Rebase to git commit 8448186
Tue Sep 4 14:00:00 2012 Jiri Pirko - 0.1-14.20120904gitbdcf72c
- Rebase to git commit bdcf72c
Wed Aug 22 14:00:00 2012 Jiri Pirko - 0.1-13.20120822gitc0d943d
- Rebase to git commit c0d943d
Tue Aug 7 14:00:00 2012 Jiri Pirko - 0.1-12.20120807git9fa4a96
- Rebase to git commit 9fa4a96
Thu Jul 19 14:00:00 2012 Fedora Release Engineering - 0.1-11.20120628gitca7b526
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Thu Jun 28 14:00:00 2012 Jiri Pirko - 0.1-10.20120628gitca7b526
- Rebase to git commit ca7b526
Wed Jun 27 14:00:00 2012 Jiri Pirko - 0.1-9.20120627git96569f8
- Rebase to git commit 96569f8
Wed Jun 27 14:00:00 2012 Jiri Pirko - 0.1-8.20120627gitcd6b557
- Rebase to git commit cd6b557
Wed Jun 20 14:00:00 2012 Jiri Pirko - 0.1-7.20120620gita88fabf
- Rebase to git commit a88fabf
Fri May 4 14:00:00 2012 Jiri Pirko - 0.1-6.20120504git11e234a
- Rebase to git commit 11e234a
Thu Apr 5 14:00:00 2012 Jiri Pirko - 0.1-5.20120405gita82f8ac
- Rebase to git commit a82f8ac
Tue Feb 21 13:00:00 2012 Jiri Pirko - 0.1-4.20120221gitfe97f63
- Rebase to git commit fe97f63
Mon Jan 30 13:00:00 2012 Jiri Pirko - 0.1-3.20120130gitb5cf2a8
- Rebase to git commit b5cf2a8
Wed Jan 25 13:00:00 2012 Jiri Pirko - 0.1-2.20120125gita1718f8
- Rebase to git commit a1718f8
Wed Jan 18 13:00:00 2012 Jiri Pirko - 0.1-1.20120113git302672e
- Initial build.