[jnr-netdb] annotated tag 1.0.4 created (now 240bae1)

Miguel Landaeta nomadium at moszumanska.debian.org
Thu Feb 12 02:40:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomadium pushed a change to annotated tag 1.0.4
in repository jnr-netdb.

        at  240bae1   (tag)
   tagging  40e09138693f9de7a2ebd8d3b936460533919940 (commit)
 tagged by  Wayne Meissner
        on  Sun Aug 7 18:30:15 2011 +1000

- Log -----------------------------------------------------------------
[maven-release-plugin]  copy for tag 1.0.4

Vladimir Sizikov (7):
      Make Protocol functional on Windows.
      Better handling of protocols file name, esp. on Windows.
      Added regression unit tests for exceptions out of Protocol methods when unknown values are supplied to them.
      Enable native win32 support for ProtocolsDB and ServicesDB.
      Add toString() to Protocal and Service.
      Fixed a problem on Windows where Protocol.getProto() could return garbage value.
      Eclipse project settings.

Wayne Meissner (51):
      Initial checkin
      Add basic IANA backend with a hard-coded table of services
      Rename to jnr-netdb
      Add native ServicesDB backend
      Fix up NativeServicesDB#getServiceByPort() and run smoke tests for getservbyname() and getservbyport() to make sure the library loaded correctly.
      Sync netbeans metadata
      Remove unused imports
      Add maven dependency on jaffl
      Add a /etc/services parser to be used as a fallback if native code cannot be loaded.
      Update copyright headers, and add README
      Only require a Reader in ServicesIterator constructor
      Rework the /etc/services parsing to use a generic netdb parser
      Remove autogen comments
      Fix up some unchecked warnings
      Wrap getprotobyname() and getprotobynumber()
      Turn on -Xlint:unchecked
      Make Protocol class final
      Store the passed in Collection in Service, instead of copying its contents to a new ArrayList
      Tweak javadoc
      Fix more unchecked conversions
      Bump pom version to 0.2
      Minor change to the way the internal services table is built
      Rename IANAServices to IANAServicesDB
      Rename ProtocolDB to ProtocolsDB
      Trim out useless plugins from pom.xml
      Check for null return from  getservbyname() or getservbyport()
      getprotobynumber() and the p_proto member are _NOT_ in network byte order
      Change protocolFromNative parameter name
      Re-work NetDBIterator
      Use a final instance field for protocolsFile instead of a mutable static field, to avoid a race condition where it could get calculated twice
      If the port in the servent structure is negative, convert to unsigned int
      Bump pom version to 0.3
      Add comment about signed -> unsigned conversion
      Use the actual aliases contained in the servent struct instead of returning an empty list.
      Disable windows native support unless its running on i386.
      Implement ServicesDB#getAllServices() for NativeServicesDB
      Implement NativeProtocolsDB#getAllProtocols()
      Bump pom version to 0.4
      Bump pom version to 1.0
      Fix empty line check in NetDBIterator and remove use of String#isEmpty() which is a java 6 api.  Patch from Martin von Gagern <Martin.vGagern at gmx.net>
      Bump version to 1.0.1 and dependency on jaffl 0.5.4
      Add some logging when the native protocols/services DB cannot be loaded
      Convert to Apache-2.0 licence
      Bump version to 1.0.3
      Remove nbproject and ant build
      Remove old LGPL licence files
      Switch to jnr-ffi 0.6.0
      Move to a more standard maven project layout
      Remove src and test directory config
      Update to jnr-ffi 0.6.0, and sonatype deployment
      [maven-release-plugin] prepare release 1.0.4

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-netdb.git



More information about the pkg-java-commits mailing list