Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bostjan Skufca <bostjan@a2o.si>
  • Loading branch information
bostjan committed Jun 17, 2015
1 parent 0df3d88 commit 1ddb46a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-------------------------------------------------------------------------------


2015-05-XX - Version 2.4.x - FIXME
2015-06-18 - Version 2.4.0
--------------------------
o Change: configuration file (snoopy.ini) support is now enabled by default.
o Change: filtering support is now enabled by default.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,19 @@ Stable:

## 0. News

2015-06-18:
**Snoopy 2.4.0 released!**
Many changes, see the ChangeLog. Experimental thread safety added.
All users are encouraged to upgrade to Snoopy version 2.4.0+ immediately.

2015-05-12:
**Snoopy 2.3.0 released!** This Snoopy version contains many
improvements, bugfixes, new features and quite improved build process.
All users are encouraged to upgrade to Snoopy version 2.3.0+ as soon
as possible.



## 1. Installation

The easiest way to start using Snoopy is to execute one of the following
Expand All @@ -67,7 +73,7 @@ Detailed installation instructions are available here: [doc/INSTALL.md](doc/INST
### 1.1 Version information

Latest Snoopy version information:
* stable: http://source.a2o.si/download/snoopy/snoopy-2.3.2.tar.gz
* stable: http://source.a2o.si/download/snoopy/snoopy-2.4.0.tar.gz

<!---
* development: http://source.a2o.si/download/snoopy/snoopy-2.3.0.tar.gz
Expand Down
7 changes: 0 additions & 7 deletions doc/releasing/bin/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ git checkout $RELEASE_TAG



### Check for release in configure.ac
RES=`cat configure.ac | fgrep $RELEASE_VERSION | cat`
if [ "x$RES" == "x" ]; then
echo "ERROR: Release tag $RELEASE_TAG not found in configure.ac file."
exit 20
fi

### Check for release in ChangeLog
RES=`cat ChangeLog | grep "$RELEASE_VERSION\$" | cat`
if [ "x$RES" == "x" ]; then
Expand Down

0 comments on commit 1ddb46a

Please sign in to comment.