Skip to content

Commit

Permalink
""
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lightfoot committed Jul 9, 2002
1 parent 04ddbb1 commit 0c4f94b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES
@@ -1,10 +1,10 @@
Changelog for driftnet
$Id: CHANGES,v 1.14 2002/07/02 22:17:25 chris Exp $
$Id: CHANGES,v 1.16 2002/07/09 17:31:00 chris Exp $

0.1.6

Chagned the algorithm used to search for image start blocks to Boyer-Moore, for
a performance improvement.
Changed the algorithm used to search for image start blocks to Boyer-Moore, for
a performance improvement. Fixed some build errors.

0.1.5

Expand Down
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -5,10 +5,9 @@
# Copyright (c) 2001 Chris Lightfoot. All rights reserved.
# Email: chris@ex-parrot.com; WWW: http://www.ex-parrot.com/~chris/
#
# $Id: Makefile,v 1.33 2002/06/28 19:01:23 chris Exp $
# $Id: Makefile,v 1.34 2002/07/09 17:30:42 chris Exp $
#


#
# User-serviceable parts:
#
Expand Down Expand Up @@ -60,7 +59,7 @@ LDLIBS += -ljpeg -lungif `gtk-config --libs`
#

# Driftnet version.
VERSION = 0.1.5
VERSION = 0.1.6
CFLAGS += -DDRIFTNET_VERSION='"$(VERSION)"'

SUBDIRS =
Expand Down

0 comments on commit 0c4f94b

Please sign in to comment.