Commit graph

5364 commits

Author SHA1 Message Date
jdolecek
7ea966db7a claim MAINTAINER 2005-10-30 20:30:34 +00:00
epg
97121aca24 Update to 0.10.1, hopefully fixing PR 28699. Add buildlink3.mk,
resolving PR 31001.  Don't declare an unnecessary dependency on
clearsilver-base in py-clearsilver or ruby-clearsilver.

Upstream changelog:

2005/07/27 by blong@blong

	fix for cs_dist update

2005/07/27 by blong@blong

	update makefile for new release (and p4)

2005/07/27 by blong@blong

	update to -fPIC for position independent code to support amd64
	machines
	Change makedep routine to use find instead of ls, so it won't
	error if there are no files (like in the top level directory)

2005/07/27 by blong@blong

	missed a file for const fix

2005/07/27 by blong@blong

	generic python location

2005/07/26 by blong@blong

	add limits.h to define _POSIX_PATH_MAX before we define it if it
	doesn't exist

2005/07/18 by nschrenk@nschrenk2

	Fix bug that caused bogus tzoffset to be exported by export_date_tm().

2005/07/07 by blong@blong

	Update configure to take a --disable-wdb argument
	We don't want to link with bdb sometimes

2005/07/07 by blong@blong

	Update ClearSilver to take correct const char * arguments in
	most places that it should.  This should make clearsilver easier
	to use from C++ and just for people who like their const
	correctness for strings.

	Also fix the hdftest since some machines have "words" with
	periods in them in their dict file.

2005/07/01 by blong@blong

	Change clearsilver to link to checked-in versions instead
	buildonly.

	Add README.google and setup_google.sh files to document how to
	build for Google

2005/06/29 by nschrenk@nschrenk

	Fix an allocation bug in the HDF.getValue() native method: don't
	release the default_value string until after it has been copied.

2005/06/28 by nschrenk@nschrenk

	Fix bug where the HDF Java wrapper would not allow a default value of
	null, and clean up the code a bit so that exceptions are thrown in a
	couple more places, and the right type of exceptions are thrown instead
	of a generic RuntimeException.

2005/06/24 by nschrenk@nschrenk

	Change variable type from int to long to fix compile warning in the
	Clearsilver ruby support.

2005/06/22 by nschrenk@nschrenk

	Support more of the HDF C API in the Java wrapper.

2005/06/08 by quong@quong-clean

	Initial submit of Clearsilver

	This is simply the code from clearsilver-0.9.14.tar.gz
	from the http://clearsilver.net/  with the following
	files removed:  *.pyc, */.cvsignore, and man/...

	I'll submit changes to this code in future CL's.
2005-10-29 19:29:52 +00:00
wiz
f98a8ae7d3 Reset maintainer to tech-pkg:
host idoru.mine.nu[82.31.78.41] said: 550 sorry,
    never heard of you (in reply to RCPT TO command)
2005-10-29 12:02:22 +00:00
kristerw
9d1c24cedb Correct the removal of .orig files so it does as intended, and thus
prevents those files from being installed.
2005-10-29 01:56:42 +00:00
taca
a1537c1dec This change should be fix build problem on NetBSD 1.6 noted
by Krister Walfridsson.
2005-10-28 04:38:05 +00:00
tonio
6b5ff3183f Use the configure script
Fix perl path for configure and scripts, and add dependency for opml2snow over
p5-XML-LibXML

Bump PKGREVISION
2005-10-26 12:44:21 +00:00
taca
2787a2cbc1 Add a patch to compile on SunOS from squid's bugzilla.
Bump PKGREVISION.
2005-10-25 14:05:22 +00:00
wiz
2b8550401e Update to 2.06:
2.06  Tue Oct 18 13:13:52 EDT 2005
        - Tightened up element interactions in TREE() mode when examing
          rows, columns, cells, etc. Was running into trouble with
          dereferencing scalars vs objects.
        - Documented space() H::TE::T method, added tests
        - Added POD tests
        - Documentation updates and fixes

2.05  Tue Oct  4 16:00:02 EDT 2005
        - Fixed a TREE() definition bug and class method assignments
        - Fixed a 'row above header' bug, added tests

2.04  Wed Aug  3 14:42:23 EDT 2005
        - Fixed some conditional optional dependency tests in order to
          avoid falure assertions on some test boxes.

