Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
updated: need to autoreconf before configuring.
Browse files Browse the repository at this point in the history
updated: removed beta tag in prepration for stable tag.
  • Loading branch information
firnsy committed Dec 26, 2010
1 parent e3a51e5 commit e48ae8a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
0. SUMMARY
------------------------------------------------------------------------------

Barnyard2 - version 2-1.9 (beta1)
Barnyard2 - version 2-1.9

This README contains some quick information about how to set up and
configure barnyard2 to ensure it works as it should.
Expand Down
5 changes: 4 additions & 1 deletion RELEASE.NOTES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2010-XX-YY - Barnyard 2.1.9-beta1
2010-12-27 - Barnyard 2.1.9
[*] Additions
* spo_database. Support of encrypted connections to postgresql is now
available. See README.database for the appropriate options.
Expand All @@ -7,6 +7,9 @@

[*] Improvements

* spooler. Fixed issue with borking when reading unrecognised records.
There is now sufficient information to skip and move on.

* spooler. Fixed early termination of non-readable files, causing the
dreaded SEGFAULT.

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AC_PREREQ(2.50)
AC_INIT(src/barnyard2.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(barnyard2,1.9-beta1)
AM_INIT_AUTOMAKE(barnyard2,1.9)

LT_INIT

Expand Down
15 changes: 8 additions & 7 deletions doc/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ The quick install notes for getting people up and running in with minimal fuss
are below. Detailed instructions will follow later.

1. *** Make sure you have libpcap HEADERS installed!!! ***
2. ./configure
3. make
4. make install
5. Create a sample rules file (eg. look at etc/barnyard2.conf)
6. barnyard2 -?
7. If you've used barnyard before, there may be a little variance in the
2. autoreconf -fvi -I ./m4
3. ./configure
4. make
5. make install
6. Create a sample rules file (eg. look at etc/barnyard2.conf)
7. barnyard2 -?
8. If you've used barnyard before, there may be a little variance in the
commandline parameters.
8. Have fun!
9. Have fun!


-------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions src/barnyard2.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
#define PROGRAM_NAME "Barnyard"
#define VER_MAJOR "2"
#define VER_MINOR "1"
#define VER_REVISION "9-beta1"
#define VER_BUILD "251"
#define VER_REVISION "9"
#define VER_BUILD "263"

#define STD_BUF 1024

Expand Down

0 comments on commit e48ae8a

Please sign in to comment.