-
snac: Thanks for the retest.
phocean: Take your time and have a nice holiday.
We will propably do a release in the next days.
2010-01-08 16:40:17 UTC in Liferea
-
I know some of you propably have given up on Liferea due to this bug, but I finally found time to fix this. I believe to have fixed it in SVN trunk and 1.6 branch.
Please everyone retest! It would be good to get feedback before we do a release.
To be released in 1.6.2 and 1.7.3
Once more: Sorry about the delay!
2010-01-06 23:51:59 UTC in Liferea
-
Sorry to everyone waiting for a fix of this! I'm not getting to researching the problem. Missing free time...
So far it seems like the libsoup methods we use to set a proxy on a session object simply do not work. Using a local proxy setup I could verify that passing the password to libsoup is ineffective. Nonetheless I'm not sure wether this is a problem of how we use the methods or if it is...
2009-12-28 22:37:25 UTC in Liferea
-
Reproduced. I'm not really sure how to prevent this. Looks a bit like a Webkit issue. We never had this when using GtkMozEmbed as renderer.
2009-12-28 22:32:58 UTC in Liferea
-
Adrian Bunk has added your translation to SVN.
Will be released with 1.6.2 and 1.7.3.
Thanks for the translation!
2009-12-28 22:30:53 UTC in Liferea
-
llando committed revision 5240 to the Liferea SVN repository, changing 2 files.
2009-12-26 20:29:46 UTC in Liferea
-
llando committed revision 5239 to the Liferea SVN repository, changing 2 files.
2009-12-26 20:25:52 UTC in Liferea
-
Fixed online. Thanks for reporting this!
2009-12-26 20:00:45 UTC in Liferea
-
llando committed revision 5236 to the Liferea SVN repository, changing 2 files.
2009-12-10 01:42:15 UTC in Liferea
-
Forgot to mention: both naming variants will be support by the following configure.ac snippet:
PKG_CHECK_EXISTS([libnm-glib],
[ PKG_CHECK_MODULES([NM], [dbus-glib-1 libnm-glib],enable_nm=yes,enable_nm=no) ],
[ PKG_CHECK_MODULES([NM], [dbus-glib-1 libnm_glib],enable_nm=yes,enable_nm=no) ])
2009-12-10 01:41:53 UTC in Liferea