[Pkg-cli-apps-commits] [fsharp] annotated tag debian/3.1.1.26+dfsg-1 created (now 65b87f9)

Jo Shields directhex at moszumanska.debian.org
Wed Sep 17 12:39:50 UTC 2014


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

directhex pushed a change to annotated tag debian/3.1.1.26+dfsg-1
in repository fsharp.

        at  65b87f9   (tag)
   tagging  bbaccb228f7557347d63696325ea38dc3a8fe6e3 (commit)
  replaces  upstream/3.1.1.21+dfsg
 tagged by  Jo Shields
        on  Wed Sep 17 12:40:26 2014 +0100

- Log -----------------------------------------------------------------
fsharp Debian release 3.1.1.26+dfsg-1

Andreia Gaita (22):
      Clean source of the F# compiler r54075, based on the contents of the
      bootstrap libraries
      Makefiles and public keys
      Implement signing using Mono.Security
      Fix BigInteger call
      Bump the mono requiremente on the README - needs mono a57254256 or later
      Fix mono path detection and add --with-gacdir flag for manually setting it
      Add DESTDIR support. Install assemblies on mono/fsharp-VERSION.
      Fix paths
      Include FSharp.Build in the installation
      fix launcher paths
      install .optdata and .sigdata files
      Install the libraries on mono/X.0 instead of mono/fsharp-X.0 to make it easier
      Change the tar creation to include a top level directory
      use relative paths when symlinking
      Disable winforms event loop on fsi
      info about powerpack sources
      Fix symbolic link creation to make OSX happy
      Merge pull request #10 from killerswan/master
      F# source merge of r67146 from http://fsharppowerpack.codeplex.com/ plus fixes for mono
      Merge pull request #17 from kongo2002/reference_fix
      Merge pull request #25 from knocte/master

Andres G. Aragoneses (13):
      Add an autogen.sh file to have a more expectable build system
      configure.ac: require Mono 2.9
      targets.make: fix generation of Microsoft.FSharp.targets
      install: add symlinks to MS.FSharp.targets to make xbuild happy
      install: add symlinks for assemblies in /Microsoft F#/ dir too
      install: put a symlink as well in the 4.5 profile prefix
      install: symlink libs too from 4.5 to 4.0
      autogen.sh: don't tell to install autoconf if autoreconf exists and fails
      configure.ac: warn about not using the same prefix as mono
      configure.ac: warn if not using Mono >= 2.11.5
      configure.ac: fix typo
      Reenable pkgconfig check for mono, but reducing bloat
      configure.ac: Mono 2.11.5 == 3.0

