------------------------------------------------------------------------
r25671 | gerald | 2008-07-07 08:43:03 -0700 (Mon, 07 Jul 2008) | 20 lines
Changed paths:
   M /trunk-1.0/acinclude.m4
   M /trunk-1.0/capture-pcap-util.c
   M /trunk-1.0/capture-wpcap.c
   M /trunk-1.0/config.nmake
   M /trunk-1.0/configure.in
   M /trunk-1.0/version.conf

Bump the version to 1.0.2. Copy over r25668 from the trunk:

------------------------------------------------------------------------
r25668 | guy | 2008-07-03 20:33:00 -0700 (Thu, 03 Jul 2008) | 9 lines
Changed paths:
   M /trunk/acinclude.m4
   M /trunk/capture-pcap-util.c
   M /trunk/capture-wpcap.c

If we have pcap_free_datalinks(), use it.  If not, then, on Windows,
just leak the list returned by pcap_list_datalinks(), as there's no
guarantee that if you have a library built with one version of the
MSVC++ run-time library, and it returns a pointer to allocated data, you
can free that data from a program linked with another version of the
MSVC++ run-time library.  (This is not an issue on UN*X.)

This should fix bug 2677.

------------------------------------------------------------------------

------------------------------------------------------------------------
r25686 | gerald | 2008-07-09 11:32:07 -0700 (Wed, 09 Jul 2008) | 2 lines
Changed paths:
   M /trunk-1.0/Makefile.nmake
   M /trunk-1.0/docbook/user-guide.xml
   M /trunk-1.0/tools/win32-setup.sh

Update the version in the User's Guide. Use the latest 1.0 libs snapshot.

------------------------------------------------------------------------
r25687 | gerald | 2008-07-09 11:32:36 -0700 (Wed, 09 Jul 2008) | 43 lines
Changed paths:
   M /trunk-1.0/Makefile.am
   M /trunk-1.0/Makefile.common
   M /trunk-1.0/configure.in
   M /trunk-1.0/docbook/release-notes.xml
   M /trunk-1.0/epan/dissectors/packet-ipv6.h
   M /trunk-1.0/epan/reassemble.c
   M /trunk-1.0/packaging/svr4/checkinstall.in

Make sure epan/privileges.c is in WTAP_PLUGIN_SOURCES no matter what. Copy over
revisions from the trunk:

------------------------------------------------------------------------
r24852 | morriss | 2008-04-08 15:03:42 -0700 (Tue, 08 Apr 2008) | 1 line
Changed paths:
   M /trunk/packaging/svr4/checkinstall.in

Make the SVR4 package checkinstall script work with GTK1 or GTK2 (previously it only worked with GTK1).  This version should go into the 1.0 trunk.
------------------------------------------------------------------------
r25343 | wmeier | 2008-05-21 09:53:07 -0700 (Wed, 21 May 2008) | 2 lines
Changed paths:
   M /trunk/epan/reassemble.c

Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer).

------------------------------------------------------------------------
r25666 | morriss | 2008-07-03 08:57:34 -0700 (Thu, 03 Jul 2008) | 8 lines
Changed paths:
   M /trunk/configure.in

packet-pkcs12-template.c uses the libgcrypt symbol GCRY_CIPHER_RFC2268_40
which, according to:

http://lists.gnupg.org/pipermail/gnupg-devel/2004-February/020779.html

is new to the 1.1.92 release of libgcrypt.  Bump our required version of
libgcrypt from 1.1.42 to 1.1.92 .

------------------------------------------------------------------------
r25331 | ulfl | 2008-05-20 14:57:14 -0700 (Tue, 20 May 2008) | 5 lines
Changed paths:
   M /trunk/epan/dissectors/packet-ipv6.h

the define INET6_ADDRSTRLEN makes trouble with Microsoft Platform SDK: ws2tcpip.h and is used nowhere (with the exception of to_str.c which has it's own definition)

comment out this definition

If I made a mistake and it's really used somewhere, we could add #ifndef INET6_ADDRSTRLEN as it's done in to_str.c
------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r25694 | gerald | 2008-07-09 14:38:59 -0700 (Wed, 09 Jul 2008) | 2 lines
Changed paths:
   M /trunk-1.0/Makefile.common

Remove a change that shouldn't have leaked into the last commit.

------------------------------------------------------------------------
r25696 | gerald | 2008-07-09 16:34:42 -0700 (Wed, 09 Jul 2008) | 12 lines
Changed paths:
   M /trunk-1.0/gtk/main.c

Copy over r25695 from the trunk:

------------------------------------------------------------------------
r25695 | gerald | 2008-07-09 16:28:18 -0700 (Wed, 09 Jul 2008) | 3 lines
Changed paths:
   M /trunk/gtk/main.c

Replace r25638 with a better fix. On Windows, don't open a console window if
we've been passed "-i -", since it clobbers stdio.

------------------------------------------------------------------------

------------------------------------------------------------------------
