Major changes since Mozilla 1.2:
Browser
* Bookmark quick search capability
Mail
* New junk mail classification capabilities
* Improved filters
* Mozilla Views to help locate, organise and prioritise mail
* Improved interoperability with IMAP servers
The full list of changes can be found at
http://www.mozilla.org/releases/mozilla1.3a/
changes:
ZPhotoSlides Folder to manage different ZPhotoSlides
Change default size for slide show
Choose a symbolic photo in slide show for ZPhotoSlidesFolder
What's new from release notes
- Multiple homepages
- Sidebar remembers its state across sessions
- Download fixes
- History improvements
- Accessibility improvements
- Size and memory reduction
- Performance improvements
- Stability improvements
- Better Windows appearance
- Many more new themes
- Too many fixes to list
See below for detail.
http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html
Changes since 0.4 include:
* Multiple homepages
* Intellimouse 5-button support
* Sidebar remembers its state across sessions
* Download fixes
* History improvements
* Accessibility improvements
* Size and memory reduction
* Performance improvements
* Stability improvements
* Many many more themes (http://texturizer.net/phoenix/themes.html)
* Miscellaneous bug fixes, including middle clicking in content area
The full list of changes can be found at:
http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html
Thanks to Oliver Tonnhofer for submitting this update in PR pkg/19328.
Changes since 7.10.1:
- Dave Halbakken added curl_version_info to lib/libcurl.def to make libcurl
properly build with MSVC on Windows.
- Doing HTTP PUT without a specified file size now makes libcurl use
Transfer-Encoding: chunked.
- Bug report #634625 identified how curl returned timeout immediately when
CURLOPT_CONNECTTIMEOUT was used and provided a fix.
- Lehel Bernadt found out and fixed. libcurl sent error message to the debug
output when it stored the error message.
- Avery Fay found some problems with the DNS cache (when the cache time was
set to 0 we got a memory leak, but when the leak was fixed he got a crash
when he used the CURLOPT_INTERFACE with that) that had me do some real
restructuring so that we now have a reference counter in the dns cache
entries to prevent an entry to get flushed while still actually in use.
I also detected that we previously didn't update the time stamp when we
extracted an entry from the cache so that must've been a reason for some
very weird dns cache bugs.
- Downgraded automake to 1.6.3 in an attempt to fix cygwin problems. (It
turned out this didn't help though.)
- Disable the DNS cache (by setting the timeout to 0) made libcurl leak
memory. Avery Fay brought the example code that proved this.
- Upgraded to autoconf 2.54 and automake 1.7 on the release-build host.
- Kevin Roth made the command line tool check for a CURL_CA_BUNDLE environment
variable (if --cacert isn't used) and if not set, the Windows version will
check for a file named "curl-ca-bundle.crt" in the current directory or the
directory where curl is located. That file is then used as CA root cert
bundle.
- Avery Fay pointed out that curl's configure scrip didn't get right if you
used autoconf newer than 2.52. This was due to some badly quoted code.
- Emiliano Ida confirmed that we now build properly with the Borland C++
compiler too. We needed yet another fix for the ISO cpp check in the curl.h
header file.
- Yet another fix was needed to get the HTTP download without headers to work.
This time it was needed if the first "believed header" was read all in the
first read. Test 306 has not run properly since the 11th october fix.
- Zvi Har'El pointed out a problem with curl's name resolving on Redhat 8
machines (running IPv6 disabled). Mats Lidell let me use an account on his
machine and I could verify that gethostbyname_r() has been changed to return
EAGAIN instead of ERANGE when the given buffer size is too small. This is
glibc 2.2.93.
- Albert Chin helped me get the -no-undefined option corrected in
lib/Makefile.am since Cygwin builds want it there while Solaris builds don't
want it present. Kevin Roth helped me try it out on cygwin.
- Nikita Schmidt provided a bug fix for a FOLLOWLOCATION bug introduced when
the ../ support got in (7.10.1).
- Fabrizio Ammollo pointed out a remaining problem with FOLLOWLOCATION in
the multi interface.
- Richard Cooper's experimenting proved that -j (CURLOPT_COOKIESESSION) didn't
work quite as supposed. You needed to set it *before* you use
CURLOPT_COOKIEFILE, and we dont' want that kind of dependencies.
- Andrés García provided corrections for erratas in four libcurl man pages.
- Starting now, we generate and include PDF versions of all the docs in the
release archives.
- Trying to connect to a host on a bad port number caused the multi interface
to never return failure and it appeared to keep on trying forever (it just
didn't do anything).
- Downloading HTTP without headers didn't work 100%, some of the initial data
got written twice. Kevin Roth reported.
- Kevin Roth found out the "config file" parser in the client code could
segfault, like if DOS newlines were used.
changes:
HTMLDOC now supports a full alpha channel in PNG files.
HTMLDOC now reports an error when a table, image, or section of text
overflows into an adjacent table cell or off the right edge of the page.
The NEW SHEET page comment now breaks on N-up boundaries when N is
greater than 1.
bugfixes
What's new from Release notes:
(See release notes for detail - http://www.mozilla.org/releases/mozilla1.2.1/)
Browser
* Type Ahead Find is a new feature that allows quick navigation when you type
a succession of characters in the browser, matching the text in one or more
links on the page.
* Building on Mozilla's customizability, you can now show toolbars as
text/icons/both (in the default Classic theme). We also have a few other
usability improvements like image selection visualization (image highlights
with system selection color when selected) and the removal of the confusing
toolbar grippies.
* Improvements to native look and feel in both the browser interface and
the browser content area. We now support most native GTK themes in Mozilla
which means that your Mozilla toolbars and other widgets will pick up
the GTK theme look and feel. We also support native look and feel for web
content like form controls under windowsXP.
* Making tabbed browsing even more useful, you can launch the browser with
a group of bookmarks as your start page. This loads several pages into tabs
at startup.
* Keyboard access is greatly improved including additional accesskeys for
menus, other ui elements and page elements.
* We have a new features that utilizes browser idle time to download
or prefetch documents that the user might visit in the near future.
* XML prettyprinting, similar to IEs default-view for XML is now available
in Mozilla.
Mail
* Mozilla Mail has a new "filter after the fact" capability so users can
create a filter and then run that filter on already downloaded mail.
Filter logging has also been implemented which allows power users to see
a log of all of the filter actions.
* In mail you can now select and copy text from message headers and you can
now drag and drop from the message search results window.
Major changes since Mozilla 1.1:
Browser
* Type ahead find
* Additional toolbar customization
* Visual enhancements to interface
* Tabbed browsing enhancements
* Browser idle time can now be used to auto-fetch ahead documents
* XML prettyprinting
* Fix for DHTML bug in 1.2
Mail
* New "filter after the fact" capability
* Drag and drop from the message search results window
The full list of changes can be found at
http://www.mozilla.org/releases/mozilla1.2.1/
- Reads gzipped logfiles without the need for an UNCOMPRESS command.
- Host inclusions and exclusions can now use IP address ranges and subnet
masks.
- New command BYTESDP command to list kilobytes etc. to a chosen number of
decimal places.
- New code for RISC OS port.
- Indonesian and Slovak language files.
- New How-To entitled Getting started under Windows.
changes:
- Added Indexer object, which can find index entries and present
them.
- Enabled nested markup in text.
- Added easier way to add references to files, images. Can now
also reference assets not in local folder.
- Ability to open/close branches of the site. Added a new
'Viewer' role. Users with this role can see closed branches.
- Request for approval now implemented; users can leave a message
for the editors.
- Added new definition list element.
- Images now have various alignment options.
- Beginnings of Silva XML import infrastructure.
full changelog is too long to be included here. most important fix is below:
> From: Fumitoshi UKAI <ukai@debian.or.jp>
> w3m 0.3.2.1 is stable update of w3m 0.3.2.
> Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability
> in w3m 0.3.2 that w3m will miss to escape html tag in frame contents,
> so malicious frame html will deceive you to access your local files, cookies
> and so on.
changes:
-New feature: standard_object_list = the AbracadabraObjectBox will be filled
with the returned object-ids;
-standard_object_list can be a python-script which returns id dependent on the
context; VERY, VERY USEFUL FEATURE!
-refactored CharacterMapping into own file for easier custom modifications
-redesigned the code for auto_id; added a auto_id-feature for all non integer
and string-type-properties as current timestamp
-refactored code for AbracadabraObjectBox; you can call insert the
AbracadabraObjectBox with into your manage_methods.
Excerpt of changes (+portability and bug fixes):
* Add support for `--la-file' argument to neon-config, which prints the
full path of the installed libneon.la file.
* Improved address resolver (ne_addr_*) replacing ne_name_lookup():
- use getaddrinfo() if found; include support for IPv6 (based on work
by Noriaki Takamiya)
* For a hostname with multiple addresses, each address is tried in turn
until a connection is made.
* RFC2818 compliance for certificate identity checks in SSL:
- use `dNSname' values in subjectAltName extension if present
- hostname comparison fixed to not be case-sensitive
* Added NE_DBG_SSL debug channel.
* ne_strerror changed to return the passed-in buffer.
* Added ne_strnzcpy macro to ne_string.h.
* Added reference documentation:
- ne_sock_init, ne_addr_*.
* Remove the const qualifier from the reason_phrase field in ne_status.
- ne_parse_statusline() now strdup's the reason_phrase
* Remove the status_line argument from ne_207_end_propstat and _end_response
* Change ne_session_create, ne_session_proxy, ne_sock_connect, and the
'port' field of the ne_uri structure to use an unsigned int for port numbers
* ne_uri_defaultport returns unsigned and '0' on an unknown port (not -1).
* Changes to hooks interface:
- pass an ne_request pointer to per-request hooks
- replace "accessor" hooks with ne_{get,set}_{request,session}_private
* Authentication changes:
- the hooks changes fix a segfault if auth is enabled for an SSL session
through a proxy server
- fix ne_forget_auth segfault if either proxy or server auth are not used
* Improvements to persistent connection retry logic and error handling
in request code; fixing some cases where some errors where incorrectly
treated as a persistent connection timeout
- a TCP RST at the appropriate time is now treated as a persistent
connection timeout.
- handle persistent connection timeouts on SSL connections
* Changes to SSL support:
- improved error handling
- fix for proxy CONNECT tunnelling with some proxies (e.g. Traffic-Server)
- fix potential segfault if client cert. provider callback is used
- fix to use supplied password callback for PEM-encoded client certificates
(Daniel Berlin)
* Remove ne_read_file().
* ne_version_match replaces ne_version_minimum (semantics changed slightly).
* XML request bodies use a content-type of "application/xml" now;
applications can use NE_XML_MEDIA_TYPE from ne_xml.h
- Apply disabled official patch since the patch's content has corrected.
* Impossible to define acls with spaces in them
- Remove "@unexec ${RMDIR} %D/etc/squid ..." line from PLIST since
there is already removing directory line which use more generic
PKG_SYSCONFDIR variable.
* correct inverted logic of restrictions table which made "-restrict=default"
provide incorrect values for several items. This was broken in 2.8.4dev.19
(reported by Jeff Long <long@ukans.edu> and RobertM <robm@bob.bofh.org>) -TD
* correct check for calling endwin() to allow for curses implementations
without newterm (report/patch by Brett Lymn).
Apply official patches:
* Small typo in dnsserver error message on DNS overload
* Filter out unproxyable authentication schemes
* cachemgr login & password revealed in HTTP server log files
* make uninstall removes squid.conf
* Segmentation fault if a external_acl helper exits prematurely
* Squid rejects GET/HEAD with request entities claimint error 411
* external_acl.c compilation failure
* memory leak of acl structures on "squid -k reconfigure"
* Occasional corruption of objects when using aufs
* Cachemgr "Total accounted:" memory statistics always report "-1"
* WCCP hash assignment can sometimes be missed by the router
* external_acl helper problem with spaces
* --enable-async-io or --with-storeio=aufs fails to automatically enable --with-pthreads
* "make addlang" fails
* Specifying LDAP servers last on the command line does not work
* Referer log not closed on shutdown
* Many files missing from the contrib directory
But the most recent patch isn't included since it content seems to be
broken.
* Impossible to define acls with spaces in them
patches provided by (wolfgang at wsrcc dot com) in PR pkg/19126.
Minor changes by me: new homepage is at sourceforge, shut up pkglint.
An official changelog does not seem to be available, but according to the
PR, this version ``has prettier (more structured) output'' and ``produce[s]
nice-looking xhtml''.
mismatch pointed out in PR pkg/19129. If I was able to read Japanese, I
would probably also have been able to provide a list of changes since the
last version. Maybe somebody who does speak Japanese could post the list
of changes if available?
* Using a stable distfile instead of the daily snapshot.
* add $r->add_config method to add dynamic configuration at request time
* add Apache::DIR_MAGIC_TYPE constant
* add support for directive handlers
* add Apache::Server->add_config method to add dynamic configuration at
server startup time
* add Apache::Directive->to_string method
* add support for pluggable <Perl> sections
* fix the filehandle leak in APR::PerlIO
* fix compilation if apache/apr do not have thread support
the precedence of the contents of this file changes depending on whether
it's started at boot time or started manually, and it's not really
necessary to add the extra complexity since it's valid (and easier) to just
set apache_start in /etc/rc.conf.
the precedence of the contents of this file changes depending on whether
it's started at boot time or started manually, and it's not really
necessary to add the extra complexity since it's valid (and easier) to just
set apache_start in /etc/rc.conf.
Also make the script more verbose.
graphics rendering bonus and its more stable on my Alpha.
There are some issues with libPNG file loading but those are the same the
old version had; probably related to running on the Alpha.
Use "${NONBINMODE}" instead of mode "0" so that "pkg_admin check" still
works for a normal user. Also invoke "chmod" only once because fork()
and exec() is expensive on certain platforms.
changes:
-bugfixes
-user interface changes
-Short title in Silva Document and Silva Folder metadata
-Preformatted document element
-Access restriction proof of concept
-Experimental editor support for nested markup
-A Silva File object to store arbitrary file in either ZODB or on the filesystem
-More XML export options
changes:
-bugfixes
-Automatic Slide Show
-Lot's new photo edit methods
-Robots integration
-Better layout
-Possibility to add comment
-Know how many times photos have been viewed
to OPTIONAL_FILES in Makefile.
This fix a problem when setting SQUID_CONFIGURE_ARGS in /etc/mk.conf
without --enable-external-acl-helpers=unix_group.
Noted by private mail from Tomasz Luchowski <tomasz at luchowski.com>.
Mozilla is the freely available version of Netscape's browser. Because
only freely distributable code is included, some features are not yet
present.
This is a Linux binary package for Linux and NetBSD/i386.
the "ChangeLog" file:
* src/configrdwr.c:
When allowing '=' signs in URL-SPECIFICATIONS ignore trailing spaces.
* doc/FAQ: Added a question about startup error/warning messages.
* src/wwwoffles.c:
Don't attempt to modify HTML if the page is compressed.
* src/headbody.c: Fix the Set-Cookie problem again.
* doc/scripts/FAQ-html.pl: New file.
* doc/scripts/README.CONF-html.pl, doc/scripts/README.CONF-msg.pl:
Convert characters with umlauts into proper HTML entities.
* src/headbody.c: A fix for the stupid bug in the previous version.
* src/io.c:
Fix for partial pages when server uses compression (suggested by
Paul Rombouts).
* src/wwwoffled.c: Close the client socket if SocketRemoteName() fails.
o add .bz2 support
o properly escape <, > and & in error messages, partly from
Nicolas Jombart <ecu@mariejeanne.net>
o new -H flag to hide .* files in directory index mode
o fix buffer reallocation when parsing a request, to avoid
overflowing the buffer with carriage returns (\r)
o do not decode "%XY"-style cgi-bin data beyond the "?"
* bug fixes
* new features
* compatibility breakers:
SMPP module users should note that the 'msg-id-type' default behaviour
has changed. The SMPP spec says that msg ids should be C strings and
hence we treat them as such per default. If your SMSC gives msg ids
in submit_sm and deliver_dm PDUs in different numbering basing, then
please use the 'msg-id-type' config directive to set it accordingly.
=== Release 2.1pre5
Updated Hungarian translation
Fixed terrible keyboard bug in X.
Fixed a crash on svgalib in check_keepalive_connections
Better Cyrillic characters.
Belarusian translation updated and new charset koi8_ru
=== Release 2.1pre4
Polish translation update.
SSL patch for Solaris and other systems without /dev/random
Links-now button.
Belarusian translation
document.all
Swaped open and closed folder symbol in bookmarks.
Fixed Solaris keyboard translation bug.
- Font anti-aliasing is now enabled by default
- Improved font support, especially for Chinese, Japanese, and Korean
- Support for Xft 1 and Xft 2
- Opera 6.1 for Linux now also uses Qt 3's libraries, further helping with
issues like font and copy/paste support.
- Java support without using a plug-in (JNI)
- Improved plug-in management and error handling
- Improved bookmark handling
- Improved skin support. Both internal opera skins and KDE3 styles.
- Panning support (anchored mouse scrolling)
- several bugfixes