XScope is a powerful set of tools for Mac OS X that are ideal for measuring, aligning and inspecting on-screen graphics and layouts. Thursday 28 Mayadmin 25 on XScope 4.1.4 Download. LiveDesktop 6.0 Download Thursday 28 Mayadmin 62 on LiveDesktop 6.0 Download. Origami 2.7.1 Download. Wednesday 27 Mayadmin 95 on NotePlan 1.6.13 Download. Acorn 4.5.5 Download Wednesday 27 Mayadmin 84 on Acorn 4.5.5 Download. Most Viewed Posts.
Previous release announcements are archived here for historical purposes.
Xscope 4 4 13 Video
Fixed an issue with downloads in Gatekeeper on El Capitan; xScope 4.1.4. Updated fonts in Text tool settings for El Capitan; The system font is now used wherever appropriate; Bug Fixes. Color blindness simulation now works correctly on El Capitan. FLORIDA LOTTERY: Winning Numbers History: 01-AUG-2016: Page 3 of 65: Please note every effort has been made to ensure that the enclosed information is accurate; however, in the event of an error, the winning numbers in the official record of the Florida Lottery shall be controlling. Fixed an issue with downloads in Gatekeeper on El Capitan; xScope 4.1.4. Updated fonts in Text tool settings for El Capitan; The system font is now used wherever appropriate; Bug Fixes. Color blindness simulation now.
Only the last ten release announcements can be found below. With every new release, the oldest announcement drops off the page. This should allow for a quick glance at recent Samba activity. For a more in-depth tour of Samba's release history, notes for all stable releases are archived in the list to the left.
Security Release Announcements
As well as being included in the recent releases listed below, wemaintain a seperate list ofSamba Security releases resulting from theSamba Security release process.Previous Release Announcements
01 March 2021Samba 4.14.0rc4 Available for Download
This is the fourth release candidate of the upcoming Samba 4.14 release series.
The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).The source code can be downloaded now.See the release notes for more info.
18 February 2021Samba 4.14.0rc3 Available for Download
This is the third release candidate of the upcoming Samba 4.14 release series.
River 2 77. The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).The source code can be downloaded now.See the release notes for more info.
04 February 2021Samba 4.14.0rc2 Available for Download
This is the second release candidate of the upcoming Samba 4.14 release series.
The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).The source code can be downloaded now.See the release notes for more info.
26 January 2021Samba 4.13.4 Available for Download
This is the latest stable release of the Samba 4.13 release series. Tenorshare ultdata 2 6 1 0 1.
The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).The source code can be downloaded now.A patch against Samba 4.13.3 is also available.See the release notes for more info.
Xscope 4 4 13 Download
Samba 4.13.4 Available for Download
This is the latest stable release of the Samba 4.13 release series. Tenorshare ultdata 2 6 1 0 1.
The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).The source code can be downloaded now.A patch against Samba 4.13.3 is also available.See the release notes for more info.
Xscope 4 4 13 Download
22 January 2021New Samba GPG Key
On January 21th 2021, the Samba Team started to use a new Samba DistributionVerification Key. The old key (6F33915B6568B7EA) has been replaced by a new keywith the ID AA99442FB680B620.
21 January 2021Samba 4.14.0rc1 Available for Download
This is the first release candidate of the upcoming Samba 4.14 release series.
The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).The source code can be downloaded now.See the release notes for more info.
14 January 2021Samba 4.12.11 Available for Download
This is the latest stable release of the Samba 4.12 release series.
The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).The source code can be downloaded now.A patch against Samba 4.12.10 is also available.See the release notes for more info.
15 December 2020Samba 4.13.3 Available for Download
This is the latest stable release of the Samba 4.13 release series.
The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).The source code can be downloaded now.A patch against Samba 4.13.2 is also available.See the release notes for more info.
03 December 2020Samba 4.11.17 Available for Download
This is the latest stable release of the Samba 4.11 release series.
Xscope 4 4 13 Free
The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).The source code can be downloaded now.A patch against Samba 4.11.16 is also available.See the release notes for more info.
05 November 2020Samba 4.11.16 Available for Download
This is the latest stable release of the Samba 4.11 release series.
Xscope 4
The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).The source code can be downloaded now.A patch against Samba 4.11.15 is also available.See the release notes for more info.
If anyone wants to compile it themselves, here's what I did:
1) get homebrew http://brew.sh/ and Apple's developer tools (homebrew should give you instructions if you don't have them)
2) install qt and libusb: brew install qt libusb
3) get xscopes' sources: git clone https://github.com/ganzziani/xscopes-qt.git
4) change into the cloned dir: cd xscopes-qt
5) fix linking info: edit 'XprotolabInterface.pro', find the line which looks like 'unix:!macx:!symbian: LIBS += -lusb-1.0' (near the end) and delete ':!macx', so that it looks like 'unix:!symbian: LIBS += -lusb-1.0'
6) compile: qmake && make
7) now you should have a newly created 'xscope.app' in your directory. Note that it links to brew's qt and libusb, so it will only work on your computer. To make it really 'standalone', there's more fiddling required to get the libraries into the app itself.
Cheers!