Skip to content

Commit

Permalink
Merged changes from Filipe David Manana to use the base64 OTP module …
Browse files Browse the repository at this point in the history
…for Base64 encoding/decoding
  • Loading branch information
Chandrashekhar Mullaparthi committed Jul 17, 2010
1 parent 1bdc118 commit c6a698c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BSD_LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2006, Chandrashekhar Mullaparthi
Copyright (c) 2010, Chandrashekhar Mullaparthi
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,5 +1,5 @@
ibrowse - a HTTP client written in erlang
Copyright (C) 2005-2009 Chandrashekhar Mullaparthi <chandrashekhar dot mullaparthi at gmail dot com>
Copyright (C) 2005-2010 Chandrashekhar Mullaparthi <chandrashekhar dot mullaparthi at gmail dot com>

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Expand Down
5 changes: 4 additions & 1 deletion README
Expand Up @@ -18,12 +18,15 @@ ibrowse is available under two different licenses. LGPL or the BSD license.

Comments to : Chandrashekhar.Mullaparthi@gmail.com

Version : 1.6.1
Version : 1.6.2

Latest version : git://github.com/cmullaparthi/ibrowse.git

CONTRIBUTIONS & CHANGE HISTORY
==============================
17-07-2010 - * Merged change made by Filipe David Manana to use the base64
module for encoding/decoding.

11-06-2010 - * Removed use of deprecated concat_binary. Patch supplied by
Steve Vinoski

Expand Down
2 changes: 1 addition & 1 deletion ebin/ibrowse.app
@@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "HTTP client application"},
{vsn, "1.6.1"},
{vsn, "1.6.2"},
{modules, [ ibrowse,
ibrowse_http_client,
ibrowse_app,
Expand Down
2 changes: 1 addition & 1 deletion vsn.mk
@@ -1,2 +1,2 @@
IBROWSE_VSN = 1.6.1
IBROWSE_VSN = 1.6.2

0 comments on commit c6a698c

Please sign in to comment.