mozilla (2:1.7.12-1.1ubuntu2) dapper; urgency=low * debian/control: Drop build-dependency on g++-3.4 as well. -- Matthias Klose Thu, 16 Feb 2006 09:58:15 +0000 mozilla (2:1.7.12-1.1ubuntu1) dapper; urgency=low * Synchronize with Debian unstable. * Drop build-dependency on g++-3.4. -- Matthias Klose Thu, 16 Feb 2006 03:12:31 +0100 mozilla (2:1.7.12-1.1) unstable; urgency=low * Non-maintainer upload. * Build with -fno-strict-aliasing to fix an amd64 segfault caused by aliasing violations, thanks Lionel Elie Mamane and others. (Closes: #321644, #336441) [debian/rules] * Fix problematic syntax in mozilla/extensions/p3p/Makefile.in causing a build failure in the p3p extension, thanks Teemu Ikonen and Kevin Brown. (Closes: #346013) [debian/patches/p3p-makefile-spaces] * Fix .desktop launch file for mozilla-chatzilla to really launch chatzilla instead of the browser, thanks Axel Krauth. (Closes: #186827) [debian/Mozilla-chatzilla.desktop, debian/Mozilla-chatzilla.desktop.in] * Bump VERSION to 1.7.12. [debian/rules] * Include Gdk patch to fix crashes for Gtk >= 2.7. (Closes: #318904) [debian/patches/gdk-crashes] * Fix and export LD_LIBRARY_PATH in update-mozilla-chrome, thanks Mike Hommey. (Closes: #323416) [debian/update-mozilla-chrome] * Fix gdk_property_get warnings being printed on the terminal. (Closes: #318779) [debian/patches/gdk-property-get] * Fix quoting of the AM_PATH_NSPR macro, thanks Vincent Untz. (Closes: #271660) [debian/patches/am-path-nspr-quoting] * Simplify definitions of compilers and build flags. [debian/rules] * Support ppc64, thanks Andreas Jochens. (Closes: #322118) [debian/patches/ppc64-build-fix, debian/rules] * Fix /dev/dsp detection in launcher script, thanks Alvaro Martinez Echevarria. (Closes: #291483) [debian/mozilla-runner.in] * Enhance README.Debian, thanks Rachel Elizabeth Dillon. (Closes: #259862) [debian/README.Debian] * Update Brazilian Portuguese debconf templates translation, thanks Régis Fernandes Gontijo and Paulo R. Ormenese. (Closes: #154862, #348291) [debian/po/pt_BR.po] * Add Swedish debconf templates translation, thanks Daniel Nylander. (Closes: #333139) [debian/po/sv.po] * Add Norwegian translation for the name and comment of the Mozilla browser desktop file, thanks Steinar H. Gunderson. (Closes: #305986) [debian/Mozilla.desktop.in] * Add Czech desktop files translations, thanks Jan Outrata. (Closes: #311375) [debian/Mozilla-address.desktop, debian/Mozilla-address.desktop.in, debian/Mozilla-calendar.desktop, debian/Mozilla-calendar.desktop.in, Mozilla-chatzilla.desktop, Mozilla-chatzilla.desktop.in, Mozilla.desktop, Mozilla.desktop.in, Mozilla-editor.desktop, Mozilla-editor.desktop.in, Mozilla-mail-composer.desktop, Mozilla-mail-composer.desktop.in, debian/Mozilla-mail.desktop, debian/Mozilla-mail.desktop.in, Mozilla-news.desktop, Mozilla-news.desktop.in, Mozilla-xmlterm.desktop, Mozilla-xmlterm.desktop.in] -- Loic Minier Sun, 5 Feb 2006 19:35:23 +0100 mozilla (2:1.7.12-1ubuntu7) dapper; urgency=low * Don't install /usr/lib/libxpcom.so, now provided by firefox. -- Matthias Klose Fri, 10 Feb 2006 13:33:40 +0100 mozilla (2:1.7.12-1ubuntu6) dapper; urgency=low * mozilla-dev: Remove dependency on libnspr-dev, conflict with libnspr-dev and libnss-dev. * mozilla-browser: Move /usr/share/aclocal/nspr.m4 into the mozilla-dev package. -- Matthias Klose Sun, 22 Jan 2006 15:05:49 +0000 mozilla (2:1.7.12-1ubuntu5) dapper; urgency=low * Keep all shared libs in /usr/lib/mozilla, which are now installed into /usr/lib by firefox. * Invoke dh_shlibdeps with -Xlibssl3.so; this avoids a fakeroot bug which causes ldd to segfault on amd64. Taken from the firefox package. * mozilla-browser: Add a conflict to libnss3 (<< libnss3 2:1.firefox1.5.dfsg-4ubuntu4). * update-mozilla-chrome: Use /usr/lib/mozilla, not /usr/lib/mozilla-firefox. * debian/mozilla-runner.in: Skip the JVM check. -- Matthias Klose Sat, 21 Jan 2006 13:52:14 +0100 mozilla (2:1.7.12-1ubuntu4) dapper; urgency=low * Fix build failure in extensions/p3p. -- Matthias Klose Sat, 21 Jan 2006 10:10:12 +0100 mozilla (2:1.7.12-1ubuntu3) dapper; urgency=low * Make mozilla-browser and mozilla-dev installable again. * Don't build the libnss* and libnspr* packages. * Keep the libnss* and libnspr* shared objects in /usr/lib/mozilla. * mozilla-psm: Remove the dependency on libnss3. * mozilla-browser: Remove the dependency on libnspr4. * mozilla-dev: Loosen the dependency on libnspr-dev, don't install the .pc files. -- Matthias Klose Sat, 21 Jan 2006 02:10:20 +0100 mozilla (2:1.7.12-1ubuntu2) dapper; urgency=low * Resynchronise with Debian. (Use version ubuntu2 because ubuntu1 was an earlier security upload based on an Ubuntu early adoption of new upstream.) * -fno-strict-aliasing (hack put in for Breezy, Ubuntu bugzilla 17276) experimentally removed. -- Ian Jackson Mon, 28 Nov 2005 17:39:01 +0000 mozilla (2:1.7.12-1) unstable; urgency=high * NMU: fixing several security issues and most important RC bugs. (Closes: 332480) * new upstream version 1.7.12 fixes: + [CAN-2005-2871] IDN buffer overflow [MFSA 2005-57] (Closes: 327366) + security issue revealed: CAN-2005-2871 (Closes: 327455) + mozilla: Multiple security issues fixed in 1.7.12 (Closes: 329778) + javascript crasher - unsure about this ... have to test. (Closes: 318723) + mozilla 1.7.10 version crashes almost immediately (Closes: 321644) * applied patch by Steve Langasek to make mozilla build on arm and other archs. (Closes: 325532) -- Alexander Sack Wed, 6 Oct 2005 23:48:00 +0200 mozilla (2:1.7.11-1) unstable; urgency=low * New upstream release -- Takuo KITAME Wed, 14 Sep 2005 14:57:37 +0900 mozilla (2:1.7.10-1) unstable; urgency=low * New upstream release This release includes some security fixes. (closes: #318062) - CAN-2005-0989: memory disclosure bug in JavaScript's regular expression string replacement when using an anonymous function as the replacement argument (closes: #306001) - CAN-2005-2270: Code execution through shared function objects - CAN-2005-2269: XHTML node spoofing - CAN-2005-2268: Javascript prompt origin spoofing - CAN-2005-2266: Same origin violation: frame calling top.focus() - CAN-2005-2265: Possible exploitable crash in InstallVersion.compareTo() - CAN-2005-2263: Same-origin violation with InstallTrigger callback - CAN-2005-2261: XML scripts ran even when Javascript disabled - CAN-2005-2260: Content generated event vulnerabilities * Fix build problem with FreeType (closes: #316106) * compile with g++-4.0 * /usr/bin/mozilla: add /lib into LD_LIBRARY_PATH (closes: #316824) * add vi.po (closes: #308955) -- Takuo KITAME Tue, 26 Jul 2005 12:00:59 +0900 mozilla (2:1.7.12-0ubuntu2) breezy; urgency=low * Recompile everything -fno-strict-aliasing. See 17276. -- Ian Jackson Mon, 10 Oct 2005 11:56:12 +0100 mozilla (2:1.7.12-0ubuntu1) breezy; urgency=low * SECURITY UPDATE: Upgrade to 1.7.12 upstream bugfix release (no new features, just security fixes and regression fixes from 1.7.10 security patches): - MFSA 2005-58: Heap overrun in XBM image processing Crash on "zero-width non-joiner" sequence XMLHttpRequest header spoofing Object spoofing using XBL JavaScript integer overflow Privilege escalation using about: scheme Chrome window spoofing Regression fixes from 1.7.10 patches. - CAN-2005-2968, MFSA 2005-59: Command-line handling on Linux allows shell execution * Remove debian/patches/security-idn-normalization, now included upstream. * Remove debian/patches/missing-libart_lgpl, 1.7.12 source is complete again. -- Martin Pitt Fri, 23 Sep 2005 08:42:37 +0200 mozilla (2:1.7.11-0ubuntu3) breezy; urgency=low * SECURITY UPDATE: Fix remote buffer overflow. * Add debian/patches/security-idn-normalization: The presence of a hostname of all dashes (and a rather long one at that) causes the NormalizeIDN call in nsStandardURL::BuildNormalizedSpec to return true but set encHost to the empty string. This means we append 0 to approxLen, but later on append the long string of dashes to the buffer instead. * References: CAN-2005-2871 MFSA 2005-57 https://bugzilla.mozilla.org/show_bug.cgi?id=307259 -- Martin Pitt Mon, 12 Sep 2005 12:42:44 +0200 mozilla (2:1.7.11-0ubuntu2) breezy; urgency=low * Rebuild for the libcairo1 -> libcairo2 transition. -- Adam Conrad Sat, 20 Aug 2005 17:50:02 +1000 mozilla (2:1.7.11-0ubuntu1) breezy; urgency=low * New upstream microrelase which fixes two serious regressions in mailnews. * Add some missing CAN numbers to previous changelogs. * Add debian/patches/missing-libart_lgpl: - Provide other-licenses/libart_lgpl again, which was removed in the upstream 1.7.11 source (bug filed at https://bugzilla.mozilla.org/show_bug.cgi?id=303041). - Cairo rendering backend does not work due to incompatible cairo API, so we must stay with libart for now. -- Martin Pitt Tue, 2 Aug 2005 09:04:24 +0000 mozilla (2:1.7.10-0ubuntu1) breezy; urgency=low * SECURITY UPDATE: Update to stable 1.7.10 release to fix several major flaws. * MFSA-2005-42: Code execution via javascript: IconURL * CAN-2005-1531, MFSA-2005-43: "Wrapped" javascript: urls bypass security checks. * CAN-2005-1532, MFSA-2005-44: Privilege escalation via non-DOM property overrides. * CAN-2005-2260, MFSA-2005-45: Content-generated event vulnerabilities. * CAN-2005-2261, MFSA-2005-46: XBL scripts ran even when Javascript disabled. * CAN-2005-2263, MFSA-2005-48: Same-origin violation with InstallTrigger callback. * CAN-2005-2265, MFSA-2005-50: Fix type checking in InstallVersion.compareTo. * CAN-2005-1937, MFSA-2005-51: The return of frame-injection spoofing. * CAN-2005-2266, MFSA-2005-52: Same origin violation: frame calling top.focus(). * CAN-2005-2268, MFSA-2005-54: Javascript prompt origin spoofing. * CAN-2005-2269, MFSA-2005-55: XHTML node spoofing. * debian/patches/overthespot.dii: Fix compEvent constructor call for new API of MFSA-2005-45. -- Martin Pitt Tue, 26 Jul 2005 10:51:00 +0200 mozilla (2:1.7.8-1ubuntu2) breezy; urgency=low * revert to gcc-3.4 on ia64 -- Thom May Tue, 24 May 2005 19:26:14 +0100 mozilla (2:1.7.8-1ubuntu1) breezy; urgency=low * Resynchronise with Debian. -- Scott James Remnant Sun, 15 May 2005 13:56:25 +0100 mozilla (2:1.7.8-1) unstable; urgency=high * New upstream release This release includes multiple security fixes. - MFSA 2005-44 Privilege escalation via non-DOM property overrides - MFSA 2005-43 "Wrapped" javascript: urls bypass security checks - MFSA 2005-42 Code execution via javascript: IconURL (closes: #308776) -- Takuo KITAME Fri, 13 May 2005 16:58:08 +0900 mozilla (2:1.7.7-2) unstable; urgency=high * fix invalid syntax in runner script. (closes: #305246,#305267,#305295, #305295) -- Takuo KITAME Wed, 20 Apr 2005 00:42:23 +0900 mozilla (2:1.7.7-1) unstable; urgency=high * New upstream release * fix some security issue. (closes: #298456, #304922) - MFSA 2005-33 Javascript "lambda" replace exposes memory contents - MFSA 2005-35 Showing blocked javascript: popup uses wrong privilege context - MFSA 2005-36 Cross-site scripting through global scope pollution - MFSA 2005-37 Code execution through javascript: favicons - MFSA 2005-38 Search plugin cross-site scripting - MFSA 2005-40 Missing Install object instance checks - MFSA 2005-41 Privilege escalation via DOM property overrides * applied patch to fix build problem on amd64 (closes: #301506) * mozilla-runner.in: - remove calling perl. use readlink(1) instead. (closes: #290451) * remove libXt.so.6 from /usr/lib/mozilla (closes: #304904) * fix typo in update-mozilla-chrome.8 (closes: #302650) * suggests: latex-xft-fonts (closes: #280567) * add rplaydsp to list of dsp wrappers. (closes: #260305) -- Takuo KITAME Mon, 18 Apr 2005 17:02:02 +0900 mozilla (2:1.7.6-1ubuntu3) breezy; urgency=low * GCC 4.0 build fixes (Ubuntu: 9028) -- Thom May Wed, 13 Apr 2005 17:36:07 +1000 mozilla (2:1.7.6-1ubuntu2) hoary; urgency=low * Fix default homepage * JS "lambda" replace exposes malloc heap space after end of JS string (Ubuntu: #8612) -- Thom May Tue, 5 Apr 2005 17:57:52 +0100 mozilla (2:1.7.6-1ubuntu1) hoary; urgency=low * Resynchronise with Debian. - CAN-2004-1316: DOS due to Heap-based buffer overflow in MSG_UnEscapeSearchUrl in nsNNTPProtocol.cpp (Ubuntu: #5211) - CAN-2005-0233: IDN support allows domainname spoofing (Ubuntu: #6319) - CAN-2005-0401: Drag and drop loading of privileged XUL. -- Scott James Remnant Thu, 24 Mar 2005 09:26:26 +0000 mozilla (2:1.7.5-1ubuntu1) hoary; urgency=low * Resynchronise with Debian. -- Thom May Wed, 5 Jan 2005 17:57:45 +0000 mozilla (2:1.7.6-1) unstable; urgency=low * New upstream release * fix some security issues. - CAN-2005-0233: IDN support allows domainname spooing (closes: #294274) - CAN-2005-0592: Heap-based bufer over flow (closes: #297619) - CAN-2004-1156: secunia window injection vulnerability (closes: #293663) - MFSA-2005-18: Mozilla Firefox and Mozilla Browser Out Of Memory Heap Corruption Design Error - CAN-2005-0593: SSL "secure site" indicator spoofing (closes: #297618) - CAN-2005-0588: does not restrict xsl:include and xsl:import tags in XSLT stylesheets to the current domain. - CAN-2005-0587: allows remote malicious web sites to overwrite arbitrary files by tricking the user into downloading a .LNK (link) file twice, which overwrites the file that was referenced in the first .LNK file. - CAN-2005-0586: allows remote malicious web sites to spoof the extensions of files to download via the Content-Disposition header - CAN-2005-0585: truncates long sub-domains or paths for display, which may allow remote malicious web sites to spoof legitimate sites and facilitate phishing attacks. - CAN-2005-0584: when displaying the HTTP Authentication dialog, do not change the focus to the tab that generated the prompt, which could facilitate spoofing and phishing attacks. (closes: #297620) * change binary name to mozilla-suite rom mozilla-VERSION (closes: #285611,#277504,#215394) * applied over the spot patch (closes: #290863) * added debian/po/it.po (closes: #279200) * added debian/po/nl.po (closes: #270783) * update debian/po/fi.po (closes: #265928) * remove run-mozilla.sh (closes: #297216, #300090) * update xprint dependency (closes: #300978) * use readlink(1) instead of perl's. (closes: #290451) -- Takuo KITAME Thu, 24 Mar 2005 01:34:42 +0900 mozilla (2:1.7.5-1) unstable; urgency=high * New upstream release (closes: Bug#288047,Bug#288044,Bug#287111, Bug#277515) - fixes CAN-2004-1381, MFSA-2005-05: Input stealing from other tabs. * fixed typo in Recommends field * fix mozilla runner script for l10n (closes: Bug#281363,Bug#278040, Bug#277291) * added debian/po/lt.po (closes: Bug#278041) -- Takuo KITAME Wed, 5 Jan 2005 16:22:00 +0900 mozilla (2:1.7.3-5ubuntu1) hoary; urgency=low * Resynchronise with Debian. -- Scott James Remnant Wed, 27 Oct 2004 13:51:28 +0100 mozilla (2:1.7.3-5) unstable; urgency=high * debian/patches/mips-xgot-inline: applied for also building svg_doc. (closes: #273352) -- Takuo KITAME Thu, 7 Oct 2004 13:26:17 +0900 mozilla (2:1.7.3-4) unstable; urgency=high * update mips build fix patch (closes: #273352) -- Takuo KITAME Wed, 6 Oct 2004 11:03:51 +0900 mozilla (2:1.7.3-3) unstable; urgency=low * Build-Depends: binutils (>= 2.15-4) (closes: #273352) * fix gfx/src/gtk/fontEncoding.properties for MathML (closes: #217489, #222491, #245380) -- Takuo KITAME Fri, 1 Oct 2004 12:38:04 +0900 mozilla (2:1.7.3-2) unstable; urgency=high * fix *.desktop entries. (closes: #273118,#272997,#272944) -- Takuo KITAME Fri, 24 Sep 2004 13:09:07 +0900 mozilla (2:1.7.3-1ubuntu1) warty; urgency=low * Fix all menu entries. (Closes: #1682) * Set AGAIN mozilla/dsp to auto. -- Fabio M. Di Nitto Fri, 24 Sep 2004 09:16:23 +0200 mozilla (2:1.7.3-1) unstable; urgency=high * New upstream release, includes security fixes. (closes: #271801, #271800, #271675) * applied mips build fix patch (closes: #266850) * added debian/po/it.po (closes: #271818) -- Takuo KITAME Wed, 22 Sep 2004 12:41:39 +0900 mozilla (2:1.7.2-4) unstable; urgency=high * mips build fix again... also apply to xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_mips.s.m4 -- Takuo KITAME Fri, 20 Aug 2004 12:19:06 +0900 mozilla (2:1.7.2-3) unstable; urgency=high * mips build fix. xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_mips.s: Comment out NARGSAVE reassignment (closes: Bug#266613) * update fi.po (closes: Bug#261126) -- Takuo KITAME Thu, 19 Aug 2004 13:03:02 +0900 mozilla (2:1.7.2-2) unstable; urgency=high * remove unnecessary dependency heimdal (closes: #264479) * localstart.html encoding is UTF-8 * update default bookmarks.html * mozilal-dev: Depends on ${shlibs:Depends} (closes: #186293) * mozilla-config: fix output of --idlflags (closes: #257014) -- Takuo KITAME Tue, 10 Aug 2004 12:36:20 +0900 mozilla (2:1.7.2-1) unstable; urgency=high * New upstream release. (closes: Bug#263839) * security fixes included. - 'null (%00) in filename fakes extension (ftp, file)' (fix: Bug#263185) - 'Importing false CA certificate leading to error -8182 (perm DoS), especially exploitable by email' - 'cookies are not saved' (closes: #261452, #262468) * update debian/po/da.po (closes: #262585) * update debian/po/fr.po (closes: #263153) * update debian/po/nl.po (closes: #263711) * fix Standard-Version (closes: #263346) * update GNOME Menu entry (closes: #258548) * includes update-mozilla-chrome.1 (closes: #263150) * bin/mozilla: don't output locale info (closes: #26425) * sugguest: myspell-en-us | myspell-dictionary (closes: #264229) * build fix when $TAPE is set (closes: 263898) -- Takuo KITAME Thu, 5 Aug 2004 01:48:39 +0900 mozilla (2:1.7.1-5) unstable; urgency=high * fix package name in NEWS.Debain * applied patch to fix library-linking. (closes: #262022) * use xpm for menu icon. (closes: #262691) -- Takuo KITAME Mon, 2 Aug 2004 12:13:34 +0900 mozilla (2:1.7.1-4) unstable; urgency=low * update debian/copyright (closes: Bug#260859) * update debian/po/{pt_BR,de,fi,cs,fr}.po (closes: #259140, #260867,#261242,#261126,#261395) * amd64 build fix (closes: #261359) * check ~/.mozilla when clean_xul() (closes: #261011) * fix mozilla-news GNOME menu comment (closes: #260871) * rm /usr/lib/mozilla/chrome/chrome.rdf when --purge (closes: #260899) -- Takuo KITAME Mon, 26 Jul 2004 14:38:13 +0900 mozilla (2:1.7.1-3) unstable; urgency=high * fix invalid sh syntax in /usr/bin/mozilla (closes: #260739, #260770) -- Takuo KITAME Thu, 22 Jul 2004 09:38:12 +0900 mozilla (2:1.7.1-2) unstable; urgency=high * fix menu entries (closes: #259689, #259689, #259915) * add new icons for GNOME menu (closes: #259735) * debian/mozilla-runner.in: MOZILLA_CLIENT_PROGRAM added '-a mozilla' options. to handle only 'mozilla' (not firefox) remove xprint notice. (closes: #259977, #260209) * Suggests: xprt-xprintorg instead of Reccomends: * applied patch to fix 'Importing false CA certificate leading to error -8182' (closes: #257559) * mozilla-calendar: update description (closes: #259022) * mozilla-calendar: change section to misc -- Takuo KITAME Sun, 18 Jul 2004 02:33:36 +0900 mozilla (2:1.7.1-1) unstable; urgency=low * New upstream release * debian/patches/bugzilla246675: Applied patch to fix #235873: Mozilla eats bookmarks on ENOSPC (closes: #235873) * re enable postscript again. According to Mozilla security team, there is no security problem. (closes: #256072) * mozillarc: MOZILLA_LOCALE_AUTO=, can be disable local auto detecting (closes: #258631) * update Mozilla-calendar.desktop (closes: #259022) * Fix typo in NEWS.Debian (closes: #259467) -- Takuo KITAME Thu, 15 Jul 2004 14:52:50 +0900 mozilla (2:1.7-5) unstable; urgency=low * xprint note: use NEWS.Debian instead of debconf (closes: #257358) * make mozilla-calendar own package. (closes: #255468) * Conflicts:,Replaces: with mozilla-locale-auto -- Takuo KITAME Wed, 7 Jul 2004 02:39:16 +0900 mozilla (2:1.7-4) unstable; urgency=low * fix Build-deps (closes: #257486, #257295) * stop debconf notice for xprint when xprint is alrady installed. (closes: #257358) * Provides: mozilla-xft (closes: #257358) -- Takuo KITAME Sun, 4 Jul 2004 09:39:28 +0900 mozilla (2:1.7-3) unstable; urgency=low * added debconf notice for Xprint. * dropping mozilla-xft: xft support file is included in mozilla-browesr. (closes: 243595, #256621, #185422, #229147, #253658, #207155, #230592, #236141, #256114, #257028) * update build-depends (closes: #176038) * amd64 fix (hopefully) * Recommends xprt-xprintorg (closes: #256193) * mozilla-runner: fix for xprint (closes: #257222) fix for openmail (closes: #256999) locale auto detection. mozilla-locale-auto is not needed any more. Thanks Aurelien Jarno m-l-a maintainer. * fix gnome menu icons (closes: #256395) * added debconf translations (closes: #252221, #252447) * P.S. separated mozilla-calendar package will be available in next -4 or -5 package. -- Takuo KITAME Fri, 2 Jul 2004 11:16:23 +0900 mozilla (2:1.7-2) unstable; urgency=low * fix menus (closes: 255967, 255965, 255964) * remove gnome-vfs dependency (closes: 255928, 255939) -- Takuo KITAME Thu, 24 Jun 2004 11:43:01 +0900 mozilla (2:1.7-1) unstable; urgency=high * New upstream release (closes: #246434) * security fix (because of urgency=high) * debian/patches/net-modules: set PR_TRUE 3rd entry(dropChromePrivs).(closes: #254802) * debian/rules: --disable-postscript really. (closes: #254755, #247585) * debian/update-mozilla-chrome: check empty LD_LIBRARY_PATH (closes: #254143) * Build-Depends: libxp-dev, libjpeg62-dev|libjpeg-dev (closes: #25157) * Recommends: myspell-dictionary | myspell-en-us (closes: #252437) * mozilla-browser: libgtkembedmoz.so into MOZILLA_FIVE_HOME (closes: #253443) -- Takuo KITAME Mon, 21 Jun 2004 17:45:33 +0900 mozilla (2:1.6-7) unstable; urgency=low * Build-Depends: libxt-dev (closes: Bug#251356) * Fix creating 0 permission ~/.mozilla/*/xxxx.slt/Calendar (closes: #251171, #251177) * mozilla-dev: Depends on libxt-dev (closes: Bug#251166) -- Takuo KITAME Fri, 28 May 2004 18:29:57 +0900 mozilla (2:1.6-6) unstable; urgency=low * debian/mozilla-browser.preinst: - Fix Upgrade of Mozilla 2:1.5-3 to 2:1.6-5 fails (closes: Bug#249110) - Remove trick for ximian package. * debian/update-mozilla-chrome: - Fix insecure temporary directory handling (closes: #249613) * debian/patches/amd64_fix: - Fix build problem on amd64 (closes: #249211) * debian/rules: - --disable-postscript (closes: #247585) (XPrint supported instead.) - --enable-svg MOZ_INTERNA:_LIBART_LGPL=1 (closes: #236896) - --enable-calendar (closes: #167601) * debian/control: - 'meta package' instead of 'dummy package' (closes: #242450) - 'The Mozilla Internet application suite' instead of 'Mozilla Web Browser' * debian/po: - added nl.po (closes: #244322) - added tr.po (closes: #246072) -- Takuo KITAME Wed, 26 May 2004 15:53:53 +0900 mozilla (2:1.6-5) unstable; urgency=low * symlink: /usr/lib/mozilla/libxpcom.so -> /usr/lib/libxpcom.so (closes: Bug#241348) -- Takuo KITAME Tue, 13 Apr 2004 12:13:15 +0900 mozilla (2:1.6-4) unstable; urgency=low * applied patch to fix crashing on alpha (closes: #237860) * MOZILLA_OPENURL_TYPE support (closes: #240011) -- Takuo KITAME Thu, 1 Apr 2004 17:17:39 +0900 mozilla (2:1.6-3) unstable; urgency=low * fix unmatched {} in update-mozilla-chrome (closes: #237558) -- Takuo KITAME Fri, 12 Mar 2004 11:49:10 +0900 mozilla (2:1.6-2) unstable; urgency=low * install mimecrypt headers (closes: #223427) * remove build-dependency on libical-dev (closes: #231509) * don't use system libz, remove symlink (closes: #223295) * include debian/po/cs.po (closes: #234005) * Documented about removing XUL.mfasl (closes: #233271, #230312, #213731, #199021) * update default bookmakr (closes: #231893) * update-mozilla-chrome: touch user-{skins,locales}.rdf (closes: #227093) -- Takuo KITAME Wed, 10 Mar 2004 17:04:20 +0900 mozilla (2:1.6-1) unstable; urgency=low * New upstream release * Just packaged, I'm currently checking which bugs were fixed... -- Takuo KITAME Wed, 21 Jan 2004 14:31:34 +0900 mozilla (2:1.5-3) unstable; urgency=low * fix again for myspell policy (closes: #216860, #218714) * build depends on g++ (>= 3.3) (closes: #218414) * update debian/po/da.po (closes: #216449) * applied new arm build-fix patch (closes: #215067) * clean old .so staff in components/ (closes: #217574, #217527) * default home page setting is in conffile (/etc/mozilla/prefs.js) (closes: #214799) -- Takuo KITAME Mon, 10 Nov 2003 13:19:44 +0900 mozilla (2:1.5-2) unstable; urgency=low * Fix menu entry (closes: #217000, #216992) * integrate with the myspell policy (closes: #216860) * build depends on libxft-dev instead of libxft2-dev (closes: #217073) -- Takuo KITAME Wed, 22 Oct 2003 17:38:00 +0900 mozilla (2:1.5-1) unstable; urgency=low * New upstream release * spell checker component is added (closes: #194856, #211749) * XML parser errors are maybe fixed in upstream. (upreproducible with this release) (closes: #214113, #213731, #207697) -- Takuo KITAME Fri, 17 Oct 2003 13:01:48 +0900 mozilla (2:1.4-6) unstable; urgency=low * ln -s Linux2.5.mk Linux2.6.mk (closes: #212827,#213542) * applied ia64 build fix patch (closes: #209234) * applied mips build fix patch (closes: #201369) But it still doesn't run... * Suggests: xprt-xprintorg (closes: #202708) -- Takuo KITAME Fri, 10 Oct 2003 12:48:32 +0900 mozilla (2:1.4-5) unstable; urgency=low * sparc,alpha: -O instead of -O2 (closes: #207743) * chmod 0644 /usr/lib/mozilla/components/libimglib2.so * added debian/po/pt_BR.po (closes: #210826) * added debian/po/es.po (closes: #211854) * --enable-toolkit=gtk2 (closes: #202336) -- Takuo KITAME Tue, 30 Sep 2003 14:06:49 +0900 mozilla (2:1.4-4) unstable; urgency=low * remove unneeded debian/patches/libffi-modified.patch (closes: #207526) * fix fr.po (closes: #201241, #208791) * remove /usr/lib/mozilla/components/libembed_lite.so (closes: #209028) -- Takuo KITAME Fri, 5 Sep 2003 16:10:12 +0900 mozilla (2:1.4-3) unstable; urgency=low * added configure option --disable-pedantic (closes: #205232) * fix syntax error in nsEventStateManager.h (closes: #206994) * build with gcc 3.3 (closes: #203100) * applied some pacthes from BTS (closes: #205549, #205581, #205582, #205591) * applied patch for libffi (closes: #205137) * switch to gettext-based debconf templates (closes: #201241) * fix menu entry (closes: #204612) * dont set alternative as www-browser (closes: #205454) * fix cannnot manage bookmark problem (closes: #200506, #201166) * fix default bookmark (closes: #200897) hopefully fix also history doesn't work problem (closes: #201167, #181030) * update README.Debian (closes: #200761) * remove temporary adirectory after update-chrome (closes: #201490) * remove /usr/lib/libnullplugin.so -- Takuo KITAME Wed, 27 Aug 2003 13:33:40 +0900 mozilla (2:1.4-2) unstable; urgency=low * Remove /usr/lib/libxpcom.so link. It's not really needed. (closes: 199634) * update-mozilla-chrome: escape error of reg* if fail. (closes: 194526) * update hppa build fix patch (closes: 200729) * remove /usr/lib/mozilla/res/throbber (closes: 144345) * includes npunix.c into mozilla-dev (closes: 150811) * ln -s /usr/lib/libz.so /usr/lib/mozilla/libmozz.so (closes: 151724) -- Takuo KITAME Fri, 11 Jul 2003 13:01:26 +0900 mozilla (2:1.4-1) unstable; urgency=low * New upstream release * fix postinst, preserve local changes (closes: #198415) * s390 and hppa build-fix patch have been temporary moved out. (patch FAILED) * ln -s /usr/lib/mozilla/libxpcom.so /usr/lib/libxpcom.so (closes: #199634) -- Takuo KITAME Thu, 3 Jul 2003 14:16:19 +0900 mozilla (2:1.3.1-3) unstable; urgency=low * Applied build fix patch for alpha (closes: #192274) * remove unnecessary package xmlterm. (closes: #196415) -- Takuo KITAME Wed, 18 Jun 2003 16:53:45 +0900 mozilla (2:1.3.1-2) unstable; urgency=low * debian/rules: [ppc] -O instead of -O2 (closes: #156745, #194226, #194446, #194401) * debian/update-mozilla-chrome: don't create ~/.mozilla in user's home dir when install with sudo.( closes: #194591) * debian/mozilla-runner: ">/dev/null 2>&1" instead of "2>&1 >/dev/null (closes: #194527) -- Takuo KITAME Mon, 26 May 2003 10:40:18 +0900 mozilla (2:1.3.1-1) unstable; urgency=low * New upstream release * This release includes fix of IPv6 fallback problems (closes: #167401,#186081) * debian/rules: - export NATIVE_THEME_SUPPORT=1 - added optimize flag -O2 (closes: #193142, #187794) - shared objects were moved into /usr/lib again (closes: #191789, #192529) * applied patch for default settings for CJK printing (closes: #163240) * includes danish debconf template * debian/Mozilla.desktop: update Comment (closes: #186696) -- Takuo KITAME Wed, 21 May 2003 11:19:06 +0900 mozilla (2:1.3-5) unstable; urgency=low * check if [ -x update-mozilla-chrome ] in all postinst * run ldconfig in update-mozilla-chrome * Build depends on libidl-dev (>= 0.8) * enable freetype2 again (but disable by default prefs.js) * debian/control: browser Suggests: ca-certificates (closes: #143225) xft Suggests: ttf-freefont (closes: #187491) * remove mozilla-config.1.gz alternatives (closes: #191087) * postinst: use TEMPFILE in /etc/mozilla while creating configuration file (closes: #190148) * fix default bookmark url of "latest builds" (closes: #190074) -- Takuo KITAME Wed, 30 Apr 2003 12:38:28 +0900 mozilla (2:1.3-4) unstable; urgency=low * applied patch to fix unknown WM_CLASS (closes: #185780) * Depends on versioned dpkg (closes: #185712) * conflicts with galeon << 1.2.8-3, skipstone << 0.8.3-4 (closes: #184401) * remove unneeded /usr/lib/mozilla/component.reg (closes: #181016) * www-browser alternatives (closes: #161759) -- Takuo KITAME Sat, 22 Mar 2003 06:26:58 +0900 mozilla (2:1.3-3) unstable; urgency=low * Applied patch for XIM working. (bugzilla #176514) * update README.Debian * update dependency (closes: Bug#185289) -- Takuo KITAME Tue, 18 Mar 2003 21:54:31 +0900 mozilla (2:1.3-2) unstable; urgency=low * Fix build-depends (closes: #184513, #185051) * FIx missing menu icons (closes: #185115) * applied new s390-build-fix patch (closes: #185190) -- Takuo KITAME Tue, 18 Mar 2003 04:12:37 +0900 mozilla (2:1.3-1) unstable; urgency=low * New upstream release * some shared object have been moved to /usr/lib/mozilla from /usr/lib * compiled against gtk2, xmlterm was removed. -- Takuo KITAME Sun, 16 Mar 2003 22:00:04 +0900 mozilla (2:1.2.1-10) unstable; urgency=low * --disable-freetype2 (closes: #171911, #177229, #138777, #171961, #172948, #175098, #178031, #143488) * remove freetype settings from prefs.js (closes: #183430) * update .desktop files. (closes: #148825) * fix mozilla lunch script (closes: #162489, #150905) * compiled with gcc-3.2 (closes: #183363) But it will break java plugin which compiled with gcc != 3.2 * applied patches for improved Big5-HKSCS support (closes: #174280) -- Takuo KITAME Fri, 7 Mar 2003 14:26:51 +0900 mozilla (2:1.2.1-9) unstable; urgency=low * mozilla-xft.preinst: fix error while dpkg-divert. (closes: #174297) -- Takuo KITAME Thu, 26 Dec 2002 09:06:08 +0900 mozilla (2:1.2.1-8) unstable; urgency=high * mozilla-xft: change diversion name. don't use .so suffix. call update-mozilla-chrome in postinst and postrm (closes: #174244) -- Takuo KITAME Wed, 25 Dec 2002 19:50:24 +0900 mozilla (2:1.2.1-7) unstable; urgency=low * fix fontconfig dependency. -- Takuo KITAME Wed, 25 Dec 2002 03:40:53 +0900 mozilla (2:1.2.1-6) unstable; urgency=low * Depends on fontconfig. * Build-Depends on versioned libfontconfig1-dev (>= 2.1-10) -- Takuo KITAME Tue, 24 Dec 2002 08:04:19 +0900 mozilla (2:1.2.1-5) unstable; urgency=high * debian/rules: binary-arch depends on install-xft (closes: 174098) -- Takuo KITAME Tue, 24 Dec 2002 06:06:54 +0900 mozilla (2:1.2.1-4) unstable; urgency=low * --enable-xft, create new package mozilla-xft. * Build-depends on libxft2-dev -- Takuo KITAME Thu, 12 Dec 2002 18:30:53 +0900 mozilla (2:1.2.1-3) unstable; urgency=low * remove file /usr/bin/mozilla. It should be an alternative (closes: #172273) -- Takuo KITAME Tue, 10 Dec 2002 12:16:26 +0900 mozilla (2:1.2.1-2) unstable; urgency=low * Fix Dangling symlinks in /etc/alternatives (closes: #171886, #171880, #172077) * 1st tarball was broken, applied diff of really 1.2.1 (closes: #171957) -- Takuo KITAME Sun, 8 Dec 2002 05:09:32 +0900 mozilla (2:1.2.1-1) unstable; urgency=low * New upstream release * --enable-svg and export MOZ_INTERNAL_LIBART_LGPL=1 (closes: #171228) * fix mozilla-config (closes: #150490) * aclocal/nspr.m4 is in libnspr-dev * Added chatzilla icon for Debian menu (closes: #143955) * installe as x-www-browser alternative. (closes: #169966) * fix libnss-dev losing include files. -- Takuo KITAME Wed, 4 Dec 2002 12:01:30 +0900 mozilla (2:1.2-1) unstable; urgency=low * New upstream release * Applied new s390 build fix patch (closes: #168339) * remove sparc-fix patch, Does it need updates? * only 'mozilla' in /usr/bin * Don't use debian/PackageMakefile. use original make install process. * Fix README.Debian (closes: #169022) -- Takuo KITAME Thu, 28 Nov 2002 16:44:21 +0900 mozilla (2:1.1-1) unstable; urgency=low * New upstream release. (closes: #154948) * build depends on autoconf2.13 (closes: #159927) * --enable-svg again. (closes: #148814) * some bugs were fixed in 1.1 release. Bugzilla#157989 Possible heap corruption with 0-width GIF (closes: #159891) -- Takuo KITAME Fri, 13 Sep 2002 20:23:35 +0900 mozilla (2:1.0.0-3) unstable; urgency=low * Please ignore 1.0.0-2! it's broken. * really applied patch for Bug#149630 * Depends on psmisc (closes: #149530) -- Takuo KITAME Sat, 15 Jun 2002 03:04:05 +0900 mozilla (2:1.0.0-2) unstable; urgency=high * mozilla-runner: read /etc/mozilla/mozillarc instead of /etc/mozillarc (closes: #149820, #149729) * applied patch to fix Mozilla can hang X Window with absurd font sizes. (closes: #149630) * mozilla-dev: - fix mozilla-config --libs (closes: #149816) -- Takuo KITAME Thu, 13 Jun 2002 15:09:48 +0900 mozilla (2:1.0.0-1) unstable; urgency=low * New upstream release. * mozilla-dev: - include files in /usr/include/mozilla-1.0.0 * libnspr-dev: - include files in /usr/include/mozilla-1.0.0/nspr * libnss-dev: - include files in /usr/include/mozilla-1.0.0/nss -- Takuo KITAME Mon, 10 Jun 2002 13:27:04 +0900 mozilla (2:1+rc3-2) unstable; urgency=low * fix miss type of debian/changelog, fix wrong version. (closes: #146876) * applied patches from Bugzilla - 110112: Crash after long sequence of image confirmations (closes: #141898) - 147754: Do a same-origin check on serialized data. * conflicts galeon-common instead of galeon (closes: #148632) -- Takuo KITAME Fri, 31 May 2002 23:37:37 +0900 mozilla (2:1+rc3-1) unstable; urgency=low * New upstream release. * debian/mozilla-runner: - closes: #147878: fix doesn't start, if file 'auto' exists * removed patches (fixed in upstream) - bugzilla143607 (Copy Link Location does not work) - local-file-unix, could not be applied. rework is needed * applied patches - sparc-fix (closes: #148068) * It does not work with galeon-1.2.2, Conflicts: galeon (<< 1.2.3). -- Takuo KITAME Wed, 29 May 2002 03:06:38 +0900 mozilla (2:1+rc2-3) unstable; urgency=high * urgency=high. it should be installed into woody * debian/mozilla-runner: - revert dsp wrapper checking (closes: #147250) * debian/mozilla-browser.{config,postinst,templates}: - ask dsp wrapper * added patch - bugzilla143607: to fix Right-click menu "Copy Link Location" doesn't work (closes: #146897) * remove new win in tab patch. it's broken (closes: #147394) (reopen: #134450) * Added Spanish debconf templates (closes: #147361) -- Takuo KITAME Mon, 20 May 2002 23:33:00 +0900 mozilla (2:1+rc2-2) unstable; urgency=low * move mozilla-bin to /usr/lib/mozilla/ It is should not be called by directly. also remove mozilla-bin.1 * use mozilla.1 which distributed by mozilla.org. * debian/changelog: - fix strange version number (closes: #146876) but I don't know who has changed it so... * added patches: - bugzilla105547: Windows open in new window instead of tabs (closes: #134450) you need user_pref("browser.tabs.opentabfor.windowopen", true); in your prefs.js -- Takuo KITAME Wed, 15 May 2002 18:23:00 +0900 mozilla (2:1+rc2-1) unstable; urgency=low * New upstream release * fix patch order on LC_COLLATE!=C (closes: #145246) * debian/localstart.html: - fix wrong javascript (closes: #145926) * mozilla-dev: - fix wrong path in mozilla-config (closes: #144231) * removed patches (fixed in upstream) - bugzilla135361 Print margin fields in wrong order. - bugzilla139948 SSL Tooltip not updated when going from one ssl site to another. - bugzilla141061 'Reading local files in Netscape 6 and Mozilla' * libnspr-dev: - /usr/include/mozilla/nspr moved to /usr/include/nspr * debian/bookmarks.html: - fix themes.org URL (closes: #145686) * upstream bug fix: - closes: #140123: reread /etc/resolv.conf with toggle on/off line. * install mozilla-xremote-client * /usr/bin/mozilla wrapper from RH * applied mozilla-default-plugin-less-annoying.patch from RH (closes: #109088) -- Takuo KITAME Mon, 13 May 2002 22:54:20 +0900 mozilla (2:1+rc1-3) unstable; urgency=high * Fix 'Reading local files in Netscape 6 and Mozilla' http://online.securityfocus.com/archive/1/270188/2002-04-28/2002-05-04/0 - debian/patches/bugzilla141061 (closes: #145355) * debian/localstart.html: - remove It's no longer available. -- Takuo KITAME Wed, 1 May 2002 15:32:49 +0900 mozilla (2:1+rc1-2) unstable; urgency=high * Added 1.0RC1 release note * added patches - debian/patches/bugzilla139948 (closes: #144429) SSL Tooltip not updated when going from one ssl site to another. - debian/patches/bugzilla135361 (closes: #143065) Print margin fields in wrong order. -- Takuo KITAME Mon, 29 Apr 2002 21:53:33 +0900 mozilla (2:1+rc1-1) unstable; urgency=high * New upstream release (closes: #143693) * debian/rules: - --enable-ldap (closes: #142918) * remove unusable shlibs. * debian/rules: - --disable-svg PLEASE DO NOT BUG REPORT ABOUT IT. Upstream does not include SVG support into 1.0 release. * removed patches: yes it have been fixed by upstream - debian/patches/ads-on-alpha: (closes: #143475) - debian/patches/bugzilla127259 - debian/patches/bugzilla130545 - debian/patches/bugzilla130661 - debian/patches/bugzilla32571 - debian/patches/bugzilla52330 - debian/patches/bugzilla83289 - debian/patches/bugzilla83804 * many bugs were fixed by upstream - closes: #141395: segfaults when searching - closes: #139246: Reload does 2x GET ? - closes: #141898: duplicate "load image?" sometimes messes layout, sometimes crashes - closes: #143114: segfault in UI - closes: #143177: www.flaresound.com locks up browser - closes: #139079: Mozilla doesn't send POST requent bigger than 13k - closes: #122622: Bold items(ie ) used in a tag are not displayed - closes: #135239: tab problem in viewing the contents of a local directory (tabbed view) - closes: #139863: Reproducible segfault - closes: #118490: galeon: Scrollbar oddity - closes: #132294: crash on print priview - closes: #143219: Views wrong security info - closes: #143775: doesn't handle .pls correctly - closes: #143831: deadlock/crash when using key and mouse in combo box which load pages - closes: #136543: "Save as" and "View source" should NOT reload the page * debian/mozilla-browser.templates.* - 'Freetype2' instead of 'FreeType' (closes: #143448) -- Takuo KITAME Sun, 21 Apr 2002 16:30:02 +0900 mozilla (2:0.9.9-6) unstable; urgency=high * debian/patches/ads-on-alpha: - quote with #ifdef ALPHA (closes: #142469, #142536, #142488) -- Takuo KITAME Sat, 13 Apr 2002 03:55:42 +0900 mozilla (2:0.9.9-5) unstable; urgency=low * Fix invalid char in User Agent * --disable-xinerama again. it makes mozilla too unstable, I think. (closes: #141246, #141462, #141077) (reopen: #140620) * added Galician debconf templates (closes: #141416) * applied patch to fix crashes displaying banner ads on Alpha (closes: #141641) * debian/patches/ffi: - updated for ia64 Thanks to ia64 workers. (closes: #141671) -- Takuo KITAME Wed, 10 Apr 2002 09:56:59 +0900 mozilla (2:0.9.9-4) unstable; urgency=high * added vendor string "Debian" to user-agent value. This is needed, and important. see http://bugzilla.mozilla.org/show_bug.cgi?id=133171 http://www.mozilla.org/build/revised-user-agent-strings.html * debian/update-mozilla-chrome: - fix mv erorr (closes: #139862) * remove embedding-alttext-in-tooltip patch. It is marked as INVALID by bugzilla.mozilla.org. * added fr templates. (closes: #139884) * added more patches - bugzilla83289 closes: #138788 single scanlines sometimes dissappear when scrolling text * README.Debian: fix comment for cvs snapshot package. (closes: #140669) * debian/rules: --enable-xineram (closes: #140620) * debian/mozilla-runner: quote filename for white space. (closes: #140895) -- Takuo KITAME Tue, 2 Apr 2002 20:24:38 +0900 mozilla (2:0.9.9-3) unstable; urgency=high * move to main from non-US mozilla dummy package now depends on mozilla-psm. * debian/*.postrm: - test -x /usr/sbin/update-mozilla-chrome (closes: #139551) * do not install /etc/mozilla/prefs.js. It will be generated by postist if it isn't exist. So, it is not conffiles. (closes: #139544) * Do not set default font in /etc/mozilla/prefs.js (closes: #139555) * Suggests libfreetype6 instead of libgdkxft0 (closes: #139567) * added patch - bugzilla7003: closes: #114622 no way to stop animations -- Takuo KITAME Sun, 24 Mar 2002 04:33:37 +0900 mozilla (2:0.9.9-2) unstable; urgency=low * added patches - bugzilla114627 closes: #117345 Default plugin popup doesn't respond to Escape or Enter. - bugzilla127259 closes: #138379 Url Notifies incorrectly blocked on NULL notify Data - bugzilla130661 closes: #138294 bold and italicface not displayed using TrueType fonts - bugzilla52330 closes: #120461 smtp-port not working anymore - bugzilla130545 closes: #139069 Servers running on non-default port cannot set cookies for domain * debian/debian.js: - default western (iso-88591-1) fot set to misc-fixed (closes: #108586) * debian/mozilla-browser.templates* - move 'see enabling_truetype.html' to gdkxft_note template. (closes: #138433) * debian/rules: - --enable-xptint (closes: #134890) - really install debian bookmarks (closes: #139225) * debian/control: - fixed typo in xmlterm description (closes: #134212) -- Takuo KITAME Wed, 20 Mar 2002 04:37:05 +0900 mozilla (2:0.9.9-1) unstable; urgency=low * New upstream release * debian/rules: - --enable-freetype2 - update-mozilla-chrome move to /usr/sbin from /usr/bin * debian/mozilla-runner: - fix expand "$VERSION" (closes: #137714) * load /etc/mozilla/prefs.js after loading unix.js Yes, you can override default settings with this file. * debconf ask enabling truetype support. (closes: #138074) * debian/control: - mozilla-browser recommends x-ttcidfont-conf * debian/{mozilla-runner,mozilla-browser.config}: - removed gdkxft setting. * /etc/mozillarc is no longer used. - esd and Flash problem has been fixed in 0.9.7. - remove gdkxft setting because gdkxft breaks -splash added debconf note for this. * removed patches (checked in upstream): - debian/patches/bugzilla105537 - debian/patches/bugzilla106855 - debian/patches/bugzilla106855 - debian/patches/bugzilla124788 - debian/patches/bugzilla86917 - debian/patches/libart_lgpl_from_cvs * added patches (from bugzilla): - debian/patches/bugzilla83804 closes: #131140 repeatable segfault closes: #132890 Crash going to http://www.chiquita.com/ - debian/patches/bugzilla32571 closes: #115706 No security checks for window.close() (Bugzilla#32571) - debian/patches/gdkxft-fix closes: #138077 gdkxft breaks mozilla 0.9.9 * closing bugs fixed by upstream - closes: #128087 shockwave-plugin does not work when disk cache size is '0' (Bugzilla#116562) - closes: #134109 Mozilla does not find users plugins (Bugzilla#45699) - closes: #122037 Selection appends a newline (Bugzilla#98572) - closes: #108456 tries to install plugins into /usr/lib/mozilla/plugins/... (Bugzilla#45699) * mozilla-{dom-inspector,js-debugger,psm}.postrm: call update-mozilla-chrome (closes: #137800) * added Japanese/German debconf template * remove obsolete template.fr. please update. -- Takuo KITAME Thu, 14 Mar 2002 20:35:00 +0900 mozilla (2:0.9.8-3) unstable; urgency=low * added patches (debian/patches) - bugzilla124788: repeatable rendering engine hang (closes: #132950) * added French templates (closes: #136338) * debian/mozilla-runner: - update to use an existing instance of mozilla for -mail (closes: #134978) * debian/mozilla-browser.shlibs: - fix typo (closes: #137195) -- Takuo KITAME Fri, 8 Mar 2002 00:24:41 +0900 mozilla (2:0.9.8-2) unstable; urgency=medium * debian/mozilla-runner: fix mozilla-bin name (closes: #133516) fix gdkxft related bug (closes: #133643) * debian/mozilla-browser.postinst: chmod 644 /etc/mozillarc (closes: #133528) * added patches - debian/patches/bugzilla86917 (socket transport should try all ip addresses returned by DNS service) (closes: #119022) - debian/patches/bugzilla106855 (-splash breaks XIM) - debian/patches/bugzilla118478 (Down arrow key at last empty line of textarea moves caret to end of line above) * debian/patches/show-cookie: - limit to 30 length of cookie name=value to show. (closes: #133810) * enable DOM inspector. It is own package 'mozilla-dom-inspector' (closes: #133587) * Separated js-debugger package as 'mozilla-js-debugger' -- Takuo KITAME Thu, 14 Feb 2002 23:37:06 +0900 mozilla (2:0.9.8-1) unstable; urgency=low * New upstream release. (closes: #132524) * debian/mozilla-runner: - preload gdkxft if it is available. (closes: #132440) It will be debconfigurabled in -1 release. * debian/update-mozilla-chrome: - added /usr/lib into LD_LIBRARY_PATH. (to not load local libraries) * added patches - debian/patches/bugzilla96504 to fix URL DnD into bookmarkbar (closes: #115248) - debian/patches/bugzilla105537 to fix control+enter in url bar firing for just enter * removed upstream fixed patches - debian/patches/bugzilla114134 - debian/patches/bugzilla116210 - debian/patches/build-mng-decoder - debian/patches/empty-title-fix-105842 - debian/patches/linktext-fix-115176 * removed patch - debian/patches/netbsd-ipv6-fix-patch (update is needed) * Perhaps, these bugs were fixed by upstream. I've checked with this package or accroding to Bugzilla status. - closes: #131140: repeatable segfault - closes: #121263: Form input focus not working - closes: #132475: unknown SSL error (-8073) - closes: #127122: distorted text and graphics - closes: #127288: Galeon mailto: links handler embeds mozilla mail maybe also closes: #109259: Mozilla in galeon - closes: #129076: create $PAGE_files also when saving as HTML only - closes: #127811: hangs when trying to download .exe file - closes: #111119: doesn't report failure when saving downloaded files - closes: #121256: dies in open URL dialog - closes: #126561: Full screen mode. -- Takuo KITAME Fri, 8 Feb 2002 05:40:23 +0900 mozilla (2:0.9.7-6) unstable; urgency=high * debian/mozilla-browser.postinst: - fix db_get return value is not zero. Grave bugfix. (closes: #131995) * debian/localstart.html: - XHTML compatible. (closes: #131416) * debian/control: - fix Description for mozilla-dev (closes: #131066) - fix long description lines (closes: #130975, #131026) * debian/bookmarks.html: - fix wrong links (closes: #130578) * update s390-build-fix patch (closes: #130461) -- Takuo KITAME Sun, 3 Feb 2002 15:52:14 +0900 mozilla (2:0.9.7-5) unstable; urgency=high * Perhaps, it's final release of 0.9.7 package. * debian/patches/ffi: - update to fix Segfault Thanks to Jeff Licquia (closes: #129641) * debian/patches/bugzilla114134 - added to fix crashing after localizing some strings. * debian/patches/bugzilla62547fix - renamed to debian/patches/bugzilla116210 (attachment No. to Bug No.) * debian/mozilla-runner: - removed export MOZILLA_FIVE_HOME. It's not needed. - added /usr/lib into LD_LIBRARY_PATH, to don't load local mozilla libraries such as OpenOffice's. -- Takuo KITAME Mon, 21 Jan 2002 19:24:07 +0900 mozilla (2:0.9.7-4) unstable; urgency=high * debian/mozilla-browser.postinst: - fix to preserve user modified /etc/mozillarc. (closes: #127989) * debian/rules: - ia64 build fix. (closes: #128046) - install stamp depend on build (closes: #128256) * debian/control: - remove libmng-dev from build-depends. * debian/mozilla-browser.config: - check empty $MOZILLA_DSP * debian/mozilla-browser.templates: - default MOZILLA_DSP is "none" * debian/patches/linktext-fix-115175: - from bugzilla, to fix 'save link as' behavior. (closes: #126451) * debian/patches/empty-title-fix-105842 - to fix empty pages don't set the window title in tabs (closes: #121238) * debian/bookmarks.html: - remove obsolete links (closes: #127585) -- Takuo KITAME Sat, 12 Jan 2002 20:46:12 +0900 mozilla (2:0.9.7-3) unstable; urgency=high * debian/rules: - Downgrade optimize level to 2 (-O3 to -O2) It will fix segfault with flashplugin, I've checked. (closes: #121404) Perhaps, also fix strange crashes. (closes: #126805, #126418, #127346) * debian/patches/build-mng-decoder: - to build mng decoder module (closes: #127031) * debian/patches/security-coreconf-linux: - to build on m68k/hppa (closes: #127815) * debian/README.Debian: - Note for SSL. (closes: #127742) * debian/patches/embedding-alttext-tooltip: - show IMG alt text in tooltip if title isn't (embedding only) (#98436) [HELP]: I coudn't implement it into generic mozilla. (mozilla.org have tagged it WONTFIX at bugzilla.) * debian/release-note*.html: - added -- Takuo KITAME Sat, 5 Jan 2002 21:49:55 +0900 mozilla (2:0.9.7-2) unstable; urgency=medium * debian/mozilla-browser.config: - Parse /etc/mozillarc (closes: #126426) * debian/mozilla-browser.templates: - Fix English grammar, Thanks to mhatta@gnu.org (closes: #126423) * debian/mozilla-browser.postrm: - remove /etc/mozillarc when purge. * debian/control: - fixed description for mailnews (closes: #116884) - Build-Depends: g++-3.0 [ia64] * debian/patches/bugzilla62547fix - to fix Posting of forms with empty or invalid file elements hangs (closes: #126493) * debian/patches/ia64-hppa-build-fix - added to fix building on ia64 and hppa (closes: #126709) * debian/rules: - use gcc-3.0 when build on ia64 (closes: #126711) * debian/mozilla-runner: - remove 'cd $MOZILLA_FIVE_HOME' (closes: #126764) * debian/patches/prefs-unix-js: - remove old pref("startup.homepage_override_url"); (closes: #126759) If this entry is in your ~/.mozilla/*/*/prefs.js, you should remove it. * debian/localstart.html - added. Install into /usr/share/doc/mozilla-browser/ * debian/patches/debian-diff - use localstart.html as default startup.homepage - use localstart.html as startup.homepage_override_url * debian/about-html-debian: - don't use file link in about: It will be blocked because security policy (closes: #122944) * usr/lib/mozilla/components/libpippki.so moved into browser. It will fix bug of submit button issue. -- Takuo KITAME Sat, 29 Dec 2001 20:15:35 +0900 mozilla (2:0.9.7-1) unstable; urgency=low * New upstream release - upstream bug fixes. closes: #125757: mozilla-browser: problem accessing page with mozilla-browser but not nightly builds * debian/control: - fixed typo in description (closes: #125149, #125151, #125009, #125147, #125010) - Build-Depends: - debhelper (>> 3.0.0) + debhelper (>= 3.0.0) * debian/patches/m68k-build-fix: - removed. Is it not needed? * debian/patches/xx_arm-build: - Ditto * debian/patches/mozilla-add-lang: - Ditto * debian/patches/libart_lgpl_from_cvs: - added, because tarball doesn't include this. * debian/rules: - move usr/lib/mozilla/components/libmsgsmime.so into mozilla-mailnews. * debian/mozilla-browser.{config,templates,postinst}: - use debconf to configure $MOZILLA_DSP -- Takuo KITAME Sun, 23 Dec 2001 05:29:32 +0900 mozilla (2:0.9.6-8) unstable; urgency=high * serious bug (#122681, #123165, #123803) fix, urgency=high * debian/mozilla-runner: export TERM=xterm * debian/xmlterme-runner: export PATH in xmlterm wrapper (closes: #122990) * debian/control: - added Build-Dpenends: docbook-to-man (closes: #122681, #123165) - Standards-Version: 3.5.2, Build-Depends: debhelper (>> 3.0.0) * debian/patches/prefs-unix-js: - startup.homepage_override_url is release-notes.html * debian/patches/s390-build-fix: added (closes: #123803) * debian/rules: - use internal libmng/libpng again. - MOZ_INTERNAL_LIBART_LGPL=1 it will used in next 0.9.7 release. -- Takuo KITAME Thu, 13 Dec 2001 12:35:55 +0000 mozilla (2:0.9.6-7) unstable; urgency=low * added manpages mozilla.1 and mozilla-bin.1 (closes: #109804) * mozilla-{mailnews,xmlterm,chatzilla}.postrm: call update-mozilla-chrome. This and separeting chrome(of 2:0.9.6-5) will fix some problems when mailnews isn't installed (closes: #122006) * apply patch to fix cannot add languages (closes: #122069) cf. http://bugzilla.mozilla.org/show_bug.cgi?id=109629 * mailnews: replaces psm (<< 0.9.6-6) (closes: #122100) * fix typo in README.Debian (closes: #122106) * fix symlink to release-note.html (closes: #122118) -- Takuo KITAME Sun, 2 Dec 2001 13:29:36 +0000 mozilla (2:0.9.6-6) unstable; urgency=low * psm: fix misspackaging (closes: #121883, #121906) -- Takuo KITAME Sat, 1 Dec 2001 02:18:49 +0000 mozilla (2:0.9.6-5) unstable; urgency=low * separete chrome entry per packages. * fix doc symlink. (closes: #121478) -- Takuo KITAME Fri, 30 Nov 2001 09:42:52 +0000 mozilla (2:0.9.6-4) unstable; urgency=low * update-mozilla-chrome: unset MOZILLA_FIVE_HOME (closes: #120871) * fix patch for mozilla hides cookie values from prompts (closes: #108219) * fix xmlterm script (closes: #121217) -- Takuo KITAME Tue, 27 Nov 2001 06:15:23 +0000 mozilla (2:0.9.6-3) unstable; urgency=low * applied embed-tooltip-patch * fix large icon, use mozicon50 (closes: #120659) * applied patch for mathml does not work as packaged bug (closes: #120661) * mozilla,chatzilla: arch: any (closes: #119036) * touch .mozconfig in build-tree (closes: #120802) -- Takuo KITAME Sat, 24 Nov 2001 12:15:42 +0000 mozilla (2:0.9.6-2) unstable; urgency=low * Fix version of window title. (closes: #120567) * Applied arm build patch (closes: #119482) * Added Junkbuster tips to README.Debian (closes: #109326) * Implement update-moziila-chrome for external chromes. * Valiable files are moved into /var/lib/mozilla/ * use external libpng/libmng -- Takuo KITAME Thu, 22 Nov 2001 15:36:44 +0000 mozilla (2:0.9.6-1) unstable; urgency=low * New upstream release. * applied AA(w/ gdkxft) patch (closes: #119539) * new default bookmark (closes: #120244) * a little documentation about ~/.mozilla and local libraries. (closes: #115645) -- Takuo KITAME Wed, 21 Nov 2001 07:34:14 +0000 mozilla (2:0.9.5-5) unstable; urgency=low * fix build problem with $TEMPDIR (closes: #116245) * register more MIME (closes: #72867) -- Takuo KITAME Tue, 23 Oct 2001 04:06:40 +0900 mozilla (2:0.9.5-4) unstable; urgency=low * western minimum font size is "8" (closes: #115842, #115689) -- Takuo KITAME Thu, 18 Oct 2001 23:10:58 +0900 mozilla (2:0.9.5-3) unstable; urgency=low * Fix esd/arts detection code (closes: #115746) -- Takuo KITAME Tue, 16 Oct 2001 18:25:26 +0900 mozilla (2:0.9.5-2) unstable; urgency=low * try checking /dev/dsp handler and use esddsp or artsdsp if exists It will hopefully fix hangup with flashplugin. (closes: #110983) * Suggests esound-clients|libarts * acrobat plugin is now works! (closes: #110824) * install mozilla-bin-0.9.5.1.gz but still undocumented (closes: #112945) * really install pixmaps. * HOWTO use Java in README.Debian (closes: #109486) -- Takuo KITAME Mon, 15 Oct 2001 14:49:41 +0900 mozilla (2:0.9.5-1) unstable; urgency=low * New upstream release. * disable debug fetures patch and some icons from official srpm. * added mozilla{,-mail,-mailc-omposer}.xpm for icons * added Mail Composer icon for Debian menu and GNOME Desktop * Mozilla Composer rename to Mozilla Editor * added release-note-0.9.5.html from http://www.mozilla.org/releases/mozilla0.9.5/ * added modified libffi and applied patch for ia64. Thanks Jeff Licquia -- Takuo KITAME Sun, 14 Oct 2001 21:32:55 +0900 mozilla (2:0.9.4-5) unstable; urgency=low * Applied patch for build on hppa (closes: #114928) -- Takuo KITAME Tue, 9 Oct 2001 14:23:59 +0900 mozilla (2:0.9.4-4) unstable; urgency=low * don't use mozilla-bin-0.9.4 as exec binary. (closes: #112728) * +pref("helpers.global_mime_types_file", "/etc/mime.types"); +pref("helpers.global_mailcap_file", "/etc/mailcap"); (closes: #81471) * mozilla-browser: fix postrm (closes: #112997) * mozilla-xmlterm: fix wrong update-alternatives --remove (closes: #113003) * libnssckbi.so in /usr/lib/mozilla/ (closes: #109515,#103415,#112610,#109650) * added 'pref("intl.accept_languages", "en");' in default unix.js (closes: #113580) * includes release note from mozilla.org (closes: #113127) upstream changelog is not available anywhere... * fix duplicate autoconf in build-dep (closes: #113877) -- Takuo KITAME Mon, 1 Oct 2001 01:17:10 +0900 mozilla (2:0.9.4-3) unstable; urgency=low * Fix m68k build problem. (closes: #101931) Thanks patch from Richard Zidlicky. -- Takuo KITAME Thu, 20 Sep 2001 23:19:26 +0900 mozilla (2:0.9.4-2) unstable; urgency=low * fix mozilla composer gnome menu. (closes: #110569) * build-depends: bzip2 (closes: #112539) * 0.9.4 will fix many bugs. I've closed it by hand. If still have a same problem, please reopen. -- Takuo KITAME Tue, 18 Sep 2001 15:24:04 +0900 mozilla (2:0.9.4-1) unstable; urgency=low * New upstream release * some fixes menu entry, alternatives -- Takuo KITAME Sun, 16 Sep 2001 14:34:51 +0900 mozilla (2:0.9.3+0-4) unstable; urgency=low * added font.diff * fix menu hints in mozilla-mailnews (closes: #112186) * fix menu icons (closes: #110250) * some fixes in gnome menu entry in *.desktop * fix build-depends (closes: #111572) * cd $MOZILLA_FIVE_HOME in bin/mozilla (closes: #112143, #103703) * mozilla and mozilla-bin in /usr/bin (closes: #110551) -- Takuo KITAME Fri, 14 Sep 2001 23:46:50 +0900 mozilla (2:0.9.3+0-3) unstable; urgency=low * fix empty /usr/share/doc/mozilla-* (closes: Bug#109000) * fix build-depends (closes: Bug#108944) * dh_installmime (closes: Bug#101315) * use internal mng/png library again. * usr/lib/libnssckbi.so is libnss3's file. * show version instead of BuildID on window title (closes: Bug#109146) -- Takuo KITAME Sun, 19 Aug 2001 16:19:35 +0000 mozilla (2:0.9.3+0-2) unstable; urgency=low * Fix Mozill.desktop icon path (closes: Bug#108862) * disable DOM inspector, it's debug feature. * MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1 -- Takuo KITAME Thu, 16 Aug 2001 09:43:56 +0000 mozilla (2:0.9.3+0-1) unstable; urgency=low * change to dbs_make, orig.tar.gz was modified. So I appended '+0' to upstream version, at once. * revert to /usr/lib/mozilla. don't use /usr/lib/mozilla- * icons are also here (closes: Bug#77887) * nspr and nss includes in /usr/include/mozilla/ * executables are packed in /usr/lib/mozilla. use update-alternatives for /usr/bin/ * install NPL-1.1.txt and MPL-1.1.txt (closes: Bug#108458) * don't use run-mozilla.sh (closes: Bug#108509, Bug#101694) * fix mozilla-config (closes: Bug#79404) * conflicts and replaces with libnspr3 (closes: Bug#102404, Bug#102405) * closes bugs which was fixed by upstream, maybe. (closes: Bug#78658) * use external libmng/libpng -- Takuo KITAME Thu, 9 Aug 2001 15:09:53 +0900 mozilla (2:0.9.3-1) unstable; urgency=low * New upstream release, New Maintainer (closes: #105390, #107616, #103736, #106111, #81612) * close obsolete bugs wich was fixed maybe. (closes: #76482) * fix build-depends (closes: #104112) * fix debian/rules (closes: #104113) * clean up /usr/lib/mozilla-0.9.3 when remove package (closes: #106200) * --enable-mathml --enable-svg (closes: #100890) * IPv6 patch from NetBSD * disable detector debuge print (closes: #101576) * fixed menu entry, added hints (closes: #101167, #101865, #80036) * added debian bookmarks.html (closes: #103356) * some bugs was hopefully fixed (closes: #102471, #103991, #85879, #101119, #101859, #77660, #101696, #85462, #85680, #88931) * build on woody -- Takuo KITAME Mon, 6 Aug 2001 21:15:57 +0900 mozilla (2:0.9.1-4) unstable; urgency=high * I hate bash * I really really hate bash * Fixed postinst to not return 1 on unset (closes: #101508) -- Frank Belew (Myth) Tue, 19 Jun 2001 17:21:02 -0400 mozilla (2:0.9.1-3) unstable; urgency=high * unset MOZILLA_FIVE_HOME in scripts that use regxpcom (closes: #100786, #100827) * dropped japansese minimum font size * Fixed xmlterm description * Fixed copyright file * Added gratuitous quotes to wrapper so people will be quiet * Made removal of autogenerated items a little more strict * Fixed nss-devel to actually include headers -- Frank Belew (Myth) Mon, 18 Jun 2001 19:41:55 +0000 mozilla (2:0.9.1-2) unstable; urgency=high * Changed to DH_COMPAT=2 * Made description headers a little prettier * Fixed copyright file, and re-added text of NPL/MPL * Changed default chrome back to modern * Increased epoch again * Fixed bashism in wrapper script (closes: #96364) * Fixed static library locations * Removed builddep on libpng in favor of builtin * Added patch to edit OS_LIBS (closes: #87235) -- Frank Belew (Myth) Tue, 12 Jun 2001 06:25:24 -0400 mozilla (1:0.9.1-1) unstable; urgency=low * New upstream version (closes: #86819, #89802, #75352, #77107, #77287, #87849, #93255, #98573, #79505, #66896, #75666, #77309, #78004, #79010, #80903, #87408, #92205, #98573) * Completely rewrote build system (closes: #78760, #96808, #68891, #79880) * Fixed postinst scripts (closes: #96364, #93084, #77429, #77838, #93255) * Rewrote wrapper script (closes: #67521, #76895, #78280) * Fixed mailcap (closes: #82956) -- Frank Belew (Myth) Fri, 1 Jun 2001 19:50:00 +0000 mozilla (M18-3) unstable stable; urgency=low * Uploading to stable (closes: #75880) * Added note about UserAgent hidden pref to FAQ * Added note about being required to download xpi not open it in mozilla * Added forgotten start-psm script * Hopefully, finally fixed the flaming /usr/share/doc/mozilla-dev link * Linked mozilla-config manpage to undocumented -- Frank Belew (Myth) Wed, 1 Nov 2000 18:17:46 -0800 mozilla (M18-2) unstable; urgency=low * Fixed Build-Depends and depends on mozilla-dev (closes: #75107) * Fixed postinst to set HOME to work aorund regxpcom being braindead * Fixed xpcom/reflect/xptcall/src/md/unix/Makefile.in to test correctly for sparc64 (closes: #70950) * Fixed typos in FAQ (closes: #75188) * Added new opening page on local drive to avoid network traffic on disconnected machines. (closes: #75164) * Enabled Bookmarks button on minibar * Changed runner to use xmessage instead of echo * Changed runner to use mozilla supplied runner in a chain load to set all necessary variables, and allow for easier debugging * Fixed doc links (closes: #71033) * Added User Agent edit patch (closes: #75278) * Added README.debian (closes: #68330) -- Frank Belew (Myth) Wed, 18 Oct 2000 23:11:21 +0000 mozilla (M18-1) unstable; urgency=low * New Upstream Version (closes: #74807, #70960, #64971, #68506, #68888) (closes: #70950, #71338, #69906, #69288, #64971) (closes: #68506, #69121, #69379, #70960, #71755) (closes: #72546, #74807, #71338, #74920, #72120) * FAQ updated (closes: #64038, #69321) * Fixed postinsts to preregister components and chrome Fixed runner to take advantage of preregistration (closes: #74593, #71044, #71102, #70818, #69377, #69288, #69731, #68888) * Added local all-debian.js (closes: #50491, #65271, #71649) * Fixed Recommends (closes: #69803, #73026, #73649) * Changes CFLAGS again, to -O3 -pipe in hopes to make it faster * Disabled rtti and exceptions (halved the size of the binaries) * Added sourcefile to use to fake out PSM (See FAQ) -- Frank Belew (Myth) Sun, 8 Oct 2000 18:35:27 -0700 mozilla (M17-3) unstable; urgency=low * Added dpkg --assert-longfilenames to preinst (Closes Bug#68832) * Fixed .dsc file * Changed CFLAGS to -pipe -O2 to comply with policy -- Frank Belew (Myth) Tue, 22 Aug 2000 09:33:31 -0700 mozilla (M17-2) unstable; urgency=low * New Maintainer * Merged my changes with brent's to make a new and improved package (closes: Bug#67803, Bug#69303, Bug#69125) * Build-depends added previously by Brent (closes: Bug#67803i, Bug #69303) * New mozilla.runner script from previous NMU (closes: Bug #69125) -- Frank Belew (Myth) Sun, 20 Aug 2000 14:09:59 -0700 mozilla (M17-1) unstable; urgency=low * Another new release! * Created new mozilla-dev to include mozilla headers. Hopefully I have everything you need here (see libnspr4-dev as well). If I've missed stuff, e-mail me and I can update. Note that I don't get mail to mozilla-maintainer, so please e-mail directly. Closes:Bug#68785 and Closes:Bug#68816 -- Brent A. Fulgham Sat, 12 Aug 2000 23:06:42 -0700 mozilla (M17-0.2) unstable; urgency=low * Added Conflicts: libnspr3 to control * Fixed postinst to complain if M16 or lower is installed * Non-maintainer Update -- Frank Belew (Myth) Thu, 10 Aug 2000 21:34:13 -0700 mozilla (M17-0.1) unstable; urgency=low * New upstream release (Closes:Bug#64971) * Non-maintainer Update * Earlier Changes (M16-1.2) Closes:#68785,#68816 * Removed split of mailnews/xmlterm until further notice -- Frank Belew (Myth) Thu, 10 Aug 2000 09:47:27 -0700 mozilla (M16-1.3) unstable; urgency=low * Cleaned up debian/rules A LOT * Removed helix shlib lines as they fixed them on their end * Only installs necessary files, not the entire mozilla dist * Added mozilla-config to mozilla-dev package * Enabled ipv6 support (theoretically) * Enabled chatzilla * Enabled xmlterm * Enabled svg and mathml support * Fixed mozilla.runner script so that chrome works * Added README.debian * Reinstated mozilla-mailnews * Added mozilla-xmlterm package * Non-Maintainer update -- Frank Belew (Myth) Sun, 6 Aug 2000 17:58:04 -0700 mozilla (M16-1.2) unstable; urgency=low * Added patch from Peter Teichman to create mozilla-dev package * Non-Maintainer update -- Frank Belew (Myth) Fri, 4 Aug 2000 13:03:54 -0700 mozilla (M16-1.1) unstable; urgency=low * Modified rules file to use a mozconfig for centralized options and less clutter * Added lines to libnspr4.local to avoid helix dependency when built on a machine with helix installed * Fixed format of shlibs.local and bumped version of libnspr to 4 * Merged flags from my 0.1 build with those of Brent to 4 for libnspr deps -- Frank Belew (Myth) Tue, 25 Jul 2000 16:02:24 -0700 mozilla (M16-1) unstable; urgency=low * New upstream release. Sheesh! Can't some of you guys get new-maintainer to let you in to help!?! Closes:Bug#65948 * Fixes font segfault. Closes:Bug#66209 * Activates MathML and SVG support. Closes:Bug#65905 Closes:Bug#65753 * Fixes m68k build error. Closes:Bug#64076 * /usr/doc/mozilla symlink no longer supported under Woody. Closes:Bug#63871 * Using debchange to edit files now. Bleah. Closes:Bug#63866 * Closing really old bugs. Refile (please) if they continue on M16 (3 releases newer than the complaints in some cases). Closes:Bug#58062 Closes:Bug#60745 Closes:Bug#61270 Closes:Bug#62187 Closes:Bug#63679 -- Brent A. Fulgham Fri, 21 Jul 2000 20:14:12 -0700 mozilla (M15-2) unstable; urgency=low * Refers to itself at M15 now. Closes:Bug#63446 * Patch for m68K. Closes:Bug#63160 * Compile --with-gtkmozilla. Closes:Bug#61797 * Replace "Google" link. Closes:Bug#63385 -- Brent A. Fulgham mozilla (M15-1) unstable; urgency=low * The CmdrTaco release -- Brent A. Fulgham Tue, 26 Apr 2000 19:35:40 -0800 mozilla (M14-3) frozen unstable; urgency=high * Modify warning so that everyone sees it every time they upgrade or install. Sorry folks. Closes:Bug#60745 * We are now using Libnspr4 -- Brent A. Fulgham Tue, 21 Mar 2000 19:35:40 -0800 mozilla (M14-2) frozen unstable; urgency=high * Added a warning that the preferences file from M13 to M14 have changed and are not compatible. Closes:Bug#60012 * Closes:Bug#59990 * Closes:Bug#58602 * Closes:Bug#58128 * Closes:Bug#60047 * Closes:Bug#56577 -- Brent A. Fulgham Wed, 15 Mar 2000 19:45:40 -0800 mozilla (M14-1) frozen unstable; urgency=high * It's really built on a stock source tarball from Mozilla, so all of you naysayers can stop complaining :-) Please stop filing bug reports on this issue, unless you are doing it to Bugzilla. I have defined "MOZILLA_OFFICIAL" in the build rules, which should resolve this issue. * Correct build dependency. Closes:Bug#59105 * Closes:Bug#42990 * Closes:Bug#44712 * Closes:Bug#47186 * Closes:Bug#51123 * Closes:Bug#53115 -- Brent A. Fulgham Fri, 3 Mar 2000 20:15:32 -0800 mozilla (M13-4) frozen unstable; urgency=high * Update to correct liborbit-dev build dependency. * Use "official" tarball, rather than CVS version. (Closes:Bug#57820) * Closes:Bug#57211 * Closes:Bug#54036 * Closes:Bug#53773 * Closes:Bug#53209 * Closes:Bug#53115 * Closes:Bug#52956 * Closes:Bug#52706 -- Brent A. Fulgham Thu, 11 Feb 2000 11:30:17 -0700 mozilla (M13-3) frozen unstable; urgency=low * Update to correct libnspr versioning (works this time) -- Brent A. Fulgham Thu, 3 Feb 2000 09:54:59 -0700 mozilla (M13-2) frozen unstable; urgency=low * No complaints so far, so re-releasing with the fix for the libnspr version. * Adding to frozen -- it works better than M12, fixes several bugs (none of which are really in the BTS). -- Brent A. Fulgham Wed, 2 Feb 2000 13:21:59 -0700 mozilla (M13-1) unstable; urgency=low * The M13 Release (Mozilla Alpha! We're getting closer, everyone.) Closes:Bug#56654 -- Brent A. Fulgham Mon, 31 Jan 2000 10:21:59 -0700 mozilla (M12-1) unstable; urgency=low * The M12 Release -- Brent A. Fulgham Mon, 13 Dec 1999 12:41:59 -0700 mozilla (19991214.M12pre-2) unstable; urgency=low * Remove BASH-ism from startup script. * Set start page to http://www.debian.org -- Brent A. Fulgham Mon, 13 Dec 1999 12:41:59 -0700 mozilla (19991214.M12pre-1) unstable; urgency=low * Snapshot as of 12-14-1999. -- Brent A. Fulgham Mon, 13 Dec 1999 12:41:59 -0700 mozilla (19991118.M11-2) unstable; urgency=low * Correct the startup script for mozilla executable name change -- Brent A. Fulgham Thu, 3 Dec 1999 12:07:59 -0800 mozilla (19991118.M11-1) unstable; urgency=low * New Mozilla release (M11 Milestone). -- Brent A. Fulgham Thu, 18 Nov 1999 12:07:59 -0800 mozilla (19991009.M10-1) unstable; urgency=low * New Mozilla release (M10 Milestone). * Still more robust startup script, as submitted by Peter Moulder. * Register as MIME-handler (closes: #42206) * Pristine source. * Policy 3.1 compliant. * Source still uses a debian/ subdirectory instead of symlink to build/package/debian , for now. * Doesn't create separate -mailnews nor -editor packages for now, if anyone has a strong desire to provide a patch, feel free. :( * I won't be doing any more Mozilla uploads, so please, someone, step up and help Brent instead of me :) -- Josip Rodin Wed, 27 Oct 1999 17:47:59 +0200 mozilla (19990716.M8-2) unstable; urgency=low * Added fix for m68k in hashtable function (Res. Bug# 41267) * More robust /usr/bin/mozilla (Res. Bug# 41912) * Remove suggestion for obsolete x11amp (Res. Bug# 41181) -- Brent A. Fulgham Tue, 27 Jul 1999 09:15:17 -0700 mozilla (19990716.M8-1) unstable; urgency=low * This is SeaMonkey Milestone 8. -- Brent A. Fulgham Thu, 22 Jul 1999 21:20:10 -0700 mozilla (19990624.M7-1) unstable; urgency=low * This is SeaMonkey Milestone 7 ! * Removed the so-called upstream changelog (fixes #39307 #39496 #40368). * Retried building without the static libraries. It actually worked, after two Makefile.ins backports from M8 :) -- Josip Rodin Sat, 3 Jul 1999 14:09:18 +0200 mozilla (19990529.M6-1) unstable; urgency=low * This is SeaMonkey Milestone 6 ! -- Josip Rodin Mon, 31 May 1999 20:46:16 +0200 mozilla (19990527-1) unstable; urgency=low * Another try, the previous one didn't build, stopped in xpidl/build/ * Fresh tarball from the FTP site. * I'll give up with NO_STATIC_LIB for now, let's just make something. * First attempt on the editor exclusion (in mozilla-editor package). -- Josip Rodin Fri, 28 May 1999 16:08:56 +0200 mozilla (19990526-1) unstable; urgency=low * New one, this time with .orig.tar.gz cleaned up. -- Josip Rodin Thu, 27 May 1999 19:31:13 +0200 mozilla (19990524-1) unstable; urgency=low * Another new tree, probably the last before M6 releases. Maybe it'll even build, who knows? ;) -- Josip Rodin Tue, 25 May 1999 16:11:57 +0200 mozilla (19990521-1) unstable; urgency=low * Another try, more testing of --disable-static and some changes to the rules file. Applied some more recent patches from CVS. * Build NSPR with pthreads support. * Building on pandora (fast!), but it'll depend on glibc2.1 :( -- Josip Rodin Sun, 23 May 1999 14:10:53 +0200 mozilla (19990518-1) unstable; urgency=low * Bypassed the dangling symlinks with a "-" :( * Added some Conflicts/Replaces to libnspr to prevent clashes with the previous (unreleased) versions of it, 20 and 21. * Brent decided to split out mailnews from the main package, so it's now in mozilla-mailnews package. Quite a lot of changes to the rules and control file. Added appropriate Provides: because of that, so that's one less TODO item. -- Josip Rodin Wed, 19 May 1999 04:10:07 -0700 mozilla (19990515-1) unstable; urgency=low * Another try. Incorporated some changes as seen in M4's spec file that was used to build the RPM. * Fixed debian/control NSPR entries. -- Josip Rodin Sun, 16 May 1999 05:30:39 -0700 mozilla (19990513-1) unstable; urgency=low * Try, try again. -- Brent A. Fulgham Thu, 13 May 1999 09:50:20 -0700 mozilla (19990510-1) unstable; urgency=low * A possibly working build from the FTP site, since M5 didn't manage to build :( * NSPR renamed to libnspr3{-dev}, as one of the upstream people advised. -- Josip Rodin Thu, 13 May 1999 05:08:24 -0700 mozilla (19990505.M5-1) unstable; urgency=low * This is SeaMonkey Milestone 5 ! * The previous M4 builds didn't work out. This was released on my birthday, so it could even work ;) -- Josip Rodin Mon, 10 May 1999 00:27:47 -0700 mozilla (19990415.M4-2) unstable; urgency=low * Let's try once again - the previous build was kinda fscked up... -- Josip Rodin Sun, 9 May 1999 15:08:39 -0700 mozilla (19990415.M4-1) unstable; urgency=low * This is SeaMonkey Milestone 4 ! * Massive changes to debian/rules, now it actually works :o) + builds in a subdirectory (yipee!) + removes unneeded Makefiles + installs a proper copyright file * NSPR renamed to libnspr21{-dev}, thought I'm not sure it is the real version... we still have to hardcode the dependency :( -- Josip Rodin Tue, 4 May 1999 01:41:22 -0700 mozilla (19990410-1) unstable; urgency=low * Let's try this snapshot from FTP... I modified the debian/rules file a bit. -- Josip Rodin Sat, 10 Apr 1999 19:17:59 -0700 mozilla (19990402-1) unstable; urgency=low * New CVS pull. First attempt at mail and editor support. -- Brent A. Fulgham Fri, 2 Apr 1999 09:15:22 -0800 mozilla (19990331-1) unstable; urgency=low * New build, using automated script to grab the latest stable branch from CVS. -- Brent A. Fulgham Wed, 31 Mar 1999 14:58:40 -0800 mozilla (19990326-1) unstable; urgency=low * Updated to fix library so-name and shlibdepends problem. * Current CVS pull * Double-double check that debugging is turned off. -- Brent A. Fulgham Fri, 26 Mar 1999 09:31:45 -0800 mozilla (19990325-1) unstable; urgency=low * Updated for fix to (hopefully) stop segfault problem. -- Brent A. Fulgham Thu, 25 Mar 1999 12:58:18 -0800 mozilla (19990323-1) unstable; urgency=low * This is a test release using CVS snapshots * Continuing to use Ray's debian/ dir (thanks again!). * Change moz-wrapper to use "apprunner" instead of the viewer (viewer is just a test application. * Whoo-hoo -- it's running! -- Brent A. Fulgham Tue, 23 Mar 1999 14:25:07 -0800 mozilla (19990317-1) unstable; urgency=low * This is a test release done just to get things moving. * Built on va from a snapshot, using Ray's debian/ dir (thanks!). -- Josip Rodin Sun, 21 Mar 1999 15:37:16 -0800 mozilla (19981211-0.1) unstable; urgency=low * UNRELEASED * UNFINISHED. TODO: * Check we're not compiling -DDEVELOPER_DEBUG. * Ensure nsprpub/config/UNIX.mk doesn't get a hardwired x86 reference. * Remove the ?widgets/src/gdk/depend.mk? as part of clean. * Remove the autogenerated files of htmlparser/src. * ~/.mozilla -> ~/.netscape fixes bug #?????. * Non-maintainer upload. * New upstream tarball: * Includes glibc2.1 patches. * Configuration dir is now ~/.mozilla rather than ~/.netscape. * Default widget set has switched from Motif to Gtk. The Gtk version needed is newer than the one in frozen, so this for unstable only. * Moved libnspr into packages of its own (as non-mozilla software like Japhar uses it) and made mozilla depend on the runtime library package. * Removed YAFHintel (thanks to John Goerzen for reminding me). * [nsprpub/config/rules.mk] Use standard naming of shared library files and SONAMEs. * Make sure mozilla gets linked against the system libjpeg, libpng, libz and libxmltok1 (Fixes #30306). -- J.H.M. Dassen (Ray) Sun, 10 Jan 1999 20:02:19 +0100 mozilla (19981008-0.1) frozen unstable; urgency=low * Non-maintainer upload. * New upstream tarball. * Adapted build process to it (nspr doesn't use autoconf and needs to be built before the regular autoconf build). * Built with fixed libc6 (and other fixed libs), so it works again. * Updated Standards-Version. * [config/Linux.mk] Added EXTRA_DSO_LDOPTS = -lc to add dependency information to the shared libraries generated. * [nsprlib/config/Linux.mk] Added OS_LIBS = -lc to add dependency information to the shared libraries generated. -- J.H.M. Dassen (Ray) Sat, 28 Nov 1998 18:29:06 +0100 mozilla (19980904-1) unstable; urgency=low * Non-maintainer upload: this package has been orphaned. * Used latest snapshot tarball; as no real mozilla releases have been made so far, we use the snapshot date for the version number. * Previous versions were accidentally built as "Debian only" source. * Updated Standards-Version. * Adapted to current mozilla source organisation and build process. * LessTif version, so mozilla can go in main. * Improved package relationships: * Added Provides: www-browser . * Added Recommends: mime-support . * Added Suggest dependency for postscript-viewer, pdf-viewer, images formats viewers, video formats viewers and audio formats players. * Added mozilla(1) -> unknown(7) manpage symlink. -- J.H.M. Dassen (Ray) Thu, 10 Sep 1998 21:58:26 +0200 mozilla (5.0b1-2) unstable; urgency=low * Made mozilla-smotif and mozilla-dmotif conflict with and replace each other; both now provide mozilla, so that we can cope with a lesstif version when there is one. * Put packages in contrib and added a README.contrib-only file to explain why. * Tweaked ns/cmd/xfe/Makefile to force a build of the dynamic Motif version. My previous change to this had made both versions dynamically linked to Motif. With no change at all, both versions were statically linked. -- Oliver Elphick Wed, 8 Apr 1998 13:17:10 +0100 mozilla (5.0b1-1) unstable; urgency=low * Linked with Motif 2.1 and libc6 * Modified ns/cmd/xfe/Makefile to force it to build a version dynamically linked to Motif. * Created -smotif and -dmotif packages. * New Maintainer -- Oliver Elphick Tue, 7 Apr 1998 11:25:16 +0100 mozilla (5.0b1-0.0) unstable; urgency=low * First release. * I don't intend to maintain this package becuase: 1. I don't have a libc6 motif (this is built with a libc5 motif, though the package only depends on libc6 and it works ok). Ideally, the maintainer should have libc6 motif. 2. I don't have enough disk space, cpu time, bandwidth, or free time to maintain it. So this is just a quickie to get the package out. Somebody else should take it from here. * Applied some minor fixes to make it work. In particular, cmd/xfe/foo.c is a nasty hack to define a symbol that my motif libs needed. -- Joey Hess Tue, 31 Mar 1998 16:43:55 -0800