summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-08-19 16:24:17 +0000
committernicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-08-19 16:24:17 +0000
commit35ebd18cc78085805372e7c9720c966211e6a3b3 (patch)
treee588a7e5e44692ea48570bd2733a361984e5b28e
parent17679c3b7668027eb45bf894a0528e53ae347efe (diff)
downloadlibproxy-35ebd18cc78085805372e7c9720c966211e6a3b3.tar.gz
Bumped to version 0.4.5
git-svn-id: http://libproxy.googlecode.com/svn/trunk@734 c587cffe-e639-0410-9787-d7902ae8ed56
-rw-r--r--ChangeLog45
-rw-r--r--NEWS14
-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, 52 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 27a51b1..5c905e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+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)
+ * C# bindings installation path can be changed using -DGAC_DIR=
+ * Internal libmodman build fixed
+ * Installation dirs are now all relative to CMAKE_INSTALL_PREFIX
+ * Fixed test while using --as-needed linker flag
+ * Fixed generation of libproxy-1.0.pc
+ * Basic support for Mingw added (not yet 100% functional)
+ * Ruby binding implemented (not yet in the build system)
+ * Fixed modules not being found caused by relative LIBEXEC_INSTALL_DIR
+ * Fixed bug with builtin plugins (Issue 133)
+ * Vala bindings installation path can be changed using -DVAPI_DIR=
+ * Python bindings installation path can be changed using -DPYTHON_SITEPKG_DIR=
+ * Perl bindings can be installed in vendor directory (-DPERL_VENDORARCH=ON)
+ * Perl bindings installation path can be change using -DPX_PERL_ARCH=
+ * Unit test now builds on OSX
+ * Complete list of bug fixes:
+ + 125, 126, 130, 132, 133
+
Sun Jun 13 11:00:00 2010 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.4.4 ===
* Add support for optionally building using a system libmodman
@@ -46,10 +66,10 @@ Tue May 18 10:30:00 2010 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Thu Feb 25 20:12:57 2010 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.4.0 ===
- * C++ rewrite
- * Small API change (px_proxy_factory_get_proxy() can now return NULL)
+ * C++ rewrite
+ * Small API change (px_proxy_factory_get_proxy() can now return NULL)
* SOVERSION bump
- * libmodman is now a seperate library
+ * libmodman is now a seperate library
* Migrate to cmake
* Windows support (config_w32reg, ignore_hostname; VC++ support)
* MacOSX support (config_macosx, ignore_hostname)
@@ -64,22 +84,22 @@ Thu Feb 25 20:12:57 2010 Nathaniel McCallum <nathaniel@natemccallum.com>
Thu Oct 08 21:26:00 2009 Dominique Leuenberger <dominique@leuenberger.net>
* === Released 0.3.1 ===
- - Bugfixes
+ * Bugfixes
+ config file parser reads all sections
+ KDE session detection based on environment varibales,
as suggested by KDE upstream.
- - KDE configuration module is the first module in C++ and
+ * KDE configuration module is the first module in C++ and
now links to libkdecore4 in order to properly detect the
configuration folder for kde.
- - At the moment we're not compatible with KDE3. Sorry.
- - .NET bindings can now properly be installed and it should
+ * At the moment we're not compatible with KDE3. Sorry.
+ * .NET bindings can now properly be installed and it should
be possible for packagers to provide them.
Thu Aug 14 15:38:00 2009 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.3.0 ===
* WARNING!!! Slight API change (still ABI compat)!!!
see docs for px_proxy_factory_get_proxies()
- - Credentials support (see API change above)
+ * Credentials support (see API change above)
* A complete rewrite of the module manager
* file:// as valid PAC URLs
* Sample Mono application
@@ -90,23 +110,27 @@ Thu Aug 14 15:38:00 2009 Nathaniel McCallum <nathaniel@natemccallum.com>
* Seamonkey support as JS pacrunner
* Bugfixes
* Compiles for MS Windows using Mingw
+
Thu Jun 05 17:05:12 2008 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.2.3 ===
* New plugin: webkit (JavaScript)
* Massive speed improvements in all javascript plugins
- * Bug fixes
+ * Bug fixes
* Memory leak fixes
* pkgconfig support
+
Wed Jan 09 04:18:45 2008 Jeff Schroeder <jeffschroeder@computer.org>
* === Released 0.2.2 ===
* Python bindings fix
* Added pthreads support from r191 in trunk
* Removed local copy of strdup() in proxy.c for OS X build issues
+
Wed Dec 20 19:11:23 2007 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.2.1 ===
* Build fix for mozjs
* Python bindings fix for renamed function
* Split off x_has_client() into its own file
+
Wed Dec 12 20:12:56 2007 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.2 ===
* Added Python bindings
@@ -120,8 +144,9 @@ Wed Dec 12 20:12:56 2007 Nathaniel McCallum <nathaniel@natemccallum.com>
* Relicense from LGPLv3+ to LGPLv2.1+
* Sacrifice re-homeing session support for massive performance gains
* Tons of bug fixes, memory leaks, etc
+
Wed Oct 31 13:09:10 2007 Nathaniel McCallum <nathaniel@natemccallum.com>
* === Released 0.1 ===
* AUTHORS: Added authors
* README: basic readme info
- * src/lib/proxy.h: add missing doc line
+ * src/lib/proxy.h: add missing doc line
diff --git a/NEWS b/NEWS
index f4744a4..d3e9e4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
New in version 0.4.5
===============================
* C# bindings are installable (-DWITH_DOTNET=ON)
+* C# bindings installation path can be changed using -DGAC_DIR=
+* Internal libmodman build fixed
+* Installation dirs are now all relative to CMAKE_INSTALL_PREFIX
+* Fixed test while using --as-needed linker flag
+* Fixed generation of libproxy-1.0.pc
+* Basic support for Mingw added (not yet 100% functional)
+* Ruby binding implemented (not yet in the build system)
+* Fixed modules not being found caused by relative LIBEXEC_INSTALL_DIR
+* Fixed bug with builtin plugins (Issue 133)
+* Vala bindings installation path can be changed using -DVAPI_DIR=
+* Python bindings installation path can be changed using -DPYTHON_SITEPKG_DIR=
+* Perl bindings can be installed in vendor directory (-DPERL_VENDORARCH=ON)
+* Perl bindings installation path can be change using -DPX_PERL_ARCH=
+* Unit test now builds on OSX
New in version 0.4.4
===============================
diff --git a/bindings/csharp/AssemblyInfo.cs b/bindings/csharp/AssemblyInfo.cs
index a5983cb..30008fe 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.4")]
+[assembly:AssemblyVersion("0.4.5")]
[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 079891f..f10e195 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.4
+Version: 0.4.5
Libs: -r:@assembly@
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index f364eef..6da0805 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 4)
+set_project_version(0 4 5)
### Add a global compilation stuff
if (WIN32)