Messages by Date
-
2025/02/12
(mina-sshd) branch master updated (909b5e27e -> c651f7c30)
gnodet
-
2025/02/12
(mina-sshd) 01/02: Bump version to 2.15.0-SNAPSHOT
gnodet
-
2025/02/01
(mina-site) branch master updated: Updated the site for teh FtpServer 1.2.1 release
elecharny
-
2025/02/01
svn commit: r74579 - /release/mina/ftpserver/1.2.1/
elecharny
-
2025/01/31
(mina-ftpserver) branch dependabot/maven/1.2.X/commons-codec-commons-codec-1.18.0 created (now d595d620)
github-bot
-
2025/01/31
(mina-ftpserver) branch dependabot/maven/1.2.X/com.puppycrawl.tools-checkstyle-10.21.2 created (now c9f8be4f)
github-bot
-
2025/01/28
svn commit: r74509 - /dev/mina/ftpserver/1.2.1/
elecharny
-
2025/01/28
svn commit: r74508 - /dev/mina/ftpserver/1.2.1/
elecharny
-
2025/01/28
(mina-ftpserver) annotated tag ftpserver-parent-1.2.1 created (now bfdae143)
elecharny
-
2025/01/28
(mina-ftpserver) branch 1.2.X updated: [maven-release-plugin] prepare for next development iteration
elecharny
-
2025/01/28
(mina-ftpserver) branch 1.2.X updated: [maven-release-plugin] prepare release ftpserver-parent-1.2.1
elecharny
-
2025/01/28
(mina-ftpserver) branch 1.2.X updated: Reverted back to 1.2.1-SNAPSHOT
elecharny
-
2025/01/28
(mina-ftpserver) annotated tag 1.2.1 deleted (was 7ccb6468)
elecharny
-
2025/01/28
(mina-ftpserver) branch 1.2.X updated: Moved the constructor from protected to public
elecharny
-
2025/01/25
(mina-sshd) branch master updated (11a927750 -> 909b5e27e)
twolf
-
2025/01/24
(mina-sshd) 03/04: Bump Bouncy Castle 1.79 -> 1.80
twolf
-
2025/01/24
(mina-sshd) 02/04: GH-654: sshd-contrib: use test scope for assertj dependency
twolf
-
2025/01/24
(mina-sshd) 01/04: OpenSshmlKemTest: use alpine 3.21
twolf
-
2025/01/24
(mina-sshd) branch master updated (7b19f6b67 -> 11a927750)
twolf
-
2025/01/24
(mina-sshd) 04/04: Update documentation
twolf
-
2025/01/18
svn commit: r74278 - /dev/mina/ftpserver/1.2.1/
elecharny
-
2025/01/18
(mina-ftpserver) annotated tag 1.2.1 created (now 7ccb6468)
elecharny
-
2025/01/18
(mina-ftpserver) branch 1.2.X updated: [maven-release-plugin] prepare for next development iteration
elecharny
-
2025/01/18
(mina-ftpserver) branch 1.2.X updated: [maven-release-plugin] prepare release 1.2.1
elecharny
-
2025/01/17
(mina-ftpserver) branch dependabot/maven/1.2.X/org.springframework-spring-context-6.2.2 created (now 8063668e)
github-bot
-
2025/01/17
(mina-ftpserver) branch dependabot/maven/1.2.X/org.springframework-spring-web-6.2.1 deleted (was 6c23d9bc)
github-bot
-
2025/01/17
(mina-ftpserver) branch dependabot/maven/1.2.X/org.springframework-spring-web-6.2.2 created (now c11015ed)
github-bot
-
2025/01/12
(mina-ftpserver) branch 1.2.X updated: Some more javadoc warning fixes
elecharny
-
2025/01/11
(mina-ftpserver) branch dependabot/maven/1.2.X/com.github.siom79.japicmp-japicmp-maven-plugin-0.23.1 deleted (was f6c79d66)
github-bot
-
2025/01/11
(mina-ftpserver) branch dependabot/maven/1.2.X/commons-codec-commons-codec-1.17.2 deleted (was b688206d)
github-bot
-
2025/01/11
(mina-ftpserver) branch 1.2.X updated: More javadoc warning fixes
elecharny
-
2025/01/11
(mina-ftpserver) branch 1.2.X updated: Fixed javadoc errors
elecharny
-
2025/01/10
(mina-ftpserver) branch 1.2.X updated: o Minor code refactoring o Fixed javadoc warnings o Renamed some variables for clarity o Slight code improvement o Added a toString method to the Default%essageResource class o Bumped up a couple of dependencies
elecharny
-
2025/01/10
(mina-ftpserver) branch dependabot/maven/1.2.X/commons-codec-commons-codec-1.17.2 created (now b688206d)
github-bot
-
2025/01/07
(mina-ftpserver) branch 1.2.X updated: Minor code refactoring for clarity
elecharny
-
2025/01/06
(mina-ftpserver) branch 1.2.X updated: Fixed checkstyle warnings
elecharny
-
2025/01/06
(mina-ftpserver) branch 1.2.X updated: Replaced true/false by <code>true/false</code> in javadoc
elecharny
-
2025/01/06
(mina-ftpserver) branch 1.2.X updated: Fixed some checkstyle warnings
elecharny
-
2025/01/06
(mina-ftpserver) branch dependabot/maven/1.2.X/com.puppycrawl.tools-checkstyle-10.21.1 deleted (was 8989c4a6)
github-bot
-
2025/01/06
(mina-ftpserver) 02/02: o Fixed some checkstyle warnings o Use switch with String o Added some javadoc o Added a default protected constructor o Minor code refactoring for clarity
elecharny
-
2025/01/06
(mina-ftpserver) branch 1.2.X updated (65f15cb3 -> ad722570)
elecharny
-
2025/01/06
(mina-ftpserver) 01/02: Bumped up chekstyle dependency
elecharny
-
2025/01/06
(mina-ftpserver) branch 1.2.X updated: Minor refactoring for lisibility
elecharny
-
2025/01/05
(mina-ftpserver) branch 1.2.X updated: o Replaced the use of iterator by a for() o Removed some useless try... catch sections o Fixed a Javadoc typo
elecharny
-
2025/01/04
(mina-ftpserver) branch 1.2.X updated: Used try-with-resources; Removed close methods, now useless; Some code improvement
elecharny
-
2025/01/04
(mina-ftpserver) branch 1.2.X updated: Removed the '+' in logs; Added some empty lines to clarify the code; Declared a constant for anonymous
elecharny
-
2025/01/03
(mina-ftpserver) branch dependabot/maven/1.2.X/com.puppycrawl.tools-checkstyle-10.21.1 created (now 8989c4a6)
github-bot
-
2025/01/03
(mina-ftpserver) branch dependabot/maven/1.2.X/com.puppycrawl.tools-checkstyle-10.21.0 deleted (was 4c3734b1)
github-bot
-
2024/12/31
(mina-ftpserver) branch 1.2.X updated: Bumped up the commons-net dependency; fix the maven.compiler properties (the 'r' was missing); Bumped up to apache 33
elecharny
-
2024/12/30
(mina-ftpserver) branch 1.2.X updated: Fixed the mvn site build, fixed some Javadoc errors
elecharny
-
2024/12/30
(mina) branch 2.0.X updated: Removed a useless source dependency, and get rid of the maven-source-plugin which is duplicate
elecharny
-
2024/12/30
(mina) branch 2.1.X updated: Removed a useless source dependency, and get rid of the maven-source-plugin which is duplicate
elecharny
-
2024/12/30
(mina) branch 2.2.X updated: Removed a useless source dependency, and get rid of the maven-source-plugin which is duplicate
elecharny
-
2024/12/29
(mina-ftpserver) branch dependabot/maven/1.2.X/org.slf4j-slf4j-api-2.0.16 updated (7db51d2b -> aa803eb5)
github-bot
-
2024/12/26
(mina-site) branch asf-site updated: Updated site from master (e4e67f47fa4aa2ca3ef0dfdb9d265a3c92665297)
git-site-role
-
2024/12/26
(mina-site) branch master updated: fix a typo
elecharny
-
2024/12/26
(mina-sshd) branch master updated: Update CHANGES.md
twolf
-
2024/12/26
(mina-sshd) 01/01: Merge pull request #639 from ianjoneill/f-ed25519-bc
twolf
-
2024/12/26
(mina-sshd) branch master updated (0d65679ed -> fb21e1f67)
twolf
-
2024/12/26
(mina-ftpserver) branch dependabot/github_actions/actions/setup-java-4 deleted (was 336dc3ee)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/1.2.X/commons-codec-commons-codec-1.17.1 deleted (was 21c534f9)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.springframework-spring-context-6.2.1 deleted (was fcdefb9f)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/1.2.X/org.slf4j-slf4j-api-2.0.16 created (now 7db51d2b)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/1.2.X/com.puppycrawl.tools-checkstyle-10.21.0 created (now 4c3734b1)
github-bot
-
2024/12/26
(mina-ftpserver) 01/02: Fix copyright end date in notice file
ggregory
-
2024/12/26
(mina-ftpserver) branch 1.2.X updated (4b80b43c -> 28ecf930)
ggregory
-
2024/12/26
(mina-ftpserver) branch 1.2.X updated (5c12cea4 -> a804abd1)
ggregory
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/1.2.X/org.apache.logging.log4j-log4j-core-2.24.3 deleted (was 672398ae)
github-bot
-
2024/12/26
(mina-ftpserver) branch 1.2.X updated (a804abd1 -> 4b80b43c)
ggregory
-
2024/12/26
(mina-ftpserver) 01/01: Merge pull request #47 from apache/dependabot/maven/1.2.X/org.apache.logging.log4j-log4j-core-2.24.3
ggregory
-
2024/12/26
(mina-ftpserver) 02/02: Use HTTPS in notice file
ggregory
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/1.2.X/commons-codec-commons-codec-1.17.1 created (now 21c534f9)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/1.2.X/org.apache.logging.log4j-log4j-core-2.24.3 created (now 672398ae)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/1.2.X/org.springframework-spring-web-6.2.1 created (now 6c23d9bc)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/commons-net-commons-net-3.11.1 deleted (was 12815890)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.slf4j-jcl-over-slf4j-2.0.16 deleted (was bb37065a)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/github_actions/actions/checkout-4 deleted (was b2d95979)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.0 deleted (was b4fcc62f)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.apache-apache-33 deleted (was 4660b626)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/github_actions/actions/cache-4.2.0 deleted (was 9b30edb7)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.springframework-spring-context-5.2.22.RELEASE deleted (was 4dc533af)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/examples/ftpserver-example-spring-war/org.springframework-spring-web-6.0.0 deleted (was a8dd6e64)
github-bot
-
2024/12/26
(mina-ftpserver) branch master updated: Add weekly Dependabot check for 1.2.X, not the unused master
ggregory
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.springframework-spring-context-6.2.1 created (now fcdefb9f)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/github_actions/actions/setup-java-4 created (now 336dc3ee)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.slf4j-jcl-over-slf4j-2.0.16 created (now bb37065a)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/github_actions/actions/checkout-4 created (now b2d95979)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.0 created (now b4fcc62f)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/commons-net-commons-net-3.11.1 created (now 12815890)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/maven/org.apache-apache-33 created (now 4660b626)
github-bot
-
2024/12/26
(mina-ftpserver) branch dependabot/github_actions/actions/cache-4.2.0 created (now 9b30edb7)
github-bot
-
2024/12/26
(mina-ftpserver) branch master updated: Add weekly Dependabot check
ggregory
-
2024/12/26
(mina-ftpserver) branch 1.2.X updated: This file must on on the master branch...
ggregory
-
2024/12/26
(mina-ftpserver) branch 1.2.X updated: Add weekly Dependabot check
ggregory
-
2024/12/26
(mina-ftpserver) branch 1.2.X updated: Fix binary compatibility with 1.2.0
ggregory
-
2024/12/25
(mina-ftpserver) branch 1.2.X updated: Bumped up some plugins
elecharny
-
2024/12/25
(mina-ftpserver) branch master updated: Applied patch from Mike Rocke with an update to MINA 2.2.4
elecharny
-
2024/12/24
(mina-site) branch master updated: Updated the web site for MINA 2.0.27, 2.1.10 and 2.2.4 releases
elecharny
-
2024/12/23
svn commit: r73839 - in /release/mina/mina: 2.0.27/ 2.1.10/ 2.2.4/
elecharny
-
2024/12/23
svn commit: r73837 - in /release/mina/mina: 2.0.25/ 2.1.8/
elecharny
-
2024/12/23
svn commit: r73836 - /dev/mina/mina/2.0.26/
elecharny
-
2024/12/20
(mina-sshd) branch dependabot/maven/ch.qos.logback-logback-core-1.5.13 created (now 8027bed89)
github-bot
-
2024/12/19
(mina-sshd) branch master updated: GH-642: Revert "JceRandom: use SecureRandom.getInstanceStrong()"
twolf
-
2024/12/19
svn commit: r73749 - /dev/mina/mina/2.0.27/
elecharny
-
2024/12/19
(mina) branch 2.0.X updated: [maven-release-plugin] prepare for next development iteration
elecharny
-
2024/12/19
(mina) annotated tag 2.0.27 created (now d1d3b2854)
elecharny
-
2024/12/19
(mina) 01/05: Addded some controls on classes that can be deserialized; Bumped up some plugin dependencies, and some dependencies; Fixed some javadoc issues; Fixed some Maven issues
elecharny
-
2024/12/19
(mina) 05/05: [maven-release-plugin] prepare release 2.0.27
elecharny
-
2024/12/19
(mina) 04/05: Fixed some links; Reverted to maven source plugin 3.2.1;
elecharny
-
2024/12/19
(mina) 02/05: added the missing cyclonedx plugin to generate the SBOM
elecharny
-
2024/12/19
(mina) 03/05: Added a info in the files' header indicating that those classes are from commons-io
elecharny
-
2024/12/19
(mina) branch 2.0.X updated (e1eaa6791 -> 1caf6f604)
elecharny
-
2024/12/19
svn commit: r73742 - /dev/mina/mina/2.1.10/
elecharny
-
2024/12/19
(mina) branch 2.1.X updated: [maven-release-plugin] prepare for next development iteration
elecharny
-
2024/12/19
(mina) annotated tag 2.1.10 created (now 7931356f1)
elecharny
-
2024/12/19
(mina) 01/06: Added some controls on the classes that can be deserialized; Bumped up some plugin dependencies, and some dependencies; Fixed some javadoc issues; Fixed some Maven issues
elecharny
-
2024/12/19
(mina) branch 2.1.X updated (88cb55397 -> 326142eca)
elecharny
-
2024/12/19
(mina) 03/06: Added a info in the files' header indicating that those classes are from commons-io
elecharny
-
2024/12/19
(mina) 06/06: [maven-release-plugin] prepare release 2.1.10
elecharny
-
2024/12/19
(mina) 05/06: Fixed the java enforcer plugin configuration
elecharny
-
2024/12/19
(mina) 02/06: Added the missing cyclonedx plugin
elecharny
-
2024/12/19
(mina) 04/06: Fixed some links; Reverted to maven source plugin 3.2.1; Fixed some spacing
elecharny
-
2024/12/19
svn commit: r73740 - /dev/mina/mina/2.2.4/
elecharny
-
2024/12/19
(mina) annotated tag 2.2.4 created (now 80c3ec9ef)
elecharny
-
2024/12/19
(mina) 03/19: Removed a duplicate replacer plugin declaration
elecharny
-
2024/12/19
(mina) branch 2.2.X updated: [maven-release-plugin] prepare for next development iteration
elecharny
-
2024/12/19
(mina) 18/19: Fixing another link issue
elecharny
-
2024/12/19
(mina) 01/19: pom.xml
elecharny
-
2024/12/19
(mina) 17/19: Rollbacked to source plugin 3.2.1
elecharny
-
2024/12/19
(mina) 15/19: Solved some link issues
elecharny
-
2024/12/19
(mina) 19/19: [maven-release-plugin] prepare release 2.2.4
elecharny
-
2024/12/19
(mina) 11/19: Rollbacked maven source plugin to 3.2.1, because since 3.3.0 the build fails
elecharny
-
2024/12/19
(mina) 09/19: git commit -m "Added a info in the files' header indicating that those classes are from commons-io"
elecharny
-
2024/12/19
(mina) 07/19: Removed the useless lifecycle-mapping and rat-maven-plugin plugins
elecharny
-
2024/12/19
(mina) 12/19: Fixed some javadoc issues
elecharny
-
2024/12/19
(mina) 13/19: Fixed some compilation issues
elecharny
-
2024/12/19
(mina) 04/19: Fixed a javadoc issue
elecharny
-
2024/12/19
(mina) 14/19: Fixed a bad @link
elecharny
-
2024/12/19
(mina) 16/19: Trying to get maven source plugin to the latest version
elecharny
-
2024/12/19
(mina) 10/19: Added some missing spaces
elecharny
-
2024/12/19
(mina) 08/19: Added some control on the classes that can be deserialized
elecharny
-
2024/12/19
(mina) 05/19: Fixed some javadoc issue
elecharny
-
2024/12/19
(mina) 06/19: Fixed some javadoc issue
elecharny
-
2024/12/19
(mina) 02/19: o Added a maven version prerequisite o Bumped up some plugins and dependencies o Removed the useless commons-io dependency o Removed javadoc useless configuration o Bump up Java version to be use to 11 o Fixed the taglist plugin configuration o Removed the unused lifecycle-mapping plugin o Fixed the showDeprecation configuration in compiler plugin o Removed the aggregate cinfiguration for the javadoc plugin o Removed the unreachable http://static.springframework.org link in javadocplugin o [...]
elecharny
-
2024/12/19
(mina) branch 2.2.X updated (23e6ee17b -> 4134a125d)
elecharny
-
2024/12/18
(mina-sshd) branch master updated (7cc9c491d -> 03cee942d)
twolf
-
2024/12/05
(mina-site) branch asf-site updated: Updated site from master (389872186666f457145d348397c7c8d4f9bd50ac)
git-site-role
-
2024/12/05
(mina-site) branch master updated: Fixed a main menu broken link
elecharny
-
2024/12/05
(mina-site) branch asf-site updated: Updated site from master (37030c8a097f3a3dd2b889fda2ff1444f330aa8b)
git-site-role
-
2024/12/05
(mina-site) branch master updated: Removed the menu for sources
elecharny
-
2024/12/05
(mina-site) branch master updated: Added references to issues and mailing lists on the main page
elecharny
-
2024/12/04
(mina-site) branch asf-site updated: Updated site from master (e1c12da4456e96e1ce267b8fc6676999bdb1ee6a)
git-site-role
-
2024/12/04
(mina-site) branch master updated: Fixed some more red5 broen links
elecharny
-
2024/12/04
(mina-site) branch asf-site updated: Updated site from master (5eb56bd8bc00ee37a87806837da898c322f9f1fe)
git-site-role
-
2024/12/04
(mina-site) branch master updated: Updated a date for the 2.1.9 release. Fixed a broken link for RED5
elecharny
-
2024/11/26
(mina-sshd) branch master updated (690be266c -> 7cc9c491d)
twolf
-
2024/11/15
(mina-sshd) 01/01: Merge pull request #634 from Main-Tomi/master_ls_issue
twolf
-
2024/11/15
(mina-sshd) branch master updated (d7a8d7d74 -> 690be266c)
twolf
-
2024/11/09
(mina-sshd) branch master updated (0114a5fcc -> d7a8d7d74)
twolf
-
2024/11/08
(mina-sshd) branch master updated: Do not trim user names, passwords, and file paths or file names
twolf
-
2024/11/08
(mina-sshd) branch master updated (38bb2c619 -> 827e81e91)
twolf
-
2024/11/06
(mina-sshd) branch master updated (1198cdb1a -> 38bb2c619)
twolf
-
2024/10/31
(mina) branch 2.1.X updated: Applied patch provided by David Robison already 4 years ago :/ (https://github.com/apache/mina/pull/28)
elecharny
-
2024/10/30
(mina-sshd) branch dependabot/maven/com.github.mwiede-jsch-0.2.20 deleted (was 1e0495221)
github-bot
-
2024/10/30
(mina-sshd) branch dependabot/maven/com.github.mwiede-jsch-0.2.21 created (now f2dbbd54f)
github-bot
-
2024/10/29
(mina) branch 2.2.X updated: Added the SBOM generaion plugin
elecharny
-
2024/10/25
(mina) branch 2.2.X updated: Bumped up the spring dependency to a more recent version
elecharny
-
2024/10/25
(mina) branch 2.0.X updated: Bumped up the spring dependency to a more recent version
elecharny
-
2024/10/24
(mina) branch 2.1.X updated: Bumped up the spring dependency to a more recent version
elecharny
-
2024/10/16
(mina) branch 2.0.X updated: Bumped up plugins versions
elecharny
-
2024/10/16
(mina) branch 2.1.X updated: Bumped up the xbean-spring dependency
elecharny
-
2024/10/16
(mina) 01/02: Bumped a couple of maven plugins
elecharny
-
2024/10/16
(mina) branch 2.1.X updated (86f0b4c54 -> d785be43d)
elecharny
-
2024/10/16
(mina) 02/02: Bumped up the parent pom version, and many dependencies.
elecharny
-
2024/10/16
(mina) branch 2.1.X updated: Updated the IoSession.read() method javadoc. Cleanup of the DIRMINA777 test
elecharny
-
2024/10/16
(mina) branch 2.0.X updated: Added some javadoc clarification on the IoSession#read() method
elecharny
-
2024/10/15
(mina-site) branch asf-site updated: Updated site from master (03c9bf93c3280d413c93bdc9dcec8081e4346f6e)
git-site-role
-
2024/10/15
(mina-site) branch master updated: Added the minimal Java version in the developer guide page, fixing a brokern link
elecharny
-
2024/10/15
(mina) branch 2.1.X updated: Applied fix for DIRMINA-777
elecharny
-
2024/10/15
(mina) branch 2.0.X updated: Applied fix for DIRMINA-777
elecharny
-
2024/10/15
(mina-site) branch asf-site updated: Updated site from master (47b0548f23cbf2c2865b50f8e4831954b0c0c680)
git-site-role
-
2024/10/15
(mina-site) branch master updated: Updated the MINA downloads for old versions
elecharny
-
2024/10/15
(mina-site) branch master updated (208fd80dc -> 2a4b1adbb)
elecharny
-
2024/10/15
(mina-site) 03/03: Updated the site to announce the MINA 2.0.26 and 2.1.9 releases
elecharny
-
2024/10/15
(mina-site) 01/03: Updated the reference to MINA 2.0.26 and 2.1.9 releases
elecharny
-
2024/10/15
(mina-site) 02/03: Updated the main documentation page
elecharny
-
2024/10/15
(mina) branch 2.0.X updated: Fixed some maven site issues
elecharny
-
2024/10/15
svn commit: r72335 - /release/mina/mina/2.1.9/
elecharny
-
2024/10/15
svn commit: r72334 - /release/mina/mina/2.0.26/
elecharny
-
2024/10/08
(mina-sshd) 01/01: Merge pull request #617 from JohnnyJayJay/master
twolf
-
2024/10/08
(mina-sshd) branch master updated (dfa9b06a3 -> 1198cdb1a)
twolf
-
2024/10/07
(mina-sshd) branch master updated (4748eae48 -> dfa9b06a3)
twolf
-
2024/10/02
(mina-site) branch asf-site updated: Updated site from master (208fd80dc9af2920386f6c24da9e1c38e15dba6f)
git-site-role
-
2024/10/02
(mina-site) branch master updated: Release SSHD 2.14.0
gnodet
-
2024/10/02
svn commit: r72051 - /dev/mina/sshd/2.14.0/ /release/mina/sshd/2.14.0/
gnodet
-
2024/10/01
(mina-site) branch asf-site updated: Updated site from master (4427e68ecb56f5bf9c387c2ac47f3d764525ba89)
git-site-role
-
2024/10/01
(mina-site) branch master updated: Updated some documentation
elecharny
-
2024/09/30
svn commit: r71980 - /dev/mina/mina/2.1.9/
elecharny
-
2024/09/30
(mina) branch 2.1.X updated: [maven-release-plugin] prepare for next development iteration
elecharny
-
2024/09/30
(mina) annotated tag 2.1.9 created (now 603c07441)
elecharny