-
dcbaf9f...
by
dobey
on 2012-06-26
-
Import patches-applied version 3.99.1-0ubuntu1 to applied/ubuntu/quantal-proposed
Imported using git-ubuntu import.
Changelog parent: 4716631de0b94ca5de0396d38e531e8487d05ec6
Unapplied parent: 29f4d9626121380f168106a03b924d0a0fd5c6c3
New changelog entries:
* New upstream release.
- Remove code duplication with dirspec, and move log directory lookup
to the platform logger module. (LP: #1016151)
- Add ^.*-Spotlight$ to list of ignored files. (LP: #1015137)
* debian/control:
- Depend on new version of ubuntuone-storage-protocol.
* debian/rules:
- Run the main test suite when building.
-
29f4d96...
by
dobey
on 2012-06-26
-
Import patches-unapplied version 3.99.1-0ubuntu1 to ubuntu/quantal-proposed
Imported using git-ubuntu import.
Changelog parent: a0f4d05f99f6a8e3a73f9b42f46077d1fab3c2f4
New changelog entries:
* New upstream release.
- Remove code duplication with dirspec, and move log directory lookup
to the platform logger module. (LP: #1016151)
- Add ^.*-Spotlight$ to list of ignored files. (LP: #1015137)
* debian/control:
- Depend on new version of ubuntuone-storage-protocol.
* debian/rules:
- Run the main test suite when building.
-
4716631...
by
dobey
on 2012-06-19
-
Import patches-applied version 3.99.0-0ubuntu1 to applied/ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 8437776656de6625effe0b96780243dfc568f600
Unapplied parent: a0f4d05f99f6a8e3a73f9b42f46077d1fab3c2f4
New changelog entries:
* New upstream release.
- Use dbus.Dictionary to pass empty dicts. (LP: #711162)
- Ignore IN_CLOSE_WRITE for directories. (LP: #872894)
- Validate SSL certificates better. (LP: #882062, LP: #1014654)
- Ignore .goutputstream temporary flies. (LP: #1012620)
- Handle failures better in share creation. (LP: #1013180)
- Re-upload files when server reports empty hash. (LP: #1013401)
* debian/control:
- Update some build dependencies in preparation for testing during builds,
and to allow building on older supported versions of Ubuntu.
* debian/watch:
- Update to use stable-4-0 series for Quantal releases.
-
a0f4d05...
by
dobey
on 2012-06-19
-
Import patches-unapplied version 3.99.0-0ubuntu1 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: c1550fa189784d49eb966dcf55e66726dfcd392f
New changelog entries:
* New upstream release.
- Use dbus.Dictionary to pass empty dicts. (LP: #711162)
- Ignore IN_CLOSE_WRITE for directories. (LP: #872894)
- Validate SSL certificates better. (LP: #882062, LP: #1014654)
- Ignore .goutputstream temporary flies. (LP: #1012620)
- Handle failures better in share creation. (LP: #1013180)
- Re-upload files when server reports empty hash. (LP: #1013401)
* debian/control:
- Update some build dependencies in preparation for testing during builds,
and to allow building on older supported versions of Ubuntu.
* debian/watch:
- Update to use stable-4-0 series for Quantal releases.
-
8437776...
by
dobey
on 2012-05-22
-
Import patches-applied version 3.0.1-0ubuntu1.1 to applied/ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: bcf4b1c2513252a77debe608ab4e5e77c7ea041e
Unapplied parent: c1550fa189784d49eb966dcf55e66726dfcd392f
New changelog entries:
* New upstream release.
- Don't ignore test failures in from main tests suite. (LP: #993574)
- Avoid multiple parallel GetDelta commands on same volume. (LP: #883252)
- Fix small memory leak in folder enabled check. (LP: #981255)
- Don't start syncdaemon with u1sdtool -q if not running. (LP: #907479)
- Avoid having Upload execute before Makefile command. (LP: #978903)
* debian/watch:
- Update watch file to use stable-3-0 series for downloads now
-
c1550fa...
by
dobey
on 2012-05-22
-
Import patches-unapplied version 3.0.1-0ubuntu1.1 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: fe0e0875d97734b5a513ab0bc811ffc0ac953a94
New changelog entries:
* New upstream release.
- Don't ignore test failures in from main tests suite. (LP: #993574)
- Avoid multiple parallel GetDelta commands on same volume. (LP: #883252)
- Fix small memory leak in folder enabled check. (LP: #981255)
- Don't start syncdaemon with u1sdtool -q if not running. (LP: #907479)
- Avoid having Upload execute before Makefile command. (LP: #978903)
* debian/watch:
- Update watch file to use stable-3-0 series for downloads now
-
bcf4b1c...
by
dobey
on 2012-04-11
-
Import patches-applied version 3.0.0-0ubuntu1 to applied/ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 52c7fab8d3159bf0382f2ff7fb3269b19aeb1485
Unapplied parent: fe0e0875d97734b5a513ab0bc811ffc0ac953a94
New changelog entries:
* New upstream release.
- Add the necessary OpenSSL exception to the license. (LP: #968555)
* debian/copyright:
- Update to dep5 format.
- Update to include the OpenSSL exception.
-
fe0e087...
by
dobey
on 2012-04-11
-
Import patches-unapplied version 3.0.0-0ubuntu1 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: a33954e64458d0a197c72c3ddedf96fd35372e9e
New changelog entries:
* New upstream release.
- Add the necessary OpenSSL exception to the license. (LP: #968555)
* debian/copyright:
- Update to dep5 format.
- Update to include the OpenSSL exception.
-
52c7fab...
by
dobey
on 2012-04-04
-
Import patches-applied version 2.99.92-0ubuntu1 to applied/ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 42e69070a904600e2d1592c337b2adf78ab83bb3
Unapplied parent: a33954e64458d0a197c72c3ddedf96fd35372e9e
New changelog entries:
* New upstream release.
- Use set_int32 for transient hint. (LP: #961342)
- Notify clients when volumes info form server is ready. (LP: #851810)
- Fix an error on u1sdtool --info. (LP: #917222)
- Exit proxy tunnel process with u1sdtool -q. (LP: #963485)
- Unbreak and test the validate_path call. (LP: #968637)
* debian/patches:
- Remove patches included in upstream release.
* debian/watch:
- Update watch file for new release.
-
a33954e...
by
dobey
on 2012-04-04
-
Import patches-unapplied version 2.99.92-0ubuntu1 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: b5f6d24f743d3f373c4f024c59c784eb5f8f91dd
New changelog entries:
* New upstream release.
- Use set_int32 for transient hint. (LP: #961342)
- Notify clients when volumes info form server is ready. (LP: #851810)
- Fix an error on u1sdtool --info. (LP: #917222)
- Exit proxy tunnel process with u1sdtool -q. (LP: #963485)
- Unbreak and test the validate_path call. (LP: #968637)
* debian/patches:
- Remove patches included in upstream release.
* debian/watch:
- Update watch file for new release.