Commit graph

4374 commits

Author SHA1 Message Date
markd
86037f6f5f Update to KDE 3.3.1
Changes:
* Quanta Plus
  o VPL: enable VPL on KDE 3.3.x
  o show (again) the full filename in a tooltip
  o don't crash if the preview widget is closed with a JavaScript command
    from the code itself
  o possible crash on startup fixed
  o don't try to autofill a closing tag for non-xml tags
  o when opening a Quanta 3.2 project set the upload status of the files
    to "When Modified" not to "Never"
  o when adding files to a project, use the upload status of the parent
    directory for the newly added file
  o fix the Save As.. behavior (it defaulted to some strange directories,
    depending on the active treeview, selected directory, etc.)
  o update the modified status text/icon when using Save All
  o always find the right action to edit, even if there are more actions
    with the same user visible name
  o don't change the template description if writing to the .dirinfo file
    fails (usually for global templates)
  o fix creation of new template directories (template type was stored
    incorrectly)
  o display the user-readable template type in every dialog
  o fix the Konqueror launch in meinproc.kmdr
  o fix open dialog in checkxml.kmdr: use the the folder selection dialog
    to select folders
  o improvement: don't show the project toolbar when no project is loaded
  o improvement: support loading of more than one toolbar at a time
  o improvement: don't ask for toolbar saving if the toolbar names was
    modified by Quanta to add (1), (2), etc. at the end
  o improvement: disable the Quanta Template page in properties if you
    don't have writing rights to the directory
  o improvement: show the user-readable template description for every
    template file, not just the directories.
  o improvement: don't allow to change the template type in the properties
    of a file as it's valid per-directory.
* Kommander
  o output from ExecButton wasn't sent to standard output
