summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-09-01 20:34:22 +0000
committernicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-09-01 20:34:22 +0000
commit877cca8098e320c2ba8d1fa68b351f4376079a80 (patch)
treec413058cd62af388b2f3fa9452e451503ff70023
parent8c60b5a1eac6fa0aab06edd5ad15cb72a512801c (diff)
downloadlibproxy-877cca8098e320c2ba8d1fa68b351f4376079a80.tar.gz
Updated files for version 0.4.6
git-svn-id: http://libproxy.googlecode.com/svn/trunk@750 c587cffe-e639-0410-9787-d7902ae8ed56
-rw-r--r--ChangeLog10
-rw-r--r--NEWS9
-rw-r--r--bindings/csharp/AssemblyInfo.cs2
-rw-r--r--bindings/csharp/libproxy-sharp-1.0.pc.cmake2
-rw-r--r--libproxy/CMakeLists.txt2
5 files changed, 22 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c905e0..27cc851 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Sep 1 16:03:00 2010 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+ * == Released 0.4.6 ===
+ * Fixed a crash in the URL parser
+ * Fixed build issues with Visual Studio
+ * Updated the INSTALL file
+ * Install Python binding in prefix path if site-packages exists
+ * Fixed compilation with Visual Studio
+ * Complete list of bug fixes:
+ + 135, 136, 138
+
Mon Jun 7 11:37:00 2010 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* === Released 0.4.5 ===
* C# bindings are installable (-DWITH_DOTNET=ON)
diff --git a/NEWS b/NEWS
index d3e9e4f..1a32152 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+New in version 0.4.6
+==============================
+* Fixed a crash in the URL parser
+* Fixed build issues with Visual Studio
+* Updated the INSTALL file
+* Install Python binding in prefix path if site-packages exists
+* Fixed compilation with Visual Studio
+
+
New in version 0.4.5
===============================
* C# bindings are installable (-DWITH_DOTNET=ON)
diff --git a/bindings/csharp/AssemblyInfo.cs b/bindings/csharp/AssemblyInfo.cs
index 30008fe..2baa161 100644
--- a/bindings/csharp/AssemblyInfo.cs
+++ b/bindings/csharp/AssemblyInfo.cs
@@ -22,7 +22,7 @@ using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-[assembly:AssemblyVersion("0.4.5")]
+[assembly:AssemblyVersion("0.4.6")]
[assembly:AssemblyTitle ("LibProxy#")]
[assembly:AssemblyDescription ("A library that provides automatic proxy configuration management.")]
[assembly:AssemblyCopyright ("Copyright (c) 2006-2009 Nathaniel McCallum")]
diff --git a/bindings/csharp/libproxy-sharp-1.0.pc.cmake b/bindings/csharp/libproxy-sharp-1.0.pc.cmake
index f10e195..5e2f4a4 100644
--- a/bindings/csharp/libproxy-sharp-1.0.pc.cmake
+++ b/bindings/csharp/libproxy-sharp-1.0.pc.cmake
@@ -1,5 +1,5 @@
Name: Libproxy#
Description: Libproxy# - .NET Binding to libproxy
-Version: 0.4.5
+Version: 0.4.6
Libs: -r:@assembly@
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index 6da0805..2753563 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 5)
+set_project_version(0 4 6)
### Add a global compilation stuff
if (WIN32)