2.03  Wed Jul 20 12:45:56 EDT 2005
        - Fixed greedy attribute bug (non qualifying tables were being
          selected under certain circumstances)
        - Moved more completely to File::Spec operations in testload.pm
          in order to make windows boxes happy.

2.02  Thu Jun 23 12:42:44 EDT 2005
        - squelched TREE() creation warnings for subclasses
        - fixed a rows() bug involving keep_headers

2.01  Tue Jun 21 22:05:53 EDT 2005
        - fixed some test changes

2.00  Fri Jun 17 17:28:10 EDT 2005
        - Can now return parsed tables as HTML::TableElement objects
          within an HTML::Element tree structure (via HTML::TreeBuilder)
          for such purposes as in-line editing of table content within
          documents. Invoked via 'use HTML::TableExtract qw(tree);'.
        - Added columns(), row(), column(), and cell() methods.
        - Added some handy reporting methods: tables_report() and
          tables_dump(). These are almost always handy while first
          analyzing a new HTML document for table content.
        - Debugging and error output can now be assigned to arbitrary
          file handles.
        ! Old 'table_state' methods are now merely 'table' methods,
          though the old table_state style is still supported.
        ! Chains have been dropped. Though interesting (think xpath),
          they needlessly complicated matters as they were nearly
          universally unused.
2005-10-25 13:40:24 +00:00
wiz
22d21836f1 + p5-HTML-Element-Extended 2005-10-25 13:34:35 +00:00
wiz
64c86bffde Initial import of p5-HTML-Element-Extended-1.13:
HTML-Element-Extended is a package of several enhanced HTML::Element
classes, most of which arose during the effort to implement an
HTML::Element based table class.
2005-10-25 13:33:57 +00:00
taca
52cba22436 Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
2005-10-25 04:15:48 +00:00
minskim
9a78f10f81 Add zope3. 2005-10-24 02:27:47 +00:00
minskim
b42a47591b Import zope3 from pkgsrc-wip. Packaged by Yoshito Komatsu and
modified by me.