* KLinkStatus
  o enable the hide toolbar menu item in the toolbar context menu (and
    don't crash with KDE 3.3.0 when you right click on the toolbar)
2004-10-13 12:05:51 +00:00
reed
62071c8b2f RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.

So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.

This should have no changes to use before.

Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
2004-10-11 22:14:51 +00:00
abs
05cc642fed Update jakarta-tomcat to 5.0.28.
Also, work around a horrible interaction with the gzip in NetBSD
    2.0 (at least RC4). If gzip is used in a pipeline the tarfile
    fails to extract (PR bin/27228)

Changes since 5.0.27:
     General
       fix        30239: Updated IIS how-to to link to Wiki page with
                  instrutions for IIS 5 and IIS 6 configurations. (yoavs)
       fix        30238: Replaced isapi_redirector.dll isapi_redirect.dll
                  in installation script for consistency. (yoavs)
       fix        29584: Enhanced and clarified JNDI documentation.
                  (yoavs)
       fix        30245: Corrected Connector documentation to list
                  "address" as a common attribute. (yoavs)
       fix        29826: Modified setclasspath.bat exit code to 1.
                  (yoavs)
       update     Updated status page, mostly rewritten. (yoavs)
       update     Updated Jakarta-Commons dependencies: BeanUtils to 1.7.0,
                  Collections to 3.1. (yoavs)
       update     Removed classic compiler directives from Ant build, as we
                  use modern anyways. (yoavs)
       update     Modified RELEASE-PLAN-5.0.html to indicate status given
                  start of work on Tomcat 5.next. (yoavs)
       update     Added command lines utilities version.sh, version.bat to
                  let you know what version is installed. (funkman)

     Catalina
                  30602: Subject is not available during the first call
       fix        to the servlet which use the basic authentication
                  (jfarcand)
       fix        29831: Added support for Boolean property to
                  BeanFactory. (yoavs)
       fix        28875: Made ErrorReportValve use UTF-8 encoding by
                  default. (yoavs)
       fix        30325: Only set CATALINA_HOME if not already set (in
                  bin/catalina.sh). (yoavs)
       fix        30144: Made SSIServlet check resource MimeType before
                  using text/html and UTF-8 default. (yoavs)
                  29406: Made JAASRealm configurable as to whether it
       fix        should use the context ClassLoader or the default
                  ClassLoader by adding a useContextClassLoader boolean
                  attribute. (yoavs)
                  If ServletResponse.getWriter() is called and no char
                  encoding has been specified, set response char encoding to
       fix        default (ISO-8859-1) so that it is reflected in
                  getContentType() and Content-Type header, as required by
                  the Servlet Spec (Bugtraq 6152759) (luehe)
       fix        29869: Better JMX/JSR77 support in StandardContext and
                  StandardWrapper. (remm)
       update     Fixed broken link to JK documenration from AJP Connector
                  reference page. (yoavs)
       fix        30587: Typo in ExtendedAccessLogValve. (yoavs)
       fix        30561: Broken restart of NamingService. (yoavs)
       fix        29668: NPE in HostConfig, directory created for
                  deployed WAR instead of xml file. (yoavs)
       fix        30179: Improved Bootstrap catalina.properties
                  handling. (yoavs)
       fix        30762: Servlet#destroy was called before
                  contextDestroyed. (yoavs)
       fix        30650: Added explicit comments on session equals()
                  implementation. (yoavs)

     Coyote
       fix     30770: Check that the browser actually sent a user-agent
               header before using it. (billbarker)
               Default charset not included in Content-Type response header
       fix     if no char encoding was specified (see Bugtraq 6152759).
               (luehe)

     Jasper
       fix     29971: Commented out page directive is parsed. (luehe)
       fix     30067: 'Scripting elements are disallowed here' exception
               behind scriptless tag. (luehe)
       fix     30073: NPE when compiling .jspx with broken xml format in
               jspcmode. (luehe)
       fix     30291: Smap for a tag should not include its body.
               (kinman)
       fix     30289: Incorrect Smap for multiple line java expression.
               (kinman)

     Cluster

     Webapps
       fix     29779: Admin/Examples SetCharacterEncodingFilter wrong
               package. (yoavs)
       fix     30354: manager-howto.xml used wrong Ant task. (yoavs)
2004-10-11 21:15:48 +00:00
tron
0ba3d0dfba Build with "-DNOGLOB" on platforms which don't have "/usr/include/glob.h"
like IRIX. This should fix PR pkg/27204 by Georg Schwarz.
2004-10-11 18:06:31 +00:00
jdolecek
83bb61d8ab fix the MAINTAINER link (tech-pkg@, not tech-kern@) 2004-10-09 16:48:56 +00:00
simonb
aa135171b5 Upgrade to version 20040914 - lots of new ad pattern updates. 2004-10-08 05:14:06 +00:00
jmmv
c8468696e2 Update to 1.4.3:
Epiphany 1.4.3
==============

Bug fixes

* Fix compilation with gtk+ 2.4.x.

Epiphany 1.4.2
==============

Bug fixes

* Set dialogs icon to default ephy icon (Christian)
* Fix slow resize of the window with many tabs (Christian)
* Don't allow activation of the hidden menubar
  in print preview mode. (Christian)
* Recognise "Desktop" special downloads directory. (Christian) [#152926]
* Backwards compatibility with old mozilla plugins
  location (Marco)

Translation updates

* Changwoo Ryu (ko)
* Gareth Owen (en_GB)

Epiphany 1.4.1
==============

Code changes

* Adapt to mozilla API changes (Christian)

Bug fixes

* Auto-check new topics (Marco) [#151925]
* Don't accept dragged toolbar items from other apps (Marco) [#152388]
* Fix toolbar overflow menu items (Christian) [#151648]
* Fix for too small tab close buttons (Marco) [#144772]
* Enable conversion for favicon downloads (Marco) [#152866]
* Fix overflow in remaining time calculation (Jhon Spray, Marco) [#153136]
* Fix some mem leaks (Christian)
* Fix ephy-bookmarks.h header (Christian) [#153766]
* Fix compiler warnings (Christian)

Translation updates

* Adam Weinberger (en_CA)
* Olivier Cortes (fr)
* Francesco Marletta (it)
2004-10-07 16:14:18 +00:00
heinz
d2eb44c14d Provide a value 'yes' for USE_DB185. This lets p5-DB_File find the
correct libraries to link with db3 and db4.
2004-10-06 23:27:19 +00:00
abs
4f1f49210b Regen distinfo after squid-2.5.6nb3/squid-2.5.STABLE6-client_db_gc.patch
changed.
-+      debug(49, 1) ("clientdbGC: Removed %d entries\n", cleanup_removed);
++      debug(49, 2) ("clientdbGC: Removed %d entries\n", cleanup_removed);
2004-10-06 08:06:37 +00:00
abs
450ef16d7a commit PLIST missed in last 2004-10-05 18:32:47 +00:00
abs
7d8bb12bb6 Heaven help me, I'll take maintainership on this for now. 2004-10-05 16:55:30 +00:00
abs
00b3b69285 Update galeon to 1.3.17:
- Works with Mozilla 1.4 through 1.8a2 and trunk
    - Support printing with Xprint
    - Get rid of the startup script; you need to update your scripts
      if you have been using galeon-bin directly
    - Add saved files in recent-files list for easy access
    - Add support for vfolders of bookmarks.
    - Restore the 'Reload Frame' context menu item
    - Add progress dialog when printing.
    - Don't copy the history of the old tab, when creating an
      unrelated new tab
    - Support the new GNOME 2.8 mime type system
    - lots of other bug fixes

Also include fix for http://bugzilla.gnome.org/show_bug.cgi?id=153693
2004-10-05 16:54:29 +00:00
grant
826e2e61ab bring across a patch in Firefox for using thread-safe resolver library
functions on NetBSD >=2.0F.
2004-10-04 11:52:09 +00:00
wiz
5be6a53566 Update to 0.10.1, for security fix.
No prebuilt binaries for Solaris or NetBSD available yet;
for NetBSD, point to MOZILLA_USE_LINUX.
2004-10-04 11:28:45 +00:00
grant
6045fe12fd commit a patch for using thread-safe resolver library functions on
NetBSD >=2.0F - I've been running with it for months on -current
without any problems.
2004-10-04 09:15:29 +00:00
grant
b80c1c76b4 update to Firefox 0.10.1, bugfix for a security issue:
http://www.mozilla.org/press/mozilla-2004-10-01-02.html
2004-10-04 09:11:30 +00:00
taca
7157ee9073 - Enable --enable-arp-acl configure option on FreeBSD, Linux and SunOS.
- Add 9 official patches.

Bump package revision, squid-2.5.6nb3.

* 2004-09-30 09:28 (Minor) CARP ignores cache_peer_domain/cache_peer_access
* 2004-09-27 18:23 (Minor) balance_on_multiple_ip squid.conf directive
* 2004-09-27 18:10 (Minor) Race window and poor responsiveness to aborted
  CONNECT requests
* 2004-09-25 21:42 (Cosmetic) Support the --program-prefix and other program
  name transforms
* 2004-09-25 21:08 (Cosmetic) Document the caseinsensitive basic auth option
* 2004-09-25 20:57 (Cosmetic) ncsa_auth is sensitive on line ending format
* 2004-09-25 12:00 (Medium) Add support for arbitrary headers acess controls
* 2004-09-26 21:22 (Minor) Limit internal send/receive buffers
* 2004-09-25 09:55 (Cosmetic) arp acls is supported on FreeBSD these days..
2004-10-03 16:06:18 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
reed
24c40c044b Sort the share/httpd/manual entries in the PLIST.
Added 35 share/httpd/manual entries to PLIST. Most are .ko.euc-kr,
.ko, ja.euc-jp, and .ja files.

I don't know when these were added.

Bump PKGREVISION because now package has several more files.
2004-10-02 16:38:38 +00:00
reed
eda12ddc4e Just added a comment to remember to look at removing PKGREVISION
for devel/apr when updating the apache2 version.
2004-10-02 15:54:29 +00:00
reed
dd02b781a2 Update apache to apache-2.0.52.
Also added comment to www/apache2/Makefile.common to remind to
update checksum in devel/apr also.

No actual devel/apr changes seen.

Also removed www/apache2/patches/patch-ab because it is identical to
fix for security in new version.

Changes with Apache 2.0.52
  *) Use HTML 2.0 <hr> for error pages. PR 30732 [André Malo]
  *) Fix the global mutex crash when the global mutex is never allocated
     due to disabled/empty caches. [Jess Holle <jessh ptc.com>]
  *) Fix a segfault in the LDAP cache when it is configured switched
     off. [Jess Holle <jessh ptc.com>]
  *) SECURITY: CAN-2004-0811 (cve.mitre.org)
     Fix merging of the Satisfy directive, which was applied to
     the surrounding context and could allow access despite configured
     authentication.  PR 31315.  [Rici Lake <rici ricilake.net>]
  *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
     is enabled.  Previously, such urls would still be rejected.
     [Jeff Trawick, Bill Stoddard]
  *) mod_mem_cache: Fixed race condition causing segfault because of memory being
     freed twice, or reused after being freed.
     [J. Clar, W. Stoddard, G. Ames]
  *) Add -l option to rotatelogs to let it use local time rather than
     UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]
  *) mod_log_config: Fix a bug which prevented request completion time
     from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
     processing.  PR 29696.  [Alois Treindl <alois astro.ch>]
