Next | Query returned 6 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030)
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts):
www/nghttp2/distinfo

Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
   2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033)
Log message:
www: Remove SHA1 hashes for distfiles
   2016-07-05 21:27:02 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
Update to 2.7.0

Changelog:
Release Notes for 2.7.0

This release fixes issues found while testing RC1.

For details, see the commit logs.
Known Issues

DevMode always starts in Super Dev Mode, so it’s not as easy to test in \ 
production mode. See issue 9004 for workarounds.

Release Notes for 2.7.0 (RC1)
Highlights

    Super Dev Mode is now the default. DevMode automatically starts Super Dev \ 
Mode and reloading a web page automatically runs the compiler when necessary. \ 
(The -nosuperDevMode flag may be used to revert to the old behavior.)

    Compiling in Super Dev Mode is much faster after the first compile.

    Experimental support for GSS, also known as Closure Stylesheets. (See below.)

Known Issues

    gwttar files are incorrect. (Fixed in the next version.)

Deprecations

    GWT Designer doesn’t work with 2.7 and is no longer supported. (Source \ 
code is available if someone wishes to revive this project.)

    IFrameLinker and XSLinker are deprecated because they don’t work in \ 
Super Dev Mode. However, we don’t have suitable replacements for all use \ 
cases yet. For updates and possible workarounds, see issue 8997.

Compiler changes

    In draft mode and Super Dev Mode, all compiler optimizations are turned off \ 
for better debugging. For example, null pointers are detected sooner.

    JSNI references no longer require fully qualified class names when this \ 
wouldn’t be necessary in Java. (For example, imports work.)

    We’ve started implementing JS Interop annotations, which will make it \ 
much easier to use GWT with JavaScript libraries. The specification is not final \ 
and there are bugs, so production GWT apps and libraries should continue to use \ 
JSNI for now. If you wish to experiment, you can enable JS Interop using the \ 
-XjsInteropMode flag, which is available for the compiler and Super Dev Mode. \ 
(It doesn’t work with old DevMode.)

    The experimental -XmethodNameDisplayMode flag adds a displayName property to \ 
each JavaScript function containing the name of the Java method. This makes Java \ 
method names available in browser debuggers at the expense of code size. (Also \ 
available in Super Dev Mode.)

    Boxed JavaScript strings (created in JavaScript using new String(...)) are \ 
no longer considered equivalent to Java strings. They should be unboxed before \ 
being passed to Java.

    Many bugfixes.

Library Changes
JDK emulation

    Significant performance improvements in String, ArrayList, HashMap, and \ 
Exception.

    New emulated classes: Locale, NavigableSet, and NavigableMap.

    New emulated methods in Class, String, Exception, RuntimeException, Logger, \ 
Arrays, Collections, and Map.Entry.

    LinkedList extends Deque and handles incorrect usage better.

Logging and Stack Traces

    Better wrapping of exceptions thrown from JavaScript.

    GWT apps that inherit the com.google.gwt.logging.Logging module have \ 
different default behavior for messages logged using the java.util.logging \ 
package. The new default is to log messages at level SEVERE and above to the \ 
browser’s console. PopupLogHandler and SystemHandler are no longer enabled \ 
by default.

    FirebugLogHandler and NullLoggingPopup have been removed. ()

Experimental GSS support

The CssResource.enableGss configuration property turns on GSS support.

    When enabled, resource files with a ‘gss’ extension are parsed as \ 
a Closure Stylesheet.

    When enabled, GSS can be used in a UiBinder file by setting \ 
gss="true" on a ui:style tag.

    If the CssResource.legacy configuration property is set, .css resources and \ 
ui:style tags without gss=true will first be converted to GSS and then parsed as \ 
GSS.

UiBinder

    The ui:data tag has new attributes: mimeType and doNotEmbed.

GWT-RPC

    The rpc.XserializeFinalFields configuration property turns on experimental \ 
support for serializing final fields.

    LinkedHashSet may be serialized without a serialization policy.

    deRPC is removed.

RequestFactory

    Support overridden methods and generics better.

    Fix support for @SkipInterfaceValidation on RequestContext methods.

Internationalization

    Upgraded to CLDR 25.

Browser API changes

    Updated support for typed arrays.

    Added History.replaceItem().

    Fixed an issue with Window.addWindowScrollHandler on Chrome.

Widgets

    The deprecated com.google.gwt.widgets package is removed.

    Various bugfixes and minor improvements.

Developer Tool Changes
Dev Mode

    The -nosuperDevMode flag may be used to turn off Super Dev Mode and revert \ 
to old Dev Mode. (However, most current browsers no longer support Dev Mode \ 
plugins.)

    The -modulePathPrefix flag may be used to move DevMode’s output to a \ 
subdirectory of the war directory.

Super Dev Mode

    Compiling is much faster after the first compile. (Compiling is skipped \ 
altogether if no files have changed.)

    The first compile no longer happens at startup.

    Chrome reloads the page faster while debugging. (Sourcemap file size is reduced.)

    The -launcherDir flag may be used to avoid running the GWT compiler before \ 
starting Super Dev Mode. When enabled, Super Dev Mode writes stub .nocache.js \ 
files that automatically recompile the GWT app before loading it. Therefore the \ 
bookmarklets aren’t needed. (This feature is automatically enabled when \ 
launched via DevMode.)

    The -logLevel flag may be used to adjust how compile errors are reported.

    The Dev Mode On bookmarklet dialog shows whether Super Dev Mode is turned on \ 
for each module on the page.

    Messages logged using java.util.logging at level SEVERE and above are \ 
written to the browser console by default.

    Fixed a startup faesting

    Better error reporting for compile errors while running tests.

    Messages logged using java.util.logging at level SEVERE and above are \ 
written to the browser console and test output by default.

    -Dgwt.htmlunit.debug may be used to open a JavaScript debugger window when \ 
running a test using HtmlUnit.

    Removed RunStyleRemoteWeb and the BrowserManager tool.

    Removed flags: -standardsMode, -nostandardsMode, -quirksMode. (GWTTestCase \ 
tests are always run in an HTML page in standards mode.)

For even more detail, see the Issue Tracker.
   2015-11-04 03:47:43 by Alistair G. Crooks | Files touched by this commit (758)
Log message:
Add SHA512 digests for distfiles for www category

Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-05-13 09:51:18 by Ryo ONODERA | Files touched by this commit (4) | Imported package
Log message:
Import gwt-2.4.0 as www/gwt.

Google Web Toolkit (GWT) is a development toolkit for building and
optimizing complex browser-based applications. GWT is used by many
products at Google, including Google AdWords and Orkut. It's open
source, completely free, and used by thousands of developers around
the world.


Next | Query returned 6 messages, browsing 1 to 10 | previous