aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.xml
AgeCommit message (Collapse)AuthorFilesLines
2006-05-01Bump the version number to 1.1. Clean up the release notes.Gerald Combs1-317/+11
svn path=/trunk/; revision=18062
2006-04-12Fix typo.Guy Harris1-1/+1
svn path=/trunk/; revision=17852
2006-04-12Add a few entries to the "Known Bugs" section.Gerald Combs1-0/+25
svn path=/trunk/; revision=17848
2006-03-30Fix an off-by-one error.Gerald Combs1-1/+3
svn path=/trunk/; revision=17771
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.Gerald Combs1-10/+3
svn path=/trunk/; revision=17770
2006-03-27The SIP statistics bug was limited to the UI.Gerald Combs1-14/+6
svn path=/trunk/; revision=17746
2006-03-27Updates for CID 42.Gerald Combs1-1/+1
svn path=/trunk/; revision=17745
2006-03-27Add the recent fix for CID 105.Gerald Combs1-1/+7
svn path=/trunk/; revision=17731
2006-03-24Finish adding the Coverity IDs. That brings us to 29 security flaws.Gerald Combs1-7/+42
svn path=/trunk/; revision=17723
2006-03-23Add Coverity IDs 44-109, plus others. More tomorrow after my eyes rest.Gerald Combs1-4/+81
svn path=/trunk/; revision=17711
2006-03-22Add entries for several bugs, including Coverity IDs 1 - 43.Gerald Combs1-2/+108
svn path=/trunk/; revision=17700
2006-03-21fix Docbook/XML DTD conformanceUlf Lamping1-1/+2
svn path=/trunk/; revision=17688
2006-03-20Add security bugs found after canary checking was added. Coverity bugsGerald Combs1-14/+89
will be added separately. Add other release items. svn path=/trunk/; revision=17687
2006-03-17Remove unused internal entities. Update some bug entries. FixupGerald Combs1-57/+19
whitespace. svn path=/trunk/; revision=17659
2006-03-11add dumpcap to the list of new featuresUlf Lamping1-0/+10
svn path=/trunk/; revision=17592
2006-03-08Fix a cloding tagJaap Keuter1-1/+1
svn path=/trunk/; revision=17522
2006-03-07Fix Coverity run 12, CID 104: Don't overflow a guint8, and don't read pastGerald Combs1-16/+27
the end of an array. Update the release notes. svn path=/trunk/; revision=17506
2006-02-27Add an entry for the UMA dissector.Gerald Combs1-0/+8
svn path=/trunk/; revision=17423
2006-01-27Add an <itemizedlist> ... </itemizedlist> to fix a buildbot build error.Jörg Mayer1-0/+2
svn path=/trunk/; revision=17109
2006-01-25Win32: add SEH to the new features. It might be noteworthy to the users that ↵Ulf Lamping1-2/+3
we probably won't crash for hardware exceptions caused by buggy dissectors svn path=/trunk/; revision=17101
2006-01-16add bugs #648 and #661: "Win32: Unicode chars in filenames" as they seems to ↵Ulf Lamping1-0/+14
be really relevant for some Win32 users svn path=/trunk/; revision=17040
2006-01-06Don't dereference a null pointer. Fixes bug 651. Update the release notesGerald Combs1-31/+5
accordingly. svn path=/trunk/; revision=16967
2005-12-28Fix download URLs in the release notes. Disable building release-notes.txt,Gerald Combs1-3/+3
since the Windows build server doesn't have elinks. Copy over ChangeLog and NEWS from 0.10.14. svn path=/trunk/; revision=16912
2005-12-21Prep for 0.10.14.Gerald Combs1-2/+10
svn path=/trunk/; revision=16872
2005-11-09Updated feature: When cancelling a file load operation...Ulf Lamping1-0/+9
svn path=/trunk/; revision=16442
2005-11-08Fix a cut-and-pasteo.Gerald Combs1-1/+1
svn path=/trunk/; revision=16437
2005-11-08You don't tug on Superman's cape. You don't spit into the wind.Gerald Combs1-0/+8
You don't pull the mask off the old Lone Ranger, and you don't overflow a guint8. Fixes the infinite loop in bug 576. Fix up whitespace. Add an entry to the release notes. Apologies to Jim Croce. svn path=/trunk/; revision=16436
2005-10-27Add a CVE item for the IRC bug.Gerald Combs1-0/+1
svn path=/trunk/; revision=16345
2005-10-26Add the recent IRC bug to the release notes.Gerald Combs1-0/+6
svn path=/trunk/; revision=16318
2005-10-14Fix XML errors.Gerald Combs1-2/+5
svn path=/trunk/; revision=16223
2005-10-14Clear 0.10.13-specific contents out of the release notes.Gerald Combs1-200/+8
svn path=/trunk/; revision=16222
2005-10-13Add entries for SRVLOC and the protocol hierarchy stats.Gerald Combs1-2/+14
svn path=/trunk/; revision=16216
2005-10-12Updates for 0.10.13.Gerald Combs1-4/+48
svn path=/trunk/; revision=16201
2005-09-25Don't write before the beginning of a buffer. Add an item to theGerald Combs1-0/+7
release notes. svn path=/trunk/; revision=16003
2005-09-21Add an item about the X11 dissector.Gerald Combs1-1/+8
svn path=/trunk/; revision=15930
2005-09-21Free our flow graph strings when we're done with them. Add a note aboutGerald Combs1-4/+22
flow graphs to the release notes, along with other stuff. svn path=/trunk/; revision=15928
2005-09-20Be more paranoid about buffer overruns.Gerald Combs1-1/+1
svn path=/trunk/; revision=15901
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largeGerald Combs1-0/+8
fragment size. The limit is conservatively set at 65536 bytes. It may have to be increased. Fixes bug 421. Add an entry to the release notes. svn path=/trunk/; revision=15789
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()Gerald Combs1-0/+7
instead of while loops to initialize variables. Use a define instead of magic numbers. Don't use guint8s for counters. Add a corresponding entry to the release notes. svn path=/trunk/; revision=15715
2005-09-06Add a note about PCRE.Gerald Combs1-0/+7
svn path=/trunk/; revision=15708
2005-09-06Add a section on file locations.Gerald Combs1-1/+4
svn path=/trunk/; revision=15705
2005-09-02In RTnet, make sure we don't pass a null handle to call_dissector(). AddGerald Combs1-0/+7
an entry about this to the release notes. Fixes a recent buildbot crash. svn path=/trunk/; revision=15673
2005-08-30Add an item about the packet list scroll bar.Gerald Combs1-1/+5
svn path=/trunk/; revision=15628
2005-08-30add timestamp enhancements to the changes section, do some editing with the ↵Ulf Lamping1-8/+27
existing entries svn path=/trunk/; revision=15627
2005-08-28Update the RSVP entry.Gerald Combs1-2/+2
svn path=/trunk/; revision=15601
2005-08-26Docbook isn't HTML. Use <ulink> instead of <a>.Gerald Combs1-2/+2
svn path=/trunk/; revision=15543
2005-08-26Add an item about ip.checksum_bad's new behavior. Update the WinPcapGerald Combs1-2/+12
installer notes. svn path=/trunk/; revision=15541
2005-08-170.10.12 -> 0.10.13 (preliminary)Ulf Lamping1-1/+18
add a section about "new and updated features" svn path=/trunk/; revision=15396
2005-08-16Add a note about sFlow. Remove the CSM_ENCAPS bug; I inadvertentlyGerald Combs1-4/+4
reintroduced it after the 0.10.12 release. svn path=/trunk/; revision=15376
2005-08-13Add an item for CSM_ENCAPS.Gerald Combs1-0/+7
svn path=/trunk/; revision=15340