Next | Query returned 27 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-04-29 11:05:41 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 6.11

Upstream changes:
Changes for version 6.11 - 2023-02-11
Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn)
Split extra packages inside HTML::Form into their own module files and \ 
consolidate documentation (GH#43) (Julien Fiegehenn)
Added test to check unrecognized options to parse(). (GH#46) (Mohammad S Anwar)
   2022-08-24 01:33:03 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 6.10

Upstream changes:
6.10      2022-08-22 13:20:12Z
    - Use "croak" instead of "die" to show errors from the \ 
perspective of the
      caller [RT#20499] (GH#29) (Julien Fiegehenn)
    - Remove the executable bit from a couple of tests (GH#41) (James Raspass)
    - <option>s within select fields without a name no longer get merged into
      the previous select field (GH#2) (Julien Fiegehenn)
    - find_input() can now take a reference to undef to explicitly find inputs
      that have no name (GH#2) (Julien Fiegehenn)

6.09      2022-08-14 22:16:37Z

    - Replace "use vars" with "our" (GH#34) (James Raspass)
    - Remove superfluous "use lib" (GH#35) (James Raspass)
    - Replace "Test" with "Test::More" (GH#36) (James Raspass)
    - Remove superfluous variable copy (GH#37) (James Raspass)

6.08      2022-08-14 09:26:10Z
    - Remove Authority section from dist.ini (GH#27) (Olaf Alders)
    - Allow buttons to not have a value (GH#8) (Felix Ostmann and Julien Fiegehenn)
    - The legacy API of FileInput fields now correctly supports setting a
      custom filename (GH#10) (Gil Magno and Julien Fiegehenn)
    - Allow undef filename for FileInput if there is a Content header (GH#30)
      (Julien Fiegehenn)
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   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
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-05-09 05:07:14 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 6.07

Upstream changes:
6.07      2020-02-21 03:50:52Z
    - Restore =head1 NAME section to pod for HTML::Form

6.06      2020-02-20 14:48:37Z
    - Change the behaviour of find_input in list context (GH#21) (E. Choroba)
    - Pod tweaks (GH#17) (Olaf Alders)
    - Add list context examples for find_input() (GH#20) (Olaf Alders)
    - Modernize some tests (GH#18) (Olaf Alders)
   2019-11-19 12:51:43 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(www/p5-HTML-Form) Updated 6.0.5

6.05      2019-10-04 20:28:20Z
    - Update pod as requested in [RT#87689] (GH#16) (Lance Wicks and Julien
      Fiegehenn)

Next | Query returned 27 messages, browsing 1 to 10 | Previous