2004-10-02 15:47:02 +00:00
reed
6061d5b597 Sort include files in PLIST. This makes it easier when
checking for PLIST changes when updating.

No changes to PLIST entries.
2004-10-02 15:37:57 +00:00
wiz
b925db5438 Add and enable firefox-gtk2-bin-java. 2004-10-01 19:21:19 +00:00
wiz
309b22f0a9 Initial import of java plugin package for firefox-gtk2-bin. 2004-10-01 19:20:33 +00:00
wiz
f6fb6c0dc7 Prepare for firefox-gtk2-bin-java package, and fix comment and a bug in
the binary package.
2004-10-01 19:20:27 +00:00
rh
09c807e371 Add and enable gtkhtml30 2004-10-01 12:49:07 +00:00
rh
b501248d4f Re-import gtkhtml-3.0.10 as gtkhtml30. 2004-10-01 12:48:04 +00:00
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
wiz
45e52ed743 Remove strange use of buildlink-internal cc wrapper.
Closes PR 27072; test-built on 2.0_BETA which has gcc3,
so the comment above the removed chunk seems incorrect.
2004-09-29 21:17:52 +00:00
rh
3ea3b35c0c Respect MOZILLA_USE_LINUX settings. 2004-09-28 23:39:59 +00:00
rh
353ede5bdc add and enable firefox-gtk2-bin-flash 2004-09-28 23:00:30 +00:00
rh
dc1f84c7af Initial import of firefox-gtk2-bin-flash-6.0.79, a Flash Player plugin for
firefox-gtk2-bin.
2004-09-28 22:59:30 +00:00
rh
907f127821 Factor out a Makefile.common so this can be used for firefox-gtk2-bin and
firefox-gtk2-bin-nightly as well.
2004-09-28 22:58:49 +00:00
erh
099c5ea404 Not all ap-* packages are apache1. Some work for either apache so don't force
a conflict.
2004-09-28 17:59:55 +00:00
jdolecek
5e5544ddbe Update php4 package to bug-fix release 4.3.9.
Changes since 4.3.8:
* fixes to GPC input processing
* bundled GD extension synced with 2.0.28, re-introducing write support
  for GIF (patent expiration worldwide)
* Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
  exhaustion
* Fixed strip_tags() to correctly handle '\0' characters.
* Rewritten UNIX and Windows install help files.
* Fixed a file-descriptor leak with phpinfo() and other 'special' URLs.
* Fixed possible crash inside php_shutdown_config().
* Fixed isset crashes on arrays.
* Fixed imagecreatefromstring() crashes with external GD library.
* Fixed fgetcsv() parsing of strings ending with escaped enclosures.
* Fixed overflow in array_slice(), array_splice(), substr(), substr_replace(),
  strspn(), strcspn().
* Fixed '\0' in Authenticate header passed via safe_mode.
* Allow bundled GD to compile against freetype 2.1.2.

All in all this release fixes over 50 bugs that have been discovered
and resolved since the 4.3.8 release.
2004-09-28 12:41:13 +00:00
jmmv
9b5d7087cd Let this build with Mozilla 1.7.3. Fixes PR pkg/27025. 2004-09-25 17:59:08 +00:00
tv
bd1c22bbe3 There's no need for a privoxy-user prerequisite package. The build of
privoxy actually doesn't require the userid to exist at all.  Simply whack
the validity checks from configure.in, move PKG_USERS/PKG_GROUPS to the
main privoxy package, and all works fine.

(Similar to the modifications originally needed for Mailman, but in that
case, the numeric user IDs were also embedded in the binaries.  Fortunately,
that is not the case here.)
2004-09-24 14:08:36 +00:00
jmmv
2c43868be7 Update to 1.2.1:
* Fixes:

