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

Commit

Permalink
Prepare for version 2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 4, 2016
1 parent 0d4daff commit 156a490
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
googler 2.8
2016-10-04

Modifications
- Add option --notweak to disable TCP optimizations and forced TLS 1.2.
- Limited self-upgrade options to -U or --upgrade. Removed --update.

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

googler v2.7
2016-08-28

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

# Constants

_VERSION_ = '2.7'
_VERSION_ = '2.8'

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" "Aug 2016" "Version 2.7" "User Commands"
.TH "GOOGLER" "1" "Oct 2016" "Version 2.8" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down

1 comment on commit 156a490

@jarun
Copy link
Owner Author

@jarun jarun commented on 156a490 Oct 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zmwangx @shaggytwodope I've released v2.8.

Please sign in to comment.