8
0
Files
perl-NetPacket/perl-NetPacket.changes

46 lines
1.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Oct 9 16:30:09 UTC 2013 - schwab@suse.de
- Extend last change for 32-bit big endian
-------------------------------------------------------------------
Thu Oct 3 13:48:17 UTC 2013 - dvaleev@suse.com
- USB is little endian, so we need to convert it on BigEndian
platforms (perl-NetPacket-bigendian.patch)
upstream commit fc0563f746c44387d77e70792628fe2a03628751
-------------------------------------------------------------------
Fri Sep 6 19:35:34 UTC 2013 - Greg.Freemyer@gmail.com
- update to 1.4.1 2013-09-05
[BUG FIXES]
- Test was using Errno constant and failing on some platforms.
-------------------------------------------------------------------
Tue Aug 27 05:51:21 UTC 2013 - Greg.Freemyer@gmail.com
- update to 1.4.0
- Fixing NetPacked::UDP documentation. (RT#85361, Ben Magistro)
- New NetPacket::USBMon. (GH#2, lkundrak)
- 'parse_tcp_options()' method added to NetPacket::TCP (patch by Tom
Linden) [RT#71320]
[BUG FIXES]
- Parse SACK option and fix TSecr parsing. (GH#1, Robin Lee)
- Fix NetPacket::UDP's strip. (RT#85038, reported by Stan Schwertly)
- Use of constant withotu parenthesis made test fail under 5.6.2.
-------------------------------------------------------------------
Sat Jul 30 16:49:00 EDT 2011 - Greg.Freemyer@opensuse.org
- Update to 1.2.0
[ENHANCEMENTS]
- Add support for Ethernet VLAN (thanks to Kai Chan)
[BUG FIXES]
- Add a INSTALL file
-------------------------------------------------------------------
Wed Mar 23 00:35:01 CET 2011 - pascal.bleser@opensuse.org
- initial version (1.1.1)