Zope is an open source application server for building content
management systems, intranets, portals, and custom applications.
2005-10-24 02:25:20 +00:00
rillig
3afcc73507 Use "+=" instead of "=" for CONFIGURE_ARGS. 2005-10-23 23:18:49 +00:00
taca
81c518753b Update squid package to 2.5.12 (squid-2.5.STABLE12).
Changes to squid-2.5.STABLE12 (22 Oct 2005)

	- [Major] Error introduced in 2.5.STABLE11 causing truncated responses
	  when using delay pools (Bug #1405)
	- [Cosmetic] Document that tcp_outgoing_* works badly in combination
	  with server_persistent_connections (Bug #454)
	- [Cosmetic] Add additinal tracing to squid_ldap_auth making
	  diagnostics easier on squid_ldap_auth configuration errors
	  (Bug #1395)
	- [Minor] $HOME not set when started as root (Bug #1401)
	- [Minor] httpd_accel_single_host breaks in combination with
	  server_persistent_connections (Bug #1402)
	- [Cosmetic] Setting CACHE_HTTP_PORT to configure was only partially
	  implemented, effectively ignored. (Bug #1403)
	- [Minor] CNAME based DNS addresses could get cached for longer
	  than intended (Bug #1404)
	- [Minor] Incorrect handling of squid-internal-dynamic/netdb exchanges
	  in transparently intercepting proxies (Bug #1410).
	- [Minor] Cache revalidations on HEAD requests causing poor cache
	  hit ratio (Bug #1411).
	- [Minor] Not possible to send 302 redirects via a redirector in
	  response to CONNECT requests (bug #1412)
	- [Minor] Incorrect handling of Set-Cookie on cache refreshes (Bug
	  #1419)
	- [Major] Segmentation fault crash in rfc1738_do_escape (Bug #1426)
	- [Minor] Delay pools class 3 fails on clients in network 255
	  (Bug #1431)
2005-10-23 22:32:32 +00:00
jlam
813025b441 Add missing manpage to PLIST. Bump PKGREVISION for binary package change. 2005-10-23 20:14:43 +00:00
heinz
a62bd3992d Updated to version 2.1.10nb4.
Pkgsrc changes:
  - Fix of PR pkg/29201: Applied optional GeoIP patch proposed in the PR
    (option geoip).
  - Converted the post-build target to the "subst" framework.
  - Removed an unnecessary CONFIGURE_ENV (setting a variable internal to
    autoconf).
  - We install now some documentation files.

Description of GeoIP patch:
===========================
By default, Webalizer uses DNS suffix to guess country and produce geographic
stats. Some WWW hostings (mostly free ones) has reverse DNS feature disabled,
so there's no DNS, and consequently no geographic stats. Well, Webalizer *has*
internal Reverse DNS feature (aka "Webazolver"). But it's too slow, even
running 100 threads. So, is there any other way? Sure! It's GeoIP library!

GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from.  It uses a file based database
that is accurate as of March 2002.  This database simply contains IP blocks
as keys, and countries as values.  This database should be more complete and
accurate than using reverse DNS lookups.
2005-10-23 19:50:55 +00:00
jdolecek
fd04002a2a remove NO_CONFIGURE - REPLACE_PERL is handled in pre-configure stage,
without that /usr/bin/perl in the scripts doesn't get replaced with
/usr/pkg/bin/perl

reported in private e-mail by Pavel Trubl
2005-10-23 18:27:45 +00:00
wiz
bc2c6268b0 Use ${RM} instead of /rescue/rm. 2005-10-23 17:04:28 +00:00
jdolecek
c3aaebde98 php regex is also necessary on Linux; pointed out by Ondrej Tuma
in private e-mail
2005-10-23 16:59:49 +00:00
wiz
5e5f5cc285 Use ${RMDIR} instead of rmdir. 2005-10-23 16:51:00 +00:00
tonio
8ebb857d2f Fix .mo generation when using the msg-plural hack 2005-10-22 22:06:21 +00:00
tonio
5d8d89ab8d bump PKGREVISION, as USE_MSGFMT_PLURALS ads a build dependency over perl 2005-10-22 09:46:44 +00:00
tonio
f4a523e840 add USE_MSGFMT_PLURALS= YES, as it is used (PR 31886) 2005-10-22 09:40:06 +00:00
tron
8aed019681 Require at least version 0.9.7.2.0.55 of the "apr" package because
Apache 2.0.55 won't work with older versions. Bump package revision
because of this dependence change.

This fixes PR pkg/31872 by Carl Brewer.
2005-10-21 10:31:18 +00:00
drochner
b39162b693 update to 1.0rc2
changes:
-speedup
-bugfixes
-new swedish translation
2005-10-20 17:40:43 +00:00
abs
387091ce18 Update www/p5-CGI to 3.11:
Version 3.11
1. Killed warning in CGI::Cookie about MOD_PERL_API_VERSION
2. Fixed append() so that it works in function mode.
3. Workaround for a bug that appears in Apache2 versions through 2.0.54 in
   which SCRIPT_NAME and PATH_INFO are incorrect if the additional path_info
   contains a double slash. This workaround will handle the common case of
   http://mysite.com/cgi-bin/log.cgi/http://www.some.other.site/args, but
   will not handle the uncommon case of a ScriptAlias directive that adds
   additional path information to the end of the translated URI.
2005-10-20 17:33:04 +00:00
minskim
dba8939f37 Make "curl-config --vernum" work again. It was broken in 7.15.0.
Bump PKGREVISION.
2005-10-20 16:25:15 +00:00
tonio
10591b3f88 Update www/snownews to 1.5.7
This release contains:
 - new translations to Traditional Chinese, Japanese, Polish
 - Optimisation for use with screenreader
 - 'E' displays throwed error log

removed patch-aa, it is included upstream
2005-10-20 15:31:20 +00:00
wiz
f738d1d6bd Update to 2.1pre19:
Fri Sep  9 00:37:42 CEST 2005 mikulas:

	Fix crash when directory disappeared while opening it

Tue Sep  6 16:14:26 MET 2005 user:

	HTTP 307 redirect (as equivalent of 302)

Sun Aug 21 19:18:34 MET 2005 user:

	(sponsored by Knapp Systems)
	Keyboard handlers in javascript
	Inverted text

Tue Aug  9 16:06:38 MET DST 2005 Jakub Bogusz

	Updated Polish translation

Tue Aug  9 16:05:04 MET DST 2005 Jakub Bogusz

	Fixed memory corruption when passing parameters to framebuffer driver

Thu Aug  4 18:11:37 CEST 2005 mikulas:

	Fixed compilation problem without javascript
2005-10-20 00:23:05 +00:00
bouyer
68f666d50c Add missing entry for a new file. Pointed out by Lubomir Sedlacik.
Close enouth to the package update to not bump pkgrevision.
2005-10-19 21:42:59 +00:00
bouyer
99270c823c Update to mod_ssl 2.8.25. The only change is support for apache 1.3.34. 2005-10-19 20:33:44 +00:00
bouyer
98d93c2013 Update to 1.3.34. This is a security fix release, fix pkg/31868 by
Zafer Aydogan. Changes from 1.3.33:
  *) hsregex: fix potential core dumping on 64 bit machines, such as
     AMD64. PR 31858. [Glenn Strauss < gs-apache-dev gluelogic.com>]

  *) SECURITY: core: If a request contains both Transfer-Encoding and
     Content-Length headers, remove the Content-Length, mitigating some
     HTTP Request Splitting/Spoofing attacks.  This has no impact on
     mod_proxy_http, yet affects any module which supports chunked
     encoding yet fails to prefer T-E: chunked over the Content-Length
     purported value.  [Paul Querna, Joe Orton]

  *) Added TraceEnable [on|off|extended] per-server directive to alter
     the behavior of the TRACE method.  This addresses a flaw in proxy
     conformance to RFC 2616 - previously the proxy server would accept
     a TRACE request body although the RFC prohibited it.  The default
     remains 'TraceEnable on'.
     [William Rowe]

  *) mod_digest: Fix another nonce string calculation issue.
     [Eric Covener]
2005-10-19 20:30:20 +00:00
tv
a0109ad7f7 Bring back the "ssl" option so that the builder may have the *option* to
turn it off.  It's still on by default (in PKG_SUGGESTED_OPTIONS), so
no PKGREVISION bump required.
2005-10-19 18:05:06 +00:00
fredb
c0ab1c269f Update to 2.8.5 patchlevel 3 for a security issue. From the ChangeLog:
2004-10-17 (2.8.5rel.3 fixes from 2.8.6dev.14)
* eliminate fixed-size buffers in LYExpandHostForURL() to guard against
  buffer overflow resulting from too-long domain prefix/suffix data from
  lynx.cfg (report by Ulf Harnhammar, CAN-2005-3120) -TD
2005-10-18 15:59:20 +00:00
tron
2a12e2c14d Update "apache2" package to version 2.0.55.
Patches supplied by Ben Collver. Addresses PR pkg/31817 by Zafer Aydogan.
2005-10-17 10:37:11 +00:00
tron
2563f528ef Update "apr" package to version 0.9.7. Changes since version 0.9.6:
- Fix crash in apr_dir_make_recursive() for relative path
  when the working directory has been deleted.  [Joe Orton]
- Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,
  returning APR_EBUSY.  [Ronen Mizrahi <ronen@tversity.com>]
- Fix apr_file_read() to catch write failures when flushing pending
  writes for a buffered file.  [Joe Orton]
- Fix apr_file_write() infinite loop on write failure for buffered
  files.  [Erik Huelsmann <ehuels gmail.com>]
- Fix error handling where apr_uid_* and apr_gid_* could segfault
  or return APR_SUCCESS in failure cases.  PR 34053.  [Joe Orton,
  Paul Querna]
- Refactor Win32 condition variables code to address bugs 27654, 34336.
  [Henry Jen <henryjen ztune.net>, E Holyat <eholyat yahoo.com>]
- Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.  PR 32177.
  [Sim <sgobbi datamanagement.it>, Jeff Trawick]
- Fix detection of rwlocks on Mac OS X. [Aaron Bannert]
- Fix issue with poll() followed by net I/O yielding EAGAIN on
  Mac OS 10.4 (Darwin 8). [Wilfredo Sanchez]

Update based on patches supplied by Ben Collver. Addresses first part
of PR pkg/31817 by Zafer Aydogan.
2005-10-17 10:28:46 +00:00
taca
15ebe34602 Remove a trivial hack with DIST_SUBDIR. 2005-10-17 04:15:23 +00:00
taca
fd7d3acb02 Set USE_RUBY_DIST_SUBDIR to no. 2005-10-16 15:14:27 +00:00
taca
c4170b472c Reset distfiles to previous (without DIST_SUBDIR). 2005-10-16 15:13:49 +00:00
jmmv
ea3669a666 Update to 1.8.1:
=========================
Epiphany Extensions 1.8.1
=========================

Changes

	* Fix some extensions for changed APIs
	* Move Page Information to View menu

Contributors to this release: Tommi Komulainen and Christian Persch.

Updated translations:

	* Rostislav "zbrox" Raykov (bg)


=========================
Epiphany Extensions 1.8.0
=========================

New extensions:

        * Favicon.ico extension


Contributors to this release: Crispin Flowerday and Christian Persch.

Updated translations:

	* Young-Ho Cha (ko)


=========================
Epiphany Extensions 1.7.5
=========================

New extensions:

        * Auto-Scroll extension

Changes

        * Fix possible pointer grab lockup with gestures
	* Fix configure check to not use AM_CONDITIONAL conditionally
	* Updated AUTHORS and README files

Contributors to this release: Crispin Flowerday, Christian Persch.

Updated translations:

	* Frank Arnold (de)
	* Ignacio Casal Quinteiro (gl)
	* Takeshi AIHANA (ja)
	* Reinout van Schouwen (nl)
	* Maxim Dziumanenko (uk)


=========================
Epiphany Extensions 1.7.4
=========================

Changes

        * Page info extension now allows saving multiple selections
        * Page info extension now lists external scripts [#310398]

Contributors to this release:
Jean-François Rameau.

Translation updates:

	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Takeshi AIHANA (ja)
	* Reinout van Schouwen (nl)
	* Marcel Telka (sk)


=========================
Epiphany Extensions 1.7.3
=========================

Changes

	* Detect seamonkey trunk
	* Updated for Epiphany changes

Translation updates:

	* Francisco Javier F. Serrador (es)
	* Gabor Kelemen (hu)
	* Ganesh Ghimire (ne)


=========================
Epiphany Extensions 1.7.2
=========================

Changes

	* Support DBUS 0.34 [#306565]
	* Improved Greasemonkey extension
	* Work around bug #169116 [#172872]

Contributors to this release are Adam Hooper, Jean-François Rameau and
Raphaël Slinckx.

Updated translations:

	* Miloslav Trmac (cs)
	* Frank Arnold (de)
	* Adam Weinberger (en_CA)
	* Takeshi AIHANA (ja)
	* Reinout van Schouwen (nl)
	* Marcel Telka (sk)
	* Christian Rose (sv)
	* Abel Cheung (zh_TW)


=========================
Epiphany Extensions 1.7.1
=========================

New extensions

	* Newsfeed extractor extension, written by Raphaël Slinckx
	* Greasemonkey extension, written by Adam Hooper
	* Python console
	* Sample Python extensions


Removed extensions

	* Find toolbar (moved to Epiphany core)


Changes

	* Numerous enhancements
	* Numerous bug fixed: #301001, #302326, #300637, #171908, #172390,
	  #170786, #170322, #290309.


Contributors: Adam Hooper, Jordi Mallach, Christian Persch,
Jean-François Rameau and Raphaël Slinckx.

New and updated translations by Rostislav "zbrox" Raykov (bg),
Miloslav Trmac (cs), Frank Arnold (de), Adam Weinberger (en_CA),
Francisco Javier F. Serrador (es), Pauli Virtanen (fi), Gabor Kelemen (hu),
Takeshi AIHANA (ja), Reinout van Schouwen (nl), Steve Murphy (rw),
Marcel Telka (sk), Christian Rose (sv), Maxim Dziumanenko (uk) and
Pablo Saratxaga (wa).


=========================
Epiphany Extensions 1.6.6
=========================

New extensions:

	* Auto-Scroll extension

Changes
	* Fix possible pointer grab lockup with gestures


=========================
Epiphany Extensions 1.6.5
=========================

Updated translations:

	* Takeshi AIHANA (ja)
	* Christian Rose (sv)
2005-10-16 14:14:57 +00:00
jmmv
605b2e435c Raise version to 1.8.2 (new epiphany-extensions requires 1.8.1). 2005-10-16 14:13:48 +00:00
jdolecek
ebc5ce969d Fix bug in mbstring extension function mb_encode_mimeheader(), which
misinterpreted some Japanese characters as ASCII.

PR: 31223 by Takahiro Kambe
2005-10-16 12:17:47 +00:00
jmmv
fadc4d89e9 This needs gail. 2005-10-16 12:16:25 +00:00
jdolecek
6b9fd02500 use PHP-provided regex on Solaris, PHP doesn't build with system regex
there

PR: 31047 by Gilles Dauphin
2005-10-16 12:06:05 +00:00
minskim
580bc265dc Add and enable p5-HTTP-GHTTP. 2005-10-16 05:03:30 +00:00
minskim
a4912542a8 Import p5-HTTP-GHTTP from pkgsrc-wip. Packaged by xtraeme@ and
improved by hiramatsu@.

This is a fairly low level interface to the Gnome project's libghttp,
which allows you to process HTTP requests to HTTP servers.  There also
exists a slightly higher level interface - a simple get() function which
takes a URI as a parameter.

It allows you to make very simple HTTP requests, without the weight of
something like LWP.  This makes it very useful in situations where
memory and speed are at a premium, such as mod_perl.

It has full support for proxy requests and authenticated requests.
2005-10-16 05:01:06 +00:00
reed
5ca632de6b Change BUILDLINK_RECOMMENDED.curl from 7.15
to real 7.15.0.
2005-10-15 15:39:51 +00:00
reed
2dfe2ecfe1 Update to version 7.15.0.
This is a security issue.

http://curl.haxx.se/mail/lib-2005-10/0061.html

Also update BUILDLINK_RECOMMENDED.curl.
2005-10-15 15:37:16 +00:00
jmmv
96266a1644 Update to 1.8.2:
==============
Epiphany 1.8.2
==============

Changes

	* Fix crash on shutdown when only the bookmarks editor
	* Fix a mem leak
	* Don't grow the left pane of the bookmarks editor with each opening


==============
Epiphany 1.8.1
==============

Changes

        * Make Mozilla paper sizes work with gnome-print [#163255].
        * Require pygtk 2.8. Fixes [#314557].
        * Manually emit the "profile-change-net-teardown" notification; works
          around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=292699
        * Don't focus the checkbox initially. Fixes [#163371].
        * If the search term is empty for a smart bookmark use the normal URL
          instead of the smart url with the %s replaced by ""
        * Don't use "cat >" as output command, it fails inpredicably.
          If not using gecko 1.9, translate the paper name to the one
          mozilla expects (https://bugzilla.mozilla.org/show_bug.cgi?id=307404).
        * Use the tab label's outer hbox for the size calculation instead of
          the label itself. Fixes size oscillations with the Tab States
          extension.
        * Back out the fix for [#158486] by re-enabling keyword: searches.
          Fixes [#314974].
        * Don't spin unmapped spinners. Slightly decrease the frequency.
          Might help with [#315232].
        * Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction
          to an idle handler, to avoid crashes when tabs are closed from signal
          handlers (blur, mousedown, keydown etc).
          Fixes [#172878], [#172879], [#172882], [#303254], [#313425].
        * Schedule a GC in finalize of EphyTab and EphyWindow, to work around
          [#317242].

Contributors to this release: Christian Persch, Jean-François Rameau,
Reinout van Schouwen and Raphaël Slinckx.

New and updated translations:

	* Progga (bn)
	* Hendrik Richter (de)
	* Ivar Smolin (et)
	* Iñaki Larrañaga Murgoitio (eu)
	* Ignacio Casal Quinteiro (gl)
	* Francesco Marletta (it)
	* Young-Ho Cha (ko)
	* Erdal Ronahi (ku)
	* Данило Шеган (sr, sr@Latn)
	* Christian Rose (sv)
	* Erçin EKER (tr)
	* Clytie Siddall (vi)


==============
Epiphany 1.8.0
==============

Updated translations:

	* Miloslav Trmac (cs)
	* Hendrik Richter (de)
	* Roozbeh Pournader (fa)
	* Young-Ho Cha (ko)
	* Žygimantas Beručka (lt)
	* Nickolay V. Shmyrev (ru)
	* Erçin EKER (tr)


==============
Epiphany 1.7.6
==============

Changes

	* Don't empty find entry on Ctrl-F
	* Fix local file monitoring when loaded after a blank page
	* Remove check for redirected URL [#313756]
	* Fix configure check for gecko >= 1.8
	* Disable keyword searches by default [#158486]
	* Fix some compile warnings
	* Configure and makefile fixes for broken gecko header layouts
	* Define out the focus fix for gecko >= 1.8
	* Fix pointer grab lockup when gecko pops up a dialogue while
	  reordering tabs with DND
	* Don't create host node in ephy_history_get_host if not already existing
	* Add an "add-page" signal to the EphyHistory object
	* Set default prefs for warn-on-mixed-security pages [#309088]

Contributors to this release: Crispin Flowerday, Christian Persch.

Updated translations:

	* Jordi Mallach (ca)
	* Rhys Jones (cy)
	* Ivar Smolin (et)
	* Xavier Claessens (fr)
	* Ankit Patel (gu)
	* tunggul arif siswoyo (id)
	* Reinout van Schouwen (nl)
	* GNOME PL Team (pl)
	* Afonso Celso Medina (pt_BR)
	* Mugurel Tudor (ro)
	* Clytie Siddall (vi)


==============
Epiphany 1.7.5
==============

Changes

	* Find bar fixes [#307216, #311985, #312419, #312367, #311929]
	* Fix tab properties
	* Fix downloading on gecko 1.8
	* Open new tabs with blank url bar when loading the homepage [#313012]
	* Gcc 4 fixes
	* Fix download display of unknown sizes [#313215]
	* Reject favicons that are < 12x12 pixel
	* Add sanity check when opening in external handler [#310023]
	* Improve menu positioning on toolbar buttons
	* Fix some mem leaks
	* Try to save images from cache [#168554]

Contributors to this release: Crispin Flowerday, Christian Persch,
Jean-François Rameau.

Updated translations:

	* Rostislav \"zbrox\" Raykov (bg)
	* Nikos Charonitakis (el)
	* Adam Weinberger (en_CA)
	* <unknown> (es)
	* Ivar Smolin (et)
	* Ilkka Tuohela (fi)
	* Gabor Kelemen (hu)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Terance Edward Sola (nb)
	* Ganesh Ghimire (ne)
	* Reinout van Schouwen (nl)
	* Sigurd Gartmann (nn)
	* Terance Edward Sola (no)
	* GNOME PL Team (pl)
	* Duarte Loreto (pt)
	* Mugurel Tudor (ro)
	* Leonid Kanter (ru)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Theppitak Karoonboonyanan (th)
	* Maxim Dziumanenko (uk)
	* Clytie Siddall (vi)
	* Liu Songhe (zh_CN)
	* Woodman Tuen (zh_TW)

Updated documentation translations:

	* Nikos Charonitakis (el)
	* Maxim Dziumanenko (uk)
	* Francisco Javier F. Serrador (es)


==============
Epiphany 1.7.4
==============

Changes
	* Only show the leaf name on bookmarksbar for hierarchical topics
	* Don't put the archive links on the unknownSocketType error message
	* Fix google search URL to include www prefix
	* Fix proxy server settings string
	* Work around gtkmozembed focus bug [#105153]
	* For empty pages, put focus in address bar
	* Be careful not to leave a GC scheduled when terminating python
	* Realise the embed first before grabbing focus on it
	* Implement ::grab-focus and remove ephy_embed_activate
	* Update the python bindings
	* String fixes [#172230, #167448]
	* Fix setting homepage to current page [#311962]
	* Allow EPHY_DEBUG_BREAK even in non-debug builds
	* Disable favicons from non-http URLs [#312291]
	* Fix location entry favicon updating
	* Fix crash on "window.get_toolbar()" [#170105]
	* Fix gcc 4.0 warnings
	* Fix crash when getting context event, [#310910]
	* Fix session saving on recovery with offline network [#147840]
	* Fix drawing of location entry with new default GNOME theme (Clearlooks)
	* Change the text on the 'unknown issuer' dialog [#151519]
	* Also clear favicon cache when clearing the cache
	* Make download dialog wording clearer

Contributors to this release: Crispin Flowerday, Christian Persch,
Jean-François Rameau and Raphael Slinckx.

Updated translations:

	* Rostislav \"zbrox\" Raykov (bg)
	* Miloslav Trmac (cs)
	* Nikos Charonitakis (el)
	* Adam Weinberger (en_CA)
	* <unknown> (es)
	* Priit Laes (et)
	* Ilkka Tuohela (fi)
	* Ankit Patel (gu)
	* Gabor Kelemen (hu)
	* Takeshi AIHANA (ja)
	* Terance Edward Sola (nb)
	* Reinout van Schouwen (nl)
	* Terance Edward Sola (no)
	* GNOME PL Team (pl)
	* Afonso Celso Medina (pt_BR)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Prajasakti Localisation Team (te)
	* Theppitak Karoonboonyanan (th)
	* Clytie Siddall (vi)
	* Liu Songhe (zh_CN)


==============
Epiphany 1.7.3
==============

Changes

	* Detect seamonkey trunk
	* Remove the reload workaround, mozilla bug is fixed on all supported versions
	* Fix a couple of strings [#310196]
	* More known mime types
	* Fix URL dragging to other tabs
	* Fix smart bookmark options parsing [#116709, #132761]
	* Yet another mozilla API change
	* Use gnome-doc-utils, and move existing translations over
	* Updated python bindings
	* Use libgnomeprintui for printing [Jürg Billeter; #141241, #163255, #301730]
	* Set title of loading page to the address, iff the page was blank [#115337, #171622]
	* Also ellipsise the menu entries in the toolbar overflow menu
	* Don't crash in case the backgrounds applet desktop file is not found
	* Print a less techy message if	someone tries to print to PDF [Martin Kretzschmar
	* Preserve the selection when switching tabs [#155824]
	* Maybe fix crash with gtk 2.7 [#309918]

Contributors to this release were Jürg Billeter, Martin Kretzschmar
and Christian Persch.

Updated translations:

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* <unknown> (es)
	* Ivar Smolin (et)
	* Ankit Patel (gu)
	* Gabor Kelemen (hu)
	* Žygimantas Beručka (lt)
	* Terance Edward Sola (nb)
	* Reinout van Schouwen (nl)
	* Terance Edward Sola (no)
	* Marcel Telka (sk)
	* Clytie Siddall (vi)
	* Liu Songhe (zh_CN)

Updated document translations:

	* Francisco Javier F. Serrador (es)


==============
Epiphany 1.7.2
==============

Changes

	* Implement zeroconf-discovered bookmarks [#144969]
	* Reload local files on change [#300040]
	* Error pages! Requires Gecko 1.8 to work
	* Find: if the string includes uppercase letters, search case-sensitively.
	* Work with DBUS 0.34 [#306626, #306565]

Bug fixes

	* Uppercase letters shouldn't break history autocompletion [#308236]
	* Fix gcc4 warnings
	* Show URI in status bar when selecting Back/Forward/Up menu items [#161710]
	* Fix link activation while finding
	* Miscellaneous fixes: #307675, #306110, #307831, #307818, #151037.

Contributors to this release: Piers Cornwell, Crispin Flowerday, Adam Hooper,
Bastien Nocera, Jean-François Rameau, Reinout van Schouwen, Raphaël Slinckx,
and Matthew P. Thomas.

Updated translations by Vladimir Petkov (bg), Miloslav Trmac (cs),
Martin Willemoes Hansen (da), Hendrik Richter (de), Nikos Charonitakis (el),
<unknown> (es), Ivar Smolin (et), Ignacio Casal Quinteiro (gl),
Takeshi AIHANA (ja), Terance Edward Sola (nb), Reinout van Schouwen (nl),
Terance Edward Sola (no), Marcel Telka (sk), Данило Шеган (sr, sr@Latn),
Clytie Siddall (vi), Liu Songhe (zh_CN) and Ching-Hung Lin (zh_TW)


==============
Epiphany 1.7.1
==============

Highlights:

	* Integrated Python bindings
	* Find toolbar

Other changes:

	* Numerous improvements and UI enhancements
	* Numerous bugs fixed: #152482, #306169, #303922, #168295, #305788,
	  #124236, #305767, #301153, #304992, #173000, #301044, #159767,
	  #152490, #167319, #301093, #301065, #301048, #136288, #155395,
	  #300452, #171179, #171657, #170493, #170493, #171197, #167657,
	  #162748, #169833, #170353, #118107, #169956, #169956, #169039.


Contributors: Paolo Borelli, Colin Gibbs, James Henstridge,
Martin Kretzschmar, Thom May, Christian Persch, Jean-François Rameau,
Sjoerd Simons and Raphaël Slinckx.

New and updated translations by Vladimir Petkov (bg), Miloslav Trmac (cs),
Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA),
David Lodge (en_GB), <unknown> (es), <unknown> (eu), Pauli Virtanen (fi),
Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Gabor Kelemen (hu),
tunggul arif siswoyo (id), Francesco Marletta (it), Takeshi AIHANA (ja),
Changwoo Ryu (ko), Terance Edward Sola (nb), <unknown> (ne),
Reinout van Schouwen (nl), Terance Edward Sola (no), GNOME PL Team (pl),
Afonso Celso Medina (pt_BR), Steve Murphy (rw), Laurent Dhima (sq),
Данило Шеган (sr), Christian Rose (sv), Baris Cicek (tr), Clytie Siddall (vi),
Liu Songhe (zh_CN) and Ching-Hung Lin (zh_TW).
2005-10-14 21:47:59 +00:00