-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
69 lines (63 loc) · 3.81 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
0.75 2011-07-06 The "this is getting ridiculous" release.
* fix hiveminder logins when setting username/password via URL [spang]
* bump dependencies to fix bitrot [spang, obra, franck]
* foreign replicas now have better username/password prompting [spang]
* clean up hiveminder sync messages [spang]
* fix cloning from hiveminder [spang]
* progress bar cleanups on clone/pull [spang]
* publish --html works again [sunnavy, spang]
* new server default port that clashes less with other HTTP servers [spang]
* misc mac fixes [obra, sunnavy]
* make -h more discoverable [spang]
* new 'help commands' page [spang]
* 'help browser' and 'help clone' now point to sync help [obra, spang]
* mention --as and --local in clone usage messages [spang]
* add some SD-specific bash completion rules [jibsheet]
0.74 2010-01-03
* Make tests clean up after themselves [Alex Vandiver]
* friendlier error message if user tries to sync with RT without RT::Client::REST [Christine Spang]
* Check for http:// in RT URL regex since RT::Client::REST expects it [Christine Spang]
* Report back errors on login failure in RT sync [Christine Spang]
* Three minor tweaks for Moose compatibility [Christine Spang]
* Shipwright packaging [Jesse Vincent]
* UNIVERSAL::require is neither a dependency of prophet nor required [Jesse Vincent]
* Update SD to use the new database_bonjour_name API provided by prophet [Jesse Vincent]
* Make hyperlinks in SD relative [Jesse Vincent]
* RT servers can run on https:// servers [Kevin Falcone]
* redmine test: do require test inside BEGIN block [Sam Vilain]
* Redmine test improvements [franck cuny]
* if there is a trailing slash at the end of the URI, the github api will fail to fetch the data [franck cuny]
* fix: lighthouse->open_states_list auto deref [sunnavy]
* add query string support and increase performance for gcode sync [sunnavy]
* Thanks to the following people who contributed to this release:
Alex Vandiver, Christine Spang, Jesse Vincent, Kevin Falcone, Sam Vilain,
franck cuny, and sunnavy.
0.73 2009-09-11
* updates to the shipwright packager [Jesse Vincent]
* fix an uninitialized value warning in bin/sd [sunnavy]
* Document using x509 client certificates with trac. [Nelson Elhage]
* Document new alias behavior in 'help aliases' [Nelson Elhage]
* add feature lighthouse to Makefile.PL [sunnavy]
* fix quoted args in darcs-sd [Christine Spang]
* update lighthouse replica: use auth; versions and attachments can return array [sunnavy]
0.72 2009-09-04
* Initial cut of a lighthouse sync * attachment support for lighthouse, but push only has skeleton: waiting for their api updates [sunnavy]
* Add --version / -V [Christine Spang]
* Now we can push attachments to trac! And we _test_ them [Jesse Vincent]
* made "sd help attach" work [Jesse Vincent]
* Fix push of comments to trac [Jesse Vincent]
0.71 2009-08-30
* Fix a broken regexp in manifest.skip which stopped SD on CPAN from having a pretty webui [Nelson Elhage]
* Added documentation about proper clone command to use with a local sd server [Pedro Melo]
* GitHub UI improvements and related updates for prompt_for_login API change [Christine Spang]
* In the Redmine tests, we weren't doing all of our test skips in the BEGIN {} block. Marcus Ramberg caught this
* All help references for summary format should be 'ticket.summary-format' [Christine Spang]
* bugfix: be able to delete props that aren't in common_ticket_props from the [Christine Spang]
editor [Christine Spang]
* Fix a help typo pointed out by Gerfried Fuchs [Christine Spang]
* Further fixes/clarifications for search help. [Christine Spang]
0.70 2009-08-26
* Workaround for occasionally broken Ruby date formatting libraries in github replicas
* Minor testing and formatting change
0.69_01 2009-08-21
* Initial dev release to do CPAN smoking before official release