Antony Denyer (1):
      mkdir before creating symlinks (knocte's recent mistake)

Ben Winkel (104):
      Merge pull request #22 from knocte/master
      Merge pull request #23 from antonydenyer/master
      Initial import of F# 3.0 code into "master"
      Update bootstrap compiler to build as far as the proto compiler
      Update and simplify README
      remove needless files from bootstrap
      Merge branch 'master' of https://github.com/fsharp/fsharp
      Update README
      Bring F# 3.0 up on Mono profile 4.0
      Ignore exception from xml doc processing when bootstrapping
      Merge branch 'master' of https://github.com/fsharp/fsharp
      Fix to get proto building again
      Changes to bring F# 3.0 library and compiler up on Mono 2.0 profile
      bring forward Miguel's console aditions for use on Unix
      Changes to bring up F# interactive on Mono profile for .NET 2.0
      replace bootstrap FSharp.Compiler.dll with one that doesnt emit warning on lex.fs
      Fix compile for Mono-for-.NET-4.0
      Put Microsoft.FSharp.targets in place expected for F# 3.0
      Use correct 2.3.0.0/4.3.0.0 version numbers on F# 3.0 assemblies
      Add policy files for FSharp.Core 2.0.0.0,4.0.0.0 --> 2.3.0.0, 4.3.0.0
      Remove --debug from mono switches when running the F# compiler in the build
      Fix /resident
      Launch Mono with --gc=sgen curing the F# compiler build.
      Remove attribute that is missing in some Mono profile versions
      Fix build of proto
      Remove unused old unit test files
      Remove unused bootstrap file
      Disable SGEN by default (SGEN assumed not to be stable enough)
      add extra path to aclocal on mac
      Optionally build FSharp.Core for Mono profile 2.1 (MonoAndroid, on Mac).
      revert missing binaries
      Fix build (missing FSharp.Core)
      comments in config.make.in
      Discard error from aclocal call (which seems to be needed on some Mac installations)
      Show gacutil command during makefile-based install
      Use mono-sgen for /resident server if mono-sgen is being used for the client
      Add comment about the place where creating the IncrementalBuilder can fail
      Remove PKG_CHECK_MODULES check that's causing so much trouble
      Update bootstrap compiler to F# 3.0
      Use lib/debug instead of lib/release for build results
      Remove fsharpc2, fsharpi2
      Allow install of 2.1 FSharp.Core assembly with "make install-2-1"
      Merge pull request #35 from jack-pappas/master
      Enable xbuild support by intalling fsc.exe in mono/lib/4.5
      Merge pull request #38 from jack-pappas/master
      Fix implementation of Microsoft.FSharp.targets for projects containing resources
      Merge branch 'master' of https://github.com/fsharp/fsharp
      Fold in fix for Mono that got lost in 2.0 --> 3.0 transition
      Build FSharp.Build against Microsoft.FSharp.Tasks.v4.0.dll
      Compiler location not being correctly determined by FSharp.Build.dll on Mac/Linux
      Addition to previous change
      Remove unnecessary file
      Use SGEN if mono-sgen is available
      Towards bootstrapping the compiler with xbuild
      Update bootstrap binaries and targets
      Minor variable renaming
      Missing changes from last commit for Makefile build
      Delete files that should not have been checkd in
      Workaround problem with "fsharpi --gui" on mac
      Fix buid break
      require 'make' before 'make install'
      Fix mistake in Makefile
      Add portable profile redirects
      minor clarifications to readme
      Put comment in right place in FsSrGen
      Fix computation of dependencies for resources in Microsoft.FSharp.targets
      Fixes to allow optional bootstrap using xbuild and loading compiler .fsproj into MonoDevelop
      Use lowercase "targets" not "Targets"
      Fix: xbuild doesn't load FSharp.Build.dll when compiling .NET 2.0/3.5 projects with ToolsVersion=3.5
      Inputs="$(MSBuildAllProjects);@(Compile);@(ManifestResourceWithNoCulture);@(ManifestNonResxWithNoCultureOnDisk);@(CompiledLicenseFile);@(DocFileItem);
      Simplify banner text for open source edition
      Turn off readline for background F# interactive
      Correction to previous checking
      Fix banner text
      additions to .gitignore
      Always use mono-sgen for /resident background process
      add build-proj for fully automated xbuild build
      Update README notes on building
      Cleanup original readme
      xbuild FSharp.Core for Mono 2.1 profile
      Deliberate build break to test continuous build process
      Revert deliberate build break
      missing FSharp.Core for FSharp.SrGen.Build.dll
      Merge branch 'master' of https://github.com/fsharp/fsharp
      Fix bootstrap FSharp.SRGen.Build.Tasks so it is next to te FSHarp.Core.dll it likes
      Use strong names for bootstrap compiler to help with compile on windows
      More work aiming to get build working on windows
      make "xbuild fsharp-build.proj /t:Clean work
      typo
      Add strong-name signed bootstrap FSharp.Core
      update to previous checkin
      add FSharp.Core project refrence to FShap.Compiler.fsproj
      update bootstrap to use signed FSharp.Core
      typo in FSharp.Compiler.fsroj
      Look for fsc.exe alongside FSharp.Build.dll
      Update FSharp.Build.dll to probe for fsc.exe alongside it
      fix banner string
      Update README.md
      Make mono/xbuild F# resource naming a bit more consistent with Visual F#
      Remove print statements from last checkin
      protect against a null condition if no DefineConstants is present
      reduce noise during build
      fix build break
      Merge pull request #67 from deneuxj/e33e4fc6af3772a044737d9ee1b882b30a25e739

Brian McKenna (1):
      Compile and install F# Interactive (fsi.exe)

Christopher James Halse Rogers (71):
      Initial packaging
      Fix watch file
      Bump to latest upstream release
      Fix build-dependencies
      Fix spelling in package descriptions.
      Fix upstream URL in copyright
      Close ITP from changelog
      Fix empty fsharp-build and fsharp-compiler packages by actually installing files
      Add FSharp.Data.TypeProviders package
      Install libraries to GAC
      Exclude mcoree.dll from dependency resolution.
      Fix permissions of *.xml
      Fix more permissions
      Fake-merge debian/master; upstream rebased?
      Merge tag 'upstream/3.0.27'
      Add README.source, documenting the +dfsg
      Add Vcs-Git headers
      Add libfsharp-core-cil-dev package
      Don't build 2.0- and 3.5-profile F# libraries
      Fix incorrect permissions more carefully
      Bump standards version to 3.9.4 (no changes required)
      Properly mark as team-maintained
      Add changelog entries
      Use direct github page in watch file
      Changelog entry for watch file
      Remove libfsharp-core-cil-dev package, folding it into fsharp and fsharp-console.
      Fixup changelog
      Use new cli-common infrastructure to install core libraries in framework paths
      Merge tag 'upstream/3.0.30+dfsg'
      Moar changelog
      Refresh build-only-4.0-libs patch
      CLI policy fixes for fsharpc and fsharpi
      Install framework references into 4.0 and 4.5 paths; both are valid
      Merge tag 'upstream/3.0.31+dfsg'
      Link FSharp.Compiler.Interactive.Settings.dll alongside fsi.exe.
      Drop explicit libfsharp-core4.3-cil dependency from fsharp; dh_installcilframework does this for us
      Bump changelog for new upstream
      Merge tag 'upstream/3.0.34+dfsg'
      Refresh debian-cli-policy.patch for new upstream
      Finalise changelog
      Add patch to disable generation of debug symbols in fsi session
      Finalise changelog harder
      Install F# xbuild project infrastructure
      Add basic DEP-8 testsuite, checking that a minimal F# project can be built by xbuild
      Add (temporary) links between fsharp and fsharp-console to fix xbuild projects.
      Fix typo in FSharp.Compiler.Interactive.Settings install dir
      Drop disable-debug-symbols patch; replace with dependency on compilerservices-symbolwriter.
      Drop FSharp.Build.dll & FSharp.Compiler.* from the GAC and bundle them into the fsharp package.
      Bump Standards-Version to 3.9.5 (no changes needed)
      Improve watch file
      Make DEP-8 test depend on only fsharp package to pick up any dependency breakage
      Add missing libmono-compilerservices-symbolwriter4.0-cil dependency to fsharp
      Add fsharpc/fsharpi manpages
      Strip executable bit from xbuild .Targets files; now lintian clean!
      Temporarily add Depends on mono-runtime/-common to fix GAC install bug
      Add changelog for pending 3.0.34+dfsg-4 upload
      Merge tag 'upstream/3.1.1.21+dfsg'
      Refresh patches for new upstream version
      Drop explicit FSharp.Core.dll reference from dep8 test solution
      Remove workaround for https://github.com/fsharp/fsharp/issues/190 in numerics tests.
      Remove workaround for https://github.com/fsharp/fsharp/issues/190 in numerics tests.
      Run upstream testsuite in autopkgtests
      Use single-debian-patch and cherry-picks from master
      Adapt to changes in install locations
      Changlog entries for 3.1.1.21+dfsg
      No change rebuild for 3.2 transition
      Run test suite under Xvfb
      Fold in changelog from out-of-band upload
      Imported Upstream version 3.1.1.26+dfsg
      Merge tag 'upstream/3.1.1.26+dfsg'
      Update to 3.1.1.26

Don Syme (3):
      Merge pull request #21 from knocte/proper-mono-dep-check
      Merge pull request #20 from jack-pappas/master
      merge update to F# power pack original sources

Enrico Sada (1):
      fix assembly name of warning FS2003

F# Software Foundation (13):
      Merge pull request #323 from RAOF/remove-obsolete-unit-test-workaround
      integrate updates from http://visualfsharp.codeplex.com master
      update README.md
      Merge branch 'master' of https://github.com/fsharp/fsharp
      update profile versions
      fix integration
      fix unit tests
      add change note
      integrate visualfsharp\master
      integrate visualfsharp\master (2)
      integrate visualfsharp\master (3)
      fix tests after integration from visualfsharp
      Merge pull request #329 from fsgit/update1

FunnelWeb (2):
      Makefile improvements to partially enable parallel build with 'make -j3'
      Fix and simplify makefiles

Jack Pappas (13):
      Modified build options so assemblies are compiled with optimizations on.
      Changed --debug flag to 'pdbonly'
      - Reformatted README.html with markdown and renamed it to README-original.md so it doesn't interfere with the new README.
      Merge branch 'master' of git://github.com/fsharp/fsharp.
      - Updated README for F# 3.0.
      - Fixed some formatting.
      - Fixed formatting.
      - Fixed formatting.
      - Fixed links and a bit of formatting.
      - Rename README to README.md so we can use Markdown formatting and Github will render it correctly.
      - Formatted the README with Markdown.
      - Fixed a couple of minor typos.
      Instruction identifiers should be marked as literals to help the compiler optimize code using them.

Jo Shields (2):
      Finalize changelog
      Finalize changelog

Johann Deneux (1):
      Disabled LF normalization

Kevin Cantu (1):
      renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler, fsc

KevinRansom (15):
      Fix open source build of EnebleOpenSource VSIX (changeset 1296669)
      Add VSDebug and VSRelease to deployment.sln (changeset 1296694)
      Enable Profile 78 and 259.  Add Templates to allow users to use them. (changeset 1296994)
      Implement the improved version number sheme for portable lbiraries (changeset 1297516)
      Fix project system build when VS 14 installed side by side with VS2013 (changeset 1304574)
      Cannot add reference to F# PCL project
      Fix for:    Issue 899333
      Fix open source build issue that stopped built vsix' from being installable. (changeset 1308707)
      This addresses :
      Refine parsing priorities for indexer args. (changeset 1310226)
      Add open source qualification to fsharp repo (changeset 1316942)
      Codeplex issue: 6 - Consider using GCLatencyMode.Batch in fsc
      Improve handling of buffer when line ends with /r
      Minor tweak to the PR and add some extra tests
      Ensure that netcore projects rebuild

Miguel de Icaza (4):
      We are fine using the MacOSX autoconf
      Add some Emacs-like keybindings to make FSI usable on Unix
      Merge pull request #19 from knocte/add_autogen
      [fsharpi]: add kill-to-end-of-line (control-k), fix control-p and control-n (F# uses decimals, not octals), and make control-d delete char when not at the end

Mirco Bauer (2):
      Upload to experimental
      Upload to unstable

Patrick McDonald (1):
      Improve error message when VerifySeqsEqual fails

VFSharpTeam (2):
      Merge \\mlangfs1\public\bundles\FS.warning_FS2003_message_19283e7940e7334459d1c6d25a31b2725f5c7ce9.bundle
      Merge \\mlangfs1\public\bundles\FS.opt-literals_4f18868678648ea5d02b798d2711f1ab20366981.bundle

desco (2):
      reimplement async reading from redirected stdout\stderr
      subscribe to newline events before starting the process to avoid loosing the data

funnelweb (25):
      copy and install xml files
      Install docs for FSharp.Core 2.0
      Build and install FSharp.Core 2.1 profile by default
      Merge branch 'master' of https://github.com/fsharp/fsharp
      Add notes to README.md about what's produced by build
      Fix token used for XML documentation GAC entries
      Fix resource file processing in bootstrap when using MSBuild
      Adjust fix to targets to treat resources correctly for both msbuild and xbuild
      Adjust configuration message to give better guidance
      Allow build using xbuild and Mono
      Merge branch 'master' of https://github.com/fsharp/fsharp
      Suppress generation of DebuggerBrowsable if not in mscorlib
      Fix mistake in suppressing generation of DebuggerBrowsable
      Fix unnecessary rebuild of DLLs when using msbuild
      Update Microsoft.FSharp.targets in bootstrap to handle resources correctly
      Fix READMEs to document build on windows
      Fix build on windows to put binaries in same places as build on unix
      Merge branch 'master' of https://github.com/fsharp/fsharp
      Undo line ending changes in FSharpSource.targets
      Add fsiAnyCpu.exe to the xbuild/msbuild
      Make .NET 4.0 compiler align with Silverlight capabilitiies
      Add build of fsiAnyCpu.exe to Makefile
      fix build break for sl5-compiler
      Fix build break on windows
      Fix build break on windows (part 2)

jackpappas (2):
      Changed an error message within the Set module to use the correct module name.
      Applied the [<Literal>] attribute to some values within opt.fs so that when it is itself compiled and optimized, the compiler may be better able to perform dead-code elimination and also eliminate some field accesses.

knocte (1):
      Merge pull request #58 from vishnumenon/master

kongo2002 (1):
      fix up resolution of assembly references

latkin (19):
      Add FSharp.Core surface area test to unit tests in OSS repo
      Correcting conditional defines for some flavors of FSharp.Core. (changeset 1290486)
      Add retry up to 10 seconds when connecting to hosted compiler server. (changeset 1291356)
      Updating test paths in known failures file (changeset 1291371)
      Minor tidy-up (changeset 1292191)
      Fix for #91: String module documentation is false (changeset 1292716)
      Open sourcing the IDE unit tests (changeset 1294310)
      Forgot to add IDE unit test assemblies to strong name skip list (changeset 1294438)
      Fix tests for portable 7, 78, 259 so they run (changeset 1302499)
      Cleanup and fixes for F# BigInteger to bring it closer to BCL BigInteger behavior. Addresses bugs #105, #106, #107, #108, #109, #111, and #112. (changeset 1304009)
      Fix for #113 - Async.Sleep in .NETCore profiles does not invoke error continuation (changeset 1305124)
      Support/fixes for building and running unit tests against all portable versions of FSharp.Core (changeset 1306102)
      Correct path to netcore tests in .lst file (changeset 1307656)
      Re-tagging the comprehensive, long-running portable tests to better isolate them (changeset 1308035)
      Further adjustments to get .NET 2 VB test libraries working (changeset 1309390)
      Fix for #118 - add back the "Visual F# Items" root node for new project items. (changeset 1311330)
      Small corrections to targets file (changeset 1312249)
      Fix for #121: Unify build action conversion logic used by BuildActionConverter and BuildActionTypeConverter
      Update and clean up changelist.txt (changeset 1320294)

vishnumenon (1):
      Fixed a typo

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

This annotated tag includes the following new commits:

       new  bbaccb2   Finalize changelog

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list