Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Prepare for 2.5.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jun 13, 2016
1 parent 77fa658 commit efd490b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
googler v2.5.1
2016-06-13

Modifications
- Enable TCP/IP optimizations only for Linux. This fails on OS X.

NOTE: The optimizations do not work on Linux 2.4 and earlier either.

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

googler v2.5
2016-06-12

Expand Down
2 changes: 1 addition & 1 deletion googler
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ signal.signal(signal.SIGINT, sigint_handler)

# Constants

_VERSION_ = '2.5'
_VERSION_ = '2.5.1'

COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'a': '30', 'b': '31', 'c': '32', 'd': '33',
Expand Down
2 changes: 1 addition & 1 deletion googler.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GOOGLER" "1" "Jun 2016" "Version 2.5" "User Commands"
.TH "GOOGLER" "1" "Jun 2016" "Version 2.5.1" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down

0 comments on commit efd490b

Please sign in to comment.