- Fix a bug which prevented the user from logging into the server (Todd).
- Fix a crash when editing preferences (#151940) (Todd).
- Plug a memory leak when loading user pictures (Todd).
- Clarify auto-format tooltip (#151388) (Todd).
- Include date information in Drivel's draft format (Davyd).

* Translations:

- Added Japanese translation (Satoru Satoh).
- Added Punjabi translation (Amanpreet Singh Alam).
- Updated Czech translation (Miloslav Trmac).
- Updated Canadian English translation (Adam Weinberger).
- Updated Brazilian Portuguese translation (Estêvão Samuel Procópio).
- Updated Albanian translation (Laurent Dhima).
- Updated Dutch translation (Elros Cyriatan).
- Updated British translation (David Lodge).
2004-09-24 08:59:12 +00:00
tron
1c3ab32f15 Apply fix for security vulnerability in proxy module reported in
CAN-2004-0492. Bump package revision package of this.
2004-09-24 06:04:00 +00:00
kim
ab276d8582 Upgrade to wml 2.0.9.
The ChangeLog from 2.0.3 is really huge, so I'm not including it here.
2004-09-24 00:58:30 +00:00
grant
cd070eefaa update checksum for patch-ab (hi, reed!) 2004-09-23 22:51:52 +00:00
reed
75bc24169f Add patch for Apache security issue.
2.0.51 had a regression where the Satisfy directive could take
effect for different directories (and could bypass some access
control).

This patch is direct from Apache.

Also bumped the package revision.
2004-09-23 21:07:25 +00:00
kim
a0ced86510 Upgraded privoxy to 3.0.3
--------------------------------------------------------------------------
ChangeLog for Version 3.0.3:
--------------------------------------------------------------------------

- Fixed yet another two memory leaks. Process growth looks stopped now.
- Further tightened security against malicious toggle-off links.
- Excluded text/plain MIME types from filtering. This fixes a
  couple of client-crashing, download corruption and
  Privoxy performance issues, whose root cause lies in
  web servers labelling content of unknown type as text/plain.
- Assorted fixes for POSIX compliance, signal handling, graceful
  termination, compiler warnings, OSX support, Win32 systray,
  error logging, hostname wildcards, correct detection of NetBSD.
- Workarounds for client (iTunes etc) and server (PHP < 4.2.3) bugs
  including the notorious "blank page" problem.
- Various filter improvements; most notably the unsolicited-popups
  filter became less destructive
- Major revamp of the actions file
2004-09-22 16:09:57 +00:00
tron
2a4a138fa0 Fix distribution filenames for SunOS. 2004-09-22 14:18:22 +00:00
tron
590a2f9371 Readd Solaris x86 to list of support platforms. 2004-09-22 14:13:37 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
d4cadff527 Update to 1.4.0:
=========================
Epiphany Extensions 1.4.0
=========================

New extensions

	* Smart bookmarks extension, written by Jean-François Rameau
	* Page info extension, written by Adam Hooper
	* CSS Stylesheet extension, written by Adam Hooper

Translation updates

	* Changwoo Ryu (ko)


=========================
Epiphany Extensions 1.1.4
=========================

New extensions

	* Tab grouping extension, written by Justin Wake

Translation updates

	* Xavier Conde Rueda (ca)
	* Laurent Dhima (sq)


=========================
Epiphany Extensions 1.1.3
=========================

Code changes

	* Minor cleanup of certificates extension (Christian)
	* Make gestures extension support unloading/reloading (Adam)

Updated translation:

	* Changwoo Ryu (ko)


=========================
Epiphany Extensions 1.1.2
=========================

Updated translations

	* Francisco Javier F. Serrador (es)
	* Gabor Kelemen (hu)
	* Laurent Dhima (sq)
	* Rostislav Raykov (bg)


=========================
Epiphany Extensions 1.1.1
=========================

Removed features:

	* Popup blocker. It is now integrated in Epiphany. (Adam)
	* Removed support for mozilla < 1.7 (Christian)

Code changes

	* Ported to mozilla embed strings (Christian) [#144237]
	* Fix C99-ism in error viewer (Adam) [#144053]

Bug fixes

	* Fix crash when closing the last window (Christian) [#144850]
	* Fix includes (Adam) [#143818]


Translations

	* Rostislav Raykov (bg)
	* 相花 毅 (ja)
	* Estêvão Samuel Procópio (pt_BR)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)


=========================
Epiphany Extensions 1.1.0
=========================

Code changes

	* Adapt to Epiphany API changes (Christian)
	* Portability fix for FreeBSD (Christian, taken from FreeBSD ports)
	* Adapt to mozilla API changes (Christian, Adam)
	* Refactored link checker (Adam)
	* Use public epiphany API to get at the statusbar security icon (Christian)

Bug fixes

	* Build fixes (Christian, Adam)
	* Mem leak fix (Christian)
	* Fix link checker stuck busy cursor (Adam)
	* Fix handling of invalid encodings (Adam)
	* Fix stupid bug, connect to the right signal on tab-remove (Christian)

Translations

	* Xavier Conde Rueda (ca)
	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Francesco Marletta (it)
	* Žygimantas Beručka  (lt)
	* Reinout van Schouwen (nl)
	* GNOME PL Team (pl)
	* Duarte Loreto (pt)
	* Dmitry G. Mastrukov (ru)
	* Christian Rose (sv)
	* Yuriy Syrota (uk)
	* Pablo Saratxaga (wa)
	* Liu Songhe (zh_CN)
2004-09-21 17:21:53 +00:00
jmmv
d3d1b528cb Update to 1.4.0. This version corresponds to GNOME 2.8.0.
==============
Epiphany 1.4.0
==============

Bug fixes

	* Fix invisible status icon (Christian) [#151501]

Documentation updates

	* Document popup window functionality (Adam) [#145412]

Translation updates

	* Abdulaziz Al-Arfaj (ar)
	* Vladimir "Kaladan" Petkov (bg)
	* Progga (bn)
	* Kenan Hadžiavdić (bs)
	* Jordi Mallach (ca)
	* Dafydd Harries (cy)
	* Ole Laursen (da)
	* Nikos Charonitakis (el)
	* Hasbullah Bin Pit (ms)
	* Kjartan Maraas (nb)
	* Pawan Chitrakar (ne)
	* Reinout van Schouwen (nl)
	* Åsmund Skjæveland (nn)
	* Kjartan Maraas (no)
	* Estêvão Samuel Procópio (pt_BR)
	* Isriya Paireepairit (th)
	* Ercin Eker (tr)
	* Mugurel Tudor (ro)
	* Ching-Hung Lin (zh_TW)


==============
Epiphany 1.3.8
==============

Code changes

	* Track mozilla API change on 1.7 branch (Christian)

Bug fixes

	* Make save-as obey lockdown key (Christian) [#151039]
	* Correct stored tab positioning after tab_added signal (Justin Wake)
	* Fix for bookmarks on main toolbar (Christian) [#151267]
	* Fix signal handler return values for popup_menu signal (Christian)
	* Fix crash on print to filename with nonabsolute path (Christian) [#148849]

Documentation

	* Added japanese translation of the manual, translated by 佐藤 暁 (SATOH Satoru)

Translation updates

	* Ole Laursen (da)
	* Christian Neumair (de)
	* Nikos Charonitakis (el)
	* Iñaki Larrañaga Murgoitio (eu)
	* Ankit Patel (gu)
	* Gurban Mühemmet Tewekgeli (tk)


==============
Epiphany 1.3.7
==============

Bug fixes

	* Fix crash when loading a bookmark from the menu (Christian) [150982]

Translation updates

	* Francisco Javier F. Serrador (es)


==============
Epiphany 1.3.6
==============

Bug fixes

	* Fix mozilla components path (Marco) [#150358]
	* Fix default horizontal scroll wheel action (Christian) [#148557]
	* Fix for newer libtools (Christian) [#150673]
	* Keep passwords list in pdm dialogue up-to-date (Christian) [#150296]
	* Fix warning when moving tabs between windows (Christian) [#150822]
	* Partially fix bookmarks menu speed issue (Christian) [#150822]
	* Fix bookmarks menu hierarchy and auto-updating (Christian)
	  [#147470, #147786, #150246]
	* Change bookmarks hierarchy separator (Christian) [#149150]
	* Also pop up context menus with menu key (Christian) [#149150]

New and updated translations:

	* Mətin Əmirov (az)
	* Vladimir "Kaladan" Petkov (bg)
	* Kenan Hadžiavdić (bs)
	* Pauli Virtanen (fi)
	* Dvornik László (hu)
	* Takeshi AIHANA (ja)
	* Kjartan Maraas (nb)
	* GNOME PL Team (pl)
	* Laurent Dhima (sq)
	* Christian Rose (sv)
	* Jayaradha N (ta)
	* Maxim Dziumanenko (uk)


==============
Epiphany 1.3.5
==============

Code changes

	* Get rid of the startup script, and use rpath linking instead
	  (ported from galeon)
	* Adapt to changed mozilla APIs (Christian)

Bug Fixes

	* Fix application name i18n (Christian) [#148948]
	* Some mem leak fixes (Jean-François Rameau)
	* Fix restoring the history window on resume (Christian)
	* Fix dragging of urls which gnome-vfs can't handle (Christian)
	* Fix new tab positioning when opening tabs from drags (Christian)
	* Make keyword search URL localisable (Christian) [#144909]
	* Fix crash in ellisising label (Christian) [#149114]
	* Sort topics by name in bookmark properties dialogue
	  (Christian Neumair) [#149639]
	* Fix some compiler warnings (Christian)
	* Fix compilation with gcc 2.95 (Christian)
	* Fix context menu on links with namespaced tag (Mikael Brockman) [#150208]

Translation updates

	* Arafat Medini (ar)
	* Mətin Əmirov (az)
	* Vladimir Petkov (bg)
	* Miloslav Trmač (cs)
	* Martin Willemoes Hansen (da)
	* Adam Weinberger (en_CA)
	* Gareth Owen (en_GB)
	* Francisco Javier F. Serrador (es)
	* Pauli Virtanen (fi)
	* Christophe Merlet (RedFox) (fr)
	* Alastair McKinstry (ga)
	* Ravishankar Shrivastava (hi)
	* Laszlo Dvornik (hu)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Hasbullah Bin Pit (ms)
	* Reinout van Schouwen (nl)
	* Åsmund Skjæveland (nn)
	* GNOME PL Team (pl)
	* Duarte Loreto (pt)
	* Estêvão Samuel Procópio (pt_BR)
	* Mugurel Tudor (ro)
	* Dmitry G. Mastrukov (ru)
	* Laurent Dhima (sq)
	* Danilo Segan (sr, sr@Latn)
	* Maxim Dziumanenko (uk)
	* Liu Songhe (zh_CN)


==============
Epiphany 1.3.4
==============

Code changes

	* Add mime types to .desktop file (Xan)
	* Simplify proxy PAC handling (Christian)
	* Reworked node views (Marco)
	* Adapt to mozilla API change (Christian)
	* Don't use -include which isn't portable (Christian) [#143094]
	* Fix signedness warnings with gcc 3.5 (Jon Oberheide)
	* Misc popup blocker code cleanup (Adam)

Bug Fixes

	* Fix downloader crash on shutdown (Marco) [#141928]
	* Fix mem leaks in gtk NSS dialogues (Christian, ported from galeon)
	* Fix crash when importing bookmarks from mozilla (Marco) [#145611]
	* Gracefully handle inability to create downloads directory
	  (Marco) [#146902]
	* Fix profiler output for times > 1 s (Christian, ported from galeon)
	* Fix crash in the new bookmark dialogue with deleted topics
	  (Marco) [#144770]
	* Use our stock icon for the downloader icon in tray (Christian)
	* Fix dialogue title of Save Link As filechooser (Christian) [#138208]
	* Correctly update toolbar's not-removable flag (Christian)
	* Fix mem leak from toolbars model (Christian)
	* Fix non-ascii topic titles in the bookmarks menu (Christian) [#147469]
	* Fix download directory chooser initial directory (Christian) [#146055]
	* Confirm overwriting file from content handler (Christian) [#143501]
	* Fix crash when screen size changes after using fullscreen (Christian)
	* Fix print-to-file filechooser modality (Christian) [#147628]

New and updated translations:

	* Владимир Петков (bg)
	* Miloslav Trmač (cs)
	* Christian Neumair (de)
	* Francisco Javier F. Serrador (es)
	* Νίκος Χαρωνιτάκης (el)
	* Gareth Owen (en_GB)
	* रविशंकर श्रीवास्तव (hi)
	* 相花 毅 (ja)
	* Changwoo Ryu (ko)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (no)
	* GNOME PL Team (pl)
	* Duarte Loreto (pt)
	* Laurent Dhima (sq)


==============
Epiphany 1.3.3
==============

New features

	* Lockdown: disable_quit, disable_new_window,
	  first_window_fullscreen (Christian, Christopher James Lahey)

Interface changes

	* Sort history items by last visit
	* Improve bookmarks toolbar direct manipulation (Marco)

Bug Fixes

	* Fix print dialog filename encoding (Christian)
	* Fix some memory leaks (Xan, Christian)

New Translations:

	* רועי קרשטיין, גיל אשר (he)

Updated Translations:

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Ole Laursen (da)
	* Nikos Charonitakis (el)
	* Gareth Owen (en_GB)
	* Francisco Javier F. Serrador (es)
	* Gil Osher (he)
	* Laszlo Dvornik (hu)
	* Takeshi AIHANA (ja)
	* Estêvão Samuel Procópio (pt_BR)
	* Laurent Dhima (sq)

==============
Epiphany 1.3.2
==============

Bug fixes

	* Fix crash when download finishes (Xan)

Translations

	* Xavier Conde Rueda (ca)


==============
Epiphany 1.3.1
==============

New features

	* Load extensions from ~/.gnome2/epiphany/extensions too (Ross Burton) [#143835]
	* Allow importing of our own bookmarks format (Christian) [#144699]
	* Support for working offline (Christian)
	* Integrated popup blocking (Adam)

Removed features

	* Removed support for mozilla 1.6 (Marco)

Interface changes

	* Append new tabs to the end instead of grouping them (Marco)
	* Add "New Topic" button to the New Bookmark dialogue (Marco) [#110640]
	* Improved import and presentation of hierarchical bookmarks (Marco)
	* Implemented "Open in tabs" from toolbar topics (Marco) [#108143]
	* New tab load animation (Christian)
	* Reordering of bookmarks on toolbar by DND (Marco)
	* Add Open In Tabs to toolbar topics (Marco)
	* Add context menus for bookmarks and topics on toolbars (Marco)
	* Use Blank Page icon as default icon (Marco)
	* Add mim-type icon in downloader (Xan)

Code changes

	* Ported to mozilla embed strings (Marco, Christian, Xan)
	* Moved external protocol handler prefs to js file (Marco)
	* Disabe xpinstall by default (Christian) [#144035]
	* Separate bookmarks from other toolbars (Christian, Marco)
	* Implement popup-blocked signals (Adam) [part of #111930]
	* Includes cleanup (Marco)
	* Allow custom types in the permissions manager (Christian)
	* EphyNode ID cleanups (Marco)
	* Simplify printing code (Marco)
	* Track mozilla trunk API changes (Christian)

Bug fixes

	* Fixed "Exit Fullscreen" popup position in RTL locales (Christian) [#140828]
	* Fix filechooser default name in !modeSave mode (Christian)
	* Fix webcal: uris (Marco) [#143899]
	* Don't hide clipboard actions on input context (Marco) [#139040]
	* Fix CSS background context menu (Crispin Flowerday) [#143602]
	* Retain custom data when moving toolbar items around (Marco)
	* Fix spinner in gradient themes (Crispin Flowerday) [#134686]
	* Escape some strings when using them in labels with markup
	  (Crispin Flowerday, Christian)
	* Fix reload of framed pages not to go to top url (Christian) [#115800]
	* Use generic name in .desktop file (Marco) [#144284]
	* Fix Control-L location bar activation (Christian) [#144191]
	* Hide non-toplevel urls from history (Christian) [#142143]
	* Fix crash with confused toolbars file (Christian) [#144698]
	* Fix toolbar visibility after fullscreen (Christian) [#144785]
	* Fix serials on files with 2 extensions (.tar.gz) (Xan)
	* Always show menubar on F10 (Christian) [#141999]
	* Fix context menu on form elements (Christian) [#143942]
	* Fix display of IDN domain names for cookies and password (Christian) [#130930]
	* Unescape email address when copying to clipboard (Christian) [144462]
	* Don't delete bookmark when dragging to a tab (Marco) [#145254]

Documentation translations

	* New translation of documentation into spanish
	  by Francisco Javier F. Serrador

Translations

	* Mətin Əmirov (az)
	* Владимир Петков (bg)
	* Miloslav Trmač (cs)
	* Christian Neumair (de)
	* Ole Laursen (da)
	* Νίκος Χαρωνιτάκης (el)
	* Alexander Winston (en_CA)
	* Gareth Owen (en_GB)
	* 相花 毅  (ja)
	* Reinout van Schouwen (nl)
	* GNOME PL Team (pl)
	* Estêvão Samuel Procópio (pt_BR)
	* Marcel Telka (sk)
	* Данило Шеган  (sr, st@Latn)
	* Laurent Dhima (sq)
	* Liu Songhe (zh_CN)


==============
Epiphany 1.3.0
==============

Removed features

	* Dropped support for mozilla < 1.6 (Christian)
	* Removed nautilus view (Christian)

Interface improvements

	* Fix duplicate accesskey, use correct case for button text and make
	  message selectable in the confirm-close dialogue (Piers)
	* Use verb for action button and various minor tidy ups on the import
	  dialogue (Piers)
	* Add "Save Link As..." to Image/Link popup (Christian) [#138207]
	* Remove "Open Image in New [Tab|Window]" from the context menu
	  (Christian)
	* Remove extraneous separators in context menus (Christian) [#115897]
	* Use right capitalisation for fonts lang label in prefs (Piers)
	* Make buttons the same size in Industrial theme and make text
	  selectable in history confirm-clear dialogue (Piers)
	* Make prefs, pdm and print setup dialogues transient to their parent
	  and destroy with parent (Christian) [#139124]
	* Make warning message selectable in content handler dialogue (Piers)
	* Sort the actions in the location entry autocompletion dropdown
	  (Christian) [#139575]
	* Add Ctrl+S as an alternate accel for "Save As" (Piers) [#139415]
	* Add "Downloads" folder shortcut to our file chooser dialogues
	  (Christian)
	* HIGified confirm-overwrite dialogue (Patanjali Somayaji, Piers)
	  [#133152]
	* Make Escape cancel overwrite dialog (Piers)
	* Add some filters to the file chooser dialogues (Christian) [#139418]
	* Jump to new tabs created from command lines (Christian) [#141168]
	* Fix accelerator for OpenImage action (Christian)
	* Statusbar re-design: Move lock icon to left; hide progress bar when
	  no activity (Christian) [#137845]
	* Simplify context menu wrt. frames (Christian) [#138442]
	* Open bookmark in new tab on middle-click (Christian) [#106250]

Code changes

	* Made sure every file includes config.h (Christian)
	* Use more efficient mozilla string conversion routines (Christian)
	* Adapt to various mozilla API changes (Marco, Christian, Xan, Piers)
	* Improve chrome handling (Marco)
	* Cleanup after making EphyTab a GtkBin (Christian)
	* Some API cleanups (Adam)
	* Some comment cleanups (Adam)
	* Register stock icons (Christian)
	* Added/improved some debug output (Christian)
	* Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code
	  in the Gtk NSS dialogues (Christian)
	* Synchronise editable toolbar changes from galeon, this fixes simple
	  usage, stops crashes when dragging items to and from other
	  applications, and adds the ability to override the toolbar style
	  (Crispin Flowerday)
	* Track the active window with focus events (Christian)
	* Eliminate ExternalProtocolHandlers in favor of setting prefs to make
	  Mozilla not handle the protocols internally (Christian Biesinger)
	* Add defines for private mozilla api usage to make it easier to track
	  what we need to port to embed string and what we need to be using only
	  public api (Marco)
	* Make the statusbar's GtkTooltips publicly accessibly (Christian)
	* Clean up encoding handling (Christian)
	* Allow compilation without mozilla wallet extension (Christian)
	* Some fixes for compilation with gcc 2.95 (Christian)
	* Backport changed from the new gtkcellrendererprogress which
	  was based on ephy's, to support RTL and fix overflow bug (Christian)
	* Various solaris portability fixes (Brian Cameron, Christian)

Bug fixes

	* Remove unnecessary g_object_notify()s (Marco)
	* Fix test for toolbar removability (Christian)
	* Don't crash when draggin a toolbar separator around (Christian)
	* Make location entry not have a proxy menu item (Christian)
	* Make select-by-key support unsorted lists (Xan) [#137054]
	* Don't unref NULL icons (Christian) [#137715]
	* Fix content policy contract-ID (Christian)
	* Set window border icon on the about dialogue (Christian) [#137806]
	* Fix width of "Add" button in PDM dialogue with some themes
	  (Christian) [#137811]
	* Fix XBEL mime type for import (Marco)
	* Fixes to API documentation build (Adam, Christian)
	* Make the "Go" button actually work (Christian)
	* Fix arg type of dom_* signals to match the closure (Christian)
	* Use stock icon for "Open" on content handler dialogue
	  (Christian) [#135765]
	* Use stock icon for "Download" on content handler dialogue (Christian)
	* Fix proxy tool item disconnection on location entry (Christian)
	* Fix opening of bookmarks in new tabs when there is no existing window
	  (Christian) [#138343]
	* Fix context menu on anchors without href attribute (Christian) [#138200]
	* Make startup script work on older solarises (Christian) [#138088]
	* Fix filechooser response codes (Federico Mena Quintero) [#138263]
	* Fix compilation with -fdata-sections (Christian) [#136878]
	* Don't allow a font size less than 1 (Piers)
	* Fix bookmarks toolbar visibility in fullscreen and print preview mode
	  as well as for javascript popups (Christian) [#138520]
	* Fix link drag-and-drop to empty space on notebook (Christian) [#138902]
	* Don't abort on gconf errors, just display a message on console
	  (Christian) [#139247]
	* Make ephy-node refcount initialize to 1 and not 0 (Adam)
	* Fix various filename encoding bugs (Christian)
	* Don't quit the filechooser when selecting "No" from the confirm-
	  overwrite dialoge (Christian) [#139400]
	* Set the action's accel_path, fixes crash when dynamically assigning
	  accels (Christian) [#139641]
	* Fix saving of linked content. Don't create the directory; mozilla
	  will do it for us if necessary (Christian)
	* Make the "Files" suffix translatable (Christian)
	* Removed the ge_popup_blocked signal on EphyEmbed (Adam)
	* Do not uncompress when the type is not html (Marco) [#131778]
	* Fix chrome for new windows opened from _blank target (Marco) [#139512]
	* Fix font selection combo box issues (Christian) [#138560]
	* Fix encoding of saved content (Marco) [#141050]
	* Exit print preview mode before closing a window; fixes a crash
	  (Christian) [galeon #121298]
	* Fix crash when trying to get URL from unrealizes EphyEmbed (Marco)
	* Fix some mem and refcount leaks (Christian)
	* Always pass the cache key to the persist object so we don't re-fetch
	  the page on save (Christian) [#141652]
	* Forward download nsIAuthPrompt interface to the single sign-on prompt
	  (Christian)
	* Destroy the EphyBrowser in destroy handler, but delete it only on
	  finalize. Make public EphyBrowser methods safe for calling after
	  Destroy (Christian) [#142184]
	* Fix LD_LIBRARY_PATH in startup script never to (implicitly) include
	  current dir (Christian) [#141576]
	* Fix observer topic check for cookie "cleared" notification (Christian)
	* Fix capitalisation in filechoose filter names (Christian)
	* Emit the "tab_removed" signal also for the window's last tab
	  (Christian) [#142078]
	* Fix stupid bug which prevented compilation with gcc 3.4 (Christian)
	* Elimiate indeterminate progress (Christian) [#142303, #142305]
	* Fix toolbar editor drag icon theming bug (Crispin Flowerday)
	* Fix reload not to use forced reload by default (C. J. N. Breame) [#143365]

Documentation

	* xml docs validity fixes (Piers)
	* xml docs validity fixes (Sebastian Heinlein) [#140918]
	* Improve description of 'secure' cookies (Piers) [#136443]
	* API documentation (Adam)
	* Maintenance of 1.4 plan (Piers, Marco)
	* Update screenshots (Piers)
	* Updated Smart Bookmarks help content (Matthew Gatto) [#139616]
	* Minor updates to match UI (Piers)

Documentation translations

	* Francisco F. Serrador (es)
	* Hizkuntza Politikarako Sailburuordetza (eu)

Translations

	* عرفات المديني، تونس (ar)
	* Владимир Петков (bg)
	* Xavier Conde Rueda (ca)
	* Miloslav Trmač (cs)
	* Ole Laursen (da)
	* Alexander Winston (en_CA)
	* Gareth Owen (en_GB)
	* Iñaki Larrañaga Murgoitio (eu)
	* Francisco Javier F. Serrador (es)
	* Alastair McKinstry (ga)
	* નીરવ, અંકિત, અંકુર, અતિત, ભાવિન, કાર્તિક, ખુશ્બુ, શ્વેતા (gu)
	* Dvornik László (hu)
	* helgi (is)
	* Žygimantas Beručka (lt)
	* Åsmund Skjæveland" (nn)
	* ਅਮਨਪ੍ੀਤ ਸਿੰਘ ਅਾਲਮ (pa)
	* Duarte Loreto (pt)
	* Дмитрий Мастрюков (ru)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Ma SivaKumar (ta)
	* อิสริยะ ไพรีพ่ายฤทธิ์ (th)
	* Pablo Saratxaga (wa)
	* Liu Songhe (zh_CN)


==============
Epiphany 1.2.9
==============

Code changes

	* Drop support for Mozilla 1.8a2
	* Support for Mozilla 1.8a3 and 1.8a4

Bug fixes

	* Fix default horizontal scroll wheel action (Christian) [#148557]
	* Fix glade symbol lookup with newer libtools (Christian) [#150673]
	* Pop up context menu with menu keys too (Christian) [#150830]
	* Fix printing to file with a non-absolute path (Christian) [#148849]
	* Fix session file remove command (Christian)

Translations

	* Iñaki Larrañaga Murgoitio (eu)
	* Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu)
	* Isriya Paireepairit (th)
2004-09-21 17:07:58 +00:00
jmmv
6e9a9f5a08 Update to 3.2.1. This version corresponds to GNOME 2.8.0.
gtkhtml-3.2.1 "Gone stable" 2004-09-10
------------------------------------------------

New in this release

   * Updated translations:
	el (Nikos Charonitakis)
	cs (Miloslav Trmac)
	it (Luca Ferretti)
	ta (Jayaradha)
	ms (Hasbullah Bin Pit)
	sq (Laurent Dhima)

gtkhtml-3.2.0 "Going stable" 2004-08-26
------------------------------------------------

New in this release

   * make sure backstore pixmap has a colormap (Robert McQueen)

New in 3.1.20

   * optionally use new gtk file chooser
   * fixed table layout calculation
   * fixed embedded widgets width
   * do not use title from MOZILLA_URL in text mode
   * fixed table cell cursor
   * a11y fixes (Eric Zhao)
   * fixed style setting in editor

New in 3.1.19

   * fixed crash in embedded widgets code
   * auto* files fixes (release string vs. api version)
   * better size request/allocation handling for child widgets
   * memory leak fix

New in 3.1.18

   * save TT tag again

New in 3.1.17

   * fixed links editing
   * fixed problems with gnome print and &nbsp;'s
   * fixed crash when pasting html with embedded widgets
   * display link attributes in plain text
   * fixed cursor movement
   * set iframe's base url before emitting iframe_created signal
   * disable focus forwarding in editor (Eric Zhao)
   * fixed MOZILLA_URL pasting again
   * fixed leaking pango glyphs (Owen Taylor)
   * removed line breaks around puntuation in links
   * caret is now consistent with focus (Eric Zhao)
   * more compiler warnings fixes (Owen Taylor)

New in 3.1.16

   * compiler warnings fixes
   * font settings fixes
   * fixed pasting MOZILLA_URL crash
   * added missing KP_Home, KP_End bindings

New in 3.1.15

   * fixed printing
   * fixed page color editing
   * fixed table editing
   * fixed local image url's
   * optimalizations
   * colorset fixes
   * fixed crash related to displaying spell errors
   * a11y fixes (Eric Zhao)
   * search dialog fixes (Pratik V. Parikh)
   * line breaking fixes in links
   * make Wrap Lines menu item usable again
   * fixed line breaking
   * use GIT
   * HIGifications

New in 3.1.5

   * improved IM preedit string display
   * removed gal dependency
   * better smiley substitution in the composer (bounty by Jan Arne Petersen)

New in 3.1.5

   * better font sizing
   * updated translations.

New in 3.1.4

   * new and improved html parser handles broken html much better.
   * better pango integration.
   * updated translations.
   * better ascii mode rendering of lists.
   * improved exposure handling.
   * improved animation rendering.
   * versioned .server files for parallel installs with version 3.0.x.
2004-09-21 16:52:41 +00:00
adrianp
b58cda6746 - Update apache to 2.0.51
- Remove patch-as and patch-ah as they are now outdated and included in the src

- ok'ed snj@, wiz@
- Thanks to epg@ for final check

This version of Apache is principally a bug fix release. Of particular note
is that 2.0.51 addresses five security vulnerabilities:

An input validation issue in IPv6 literal address parsing which can result
in a negative length parameter being passed to memcpy.
[CAN-2004-0786]

A buffer overflow in configuration file parsing could allow a local user to
gain the privileges of a httpd child if the server can be forced to parse a
carefully crafted .htaccess file.
[CAN-2004-0747]

A segfault in mod_ssl which can be triggered by a malicious remote server,
if proxying to SSL servers has been configured.
[CAN-2004-0751]

A potential infinite loop in mod_ssl which could be triggered given
particular timing of a connection abort.
[CAN-2004-0748]

A segfault in mod_dav_fs which can be remotely triggered by an indirect lock
refresh request.
[CAN-2004-0809]

For further details, see http://www.apache.org/dist/httpd/Announcement2.html
and http://apache.rmplc.co.uk/httpd/CHANGES_2.0.
2004-09-20 17:19:33 +00:00