summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Allow to forcibly build pacrunners as module.dominique.leuenberger@gmail.com2012-03-091-0/+1
| | | | | | | | | | | | | | | | The default is to build the pacrunner internal to libproxy if only one pacrunner is to be built. Using -DBIPR{ON|OFF} it is now possible to override this and have a pacrunner built as module even if there is only one to be built. In case of multiple pacrunners, BIPR is being ignored and forcibly set to OFF. Fixes issue 172. git-svn-id: http://libproxy.googlecode.com/svn/trunk@834 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix build with gcc 4.7. Fixes issue 173dominique.leuenberger@gmail.com2012-03-091-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@833 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix issue 171: Argumets of dnsResolve_() are wrongdominique.leuenberger@gmail.com2012-03-091-0/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@832 c587cffe-e639-0410-9787-d7902ae8ed56
* Add NEWS entry for fixed issue 170dominique.leuenberger@gmail.com2012-02-051-0/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@831 c587cffe-e639-0410-9787-d7902ae8ed56
* NEWS: Add comment for issue#160dominique.leuenberger@gmail.com2011-11-021-0/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@828 c587cffe-e639-0410-9787-d7902ae8ed56
* build: install .pc file on OSX. Fixes issue#168dominique.leuenberger@gmail.com2011-11-021-0/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@827 c587cffe-e639-0410-9787-d7902ae8ed56
* NEWS: Mention which bugs we closed so far on the road to 0.4.8dominique.leuenberger@gmail.com2011-08-111-0/+6
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@822 c587cffe-e639-0410-9787-d7902ae8ed56
* Support building with javascriptcoregtk 1.5 (split in webkitgtk 1.5, thus ↵dominique.leuenberger@gmail.com2011-06-201-0/+2
| | | | | | webkitgtk 1.5 does not build without this detection) git-svn-id: http://libproxy.googlecode.com/svn/trunk@816 c587cffe-e639-0410-9787-d7902ae8ed56
* Only support mozjs185 as valid mozilla pacrunner backend.dominique.leuenberger@gmail.com2011-06-201-0/+7
| | | | | | | | | Xulrunner is no longer trackable from upstream due to the lightning fast movement of the Firefox source base. Also, Mozilla does not support usage of xulrunner from other apps. git-svn-id: http://libproxy.googlecode.com/svn/trunk@815 c587cffe-e639-0410-9787-d7902ae8ed56
* NEWS for the SUSE config moduledominique.leuenberger@gmail.com2011-06-031-0/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@811 c587cffe-e639-0410-9787-d7902ae8ed56
* GNOME3: have a pxgsettings helper and a config_gnome3 moduledominique.leuenberger@gmail.com2011-04-281-0/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@798 c587cffe-e639-0410-9787-d7902ae8ed56
* NEWS: inform which bugs we close...dominique.leuenberger@gmail.com2011-04-081-1/+7
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@797 c587cffe-e639-0410-9787-d7902ae8ed56
* NEWS: Mention webkit3 supportdominique.leuenberger@gmail.com2011-03-291-0/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@794 c587cffe-e639-0410-9787-d7902ae8ed56
* NEWS: Mention xulrunner 2.0dominique.leuenberger@gmail.com2011-03-221-0/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@792 c587cffe-e639-0410-9787-d7902ae8ed56
* Updated files for version 0.4.6nicolas.dufresne2010-09-011-0/+9
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@750 c587cffe-e639-0410-9787-d7902ae8ed56
* Bumped to version 0.4.5nicolas.dufresne2010-08-191-0/+14
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@734 c587cffe-e639-0410-9787-d7902ae8ed56
* NEWS: mention C# binding being installabledominique.leuenberger2010-07-071-0/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@710 c587cffe-e639-0410-9787-d7902ae8ed56
* update NEWS and ChangeLog for 0.4.4 releasenpmccallum2010-06-131-0/+6
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@697 c587cffe-e639-0410-9787-d7902ae8ed56
* Update for version 0.4.3nicolas.dufresne2010-06-071-0/+11
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@691 c587cffe-e639-0410-9787-d7902ae8ed56
* Set link_directories in every CMakeList.txtnicolas.dufresne2010-05-191-0/+1
| | | | | | | | This is a workaround to a cmake bug. CMake tends to link libraries against other library dependency (first bug) but does not deal with the fact that those libraries may be in non-standard directory (second bug). git-svn-id: http://libproxy.googlecode.com/svn/trunk@672 c587cffe-e639-0410-9787-d7902ae8ed56
* Replace calls to px_free by call to libc.freenicolas.dufresne2010-05-191-0/+4
| | | | | | | | The px_free function is gone from libproxy interface. To free the returned string we now have to call libc free. This implementation includes a quirk for Windows platform and should work on any other posix platform. git-svn-id: http://libproxy.googlecode.com/svn/trunk@671 c587cffe-e639-0410-9787-d7902ae8ed56
* Update for version 0.4.1nicolas.dufresne2010-05-181-0/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@668 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: Integrate the perl bindings in our CMake Build Systemdominique.leuenberger2010-03-281-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@633 c587cffe-e639-0410-9787-d7902ae8ed56
* Vala: Install bindings when -DWITH_VALA=yes is passed to cmakedominique.leuenberger2010-03-261-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@632 c587cffe-e639-0410-9787-d7902ae8ed56
* Let's write NEWS while we remember them...dominique.leuenberger2010-03-091-0/+5
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@609 c587cffe-e639-0410-9787-d7902ae8ed56
* update files for releasenpmccallum2010-02-251-2/+16
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@585 c587cffe-e639-0410-9787-d7902ae8ed56
* gnome: support reading credentials from gconf.dominique.leuenberger2009-10-091-0/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@449 c587cffe-e639-0410-9787-d7902ae8ed56
* ChangeLog and spelling error in NEWSdominique.leuenberger2009-10-081-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@446 c587cffe-e639-0410-9787-d7902ae8ed56
* config_kde: New a C++ module, linking against Qt and kdecore.dominique.leuenberger2009-10-031-0/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@441 c587cffe-e639-0410-9787-d7902ae8ed56
* update NEWS and ChangeLog for 0.3.0 releasenpmccallum2009-08-141-10/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@411 c587cffe-e639-0410-9787-d7902ae8ed56
* Some NEWS update and typodominique.leuenberger2009-08-131-4/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@407 c587cffe-e639-0410-9787-d7902ae8ed56
* Let's start writing some NEWS File. downstream packagers will be gratefuldominique.leuenberger2009-08-031-0/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@405 c587cffe-e639-0410-9787-d7902ae8ed56
* Initial (non-functional checkin)npmccallum2007-09-181-0/+0
git-svn-id: http://libproxy.googlecode.com/svn/trunk@3 c587cffe-e639-0410-9787-d7902ae8ed56