summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2010-02-25 20:29:17 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2010-02-25 20:29:17 +0000
commit4e16919afa3c72caf66e6e5b70245153377dced8 (patch)
tree068d4ecad27a80aae7f668e66f86b325e5a18698
parent7e78060a0bf549070c89e2b9393bce2ac7cf3a66 (diff)
downloadlibproxy-4e16919afa3c72caf66e6e5b70245153377dced8.tar.gz
update files for release
git-svn-id: http://libproxy.googlecode.com/svn/trunk@585 c587cffe-e639-0410-9787-d7902ae8ed56
-rw-r--r--CMakeLists.txt7
-rw-r--r--ChangeLog20
-rw-r--r--NEWS18
3 files changed, 39 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a6900a0..093e628 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,9 +11,10 @@ set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSIO
set(CPACK_IGNORE_FILES "CMakeCache.txt;install_manifest.txt;utils/proxy$;/Testing/;/Makefile$;\\\\.cmake$;\\\\.tar.gz$;\\\\.so[.0-9]*$;/build/;/_CPack_Packages/;/CMakeFiles/;/CVS/;/\\\\.svn/;/\\\\.git/;\\\\.swp$;\\\\.#;/#")
set(CPACK_SOURCE_IGNORE_FILES ${CPACK_IGNORE_FILES})
-SET(CPACK_SOURCE_TBZ2 "OFF")
-SET(CPACK_SOURCE_TGZ "ON")
-SET(CPACK_SOURCE_TZ "OFF")
+SET(CPACK_SOURCE_TBZ2 OFF)
+SET(CPACK_SOURCE_TZ OFF)
+SET(CPACK_SOURCE_TGZ ON)
+SET(CPACK_SOURCE_ZIP ON)
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "libproxy-${CPACK_PACKAGE_VERSION}")
SET(CPACK_SOURCE_TOPLEVEL_TAG "")
diff --git a/ChangeLog b/ChangeLog
index d08130f..d09b996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,22 @@
-Thu Oct 8 21:26:00 2009 Dominique Leuenberger <dominique@leuenberger.net>
+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)
+ * SOVERSION bump
+ * libmodman is now a seperate library
+ * Migrate to cmake
+ * Windows support (config_w32reg, ignore_hostname; VC++ support)
+ * MacOSX support (config_macosx, ignore_hostname)
+ * Built-in modules support
+ * Support for chunked encoding
+ * Move to hidden visibility by default
+ * KDE's KConfig symantics are fully supported
+ * Removeal of all PX_* env variables (no longer needed)
+ * Symbol based detection of relevant pacrunner
+ * Reworked config_gnome to not suck (its *much* faster)
+ * Many other things I can't remember
+
+Thu Oct 08 21:26:00 2009 Dominique Leuenberger <dominique@leuenberger.net>
* === Released 0.3.1 ===
- Bugfixes
+ config file parser reads all sections
diff --git a/NEWS b/NEWS
index d81c0c0..324e2c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
-New in unreleased trunk version
+New in version 0.4.0
===============================
-- Gnome config module reads username / password from gconf.
+* C++ rewrite
+* Small API change (px_proxy_factory_get_proxy() can now return NULL)
+* SOVERSION bump
+* libmodman is now a seperate library
+* Migrate to cmake
+* Windows support (config_w32reg, ignore_hostname; VC++ support)
+* MacOSX support (config_macosx, ignore_hostname)
+* Built-in modules support
+* Support for chunked encoding
+* Move to hidden visibility by default
+* KDE's KConfig symantics are fully supported
+* Removeal of all PX_* env variables (no longer needed)
+* Symbol based detection of relevant pacrunner
+* Reworked config_gnome to not suck (its *much* faster)
+* Many other things I can't remember
New in version 0.3.1
====================