Download
This commit is contained in:
parent
7890974674
commit
765ed3e09b
4 changed files with 91 additions and 61 deletions
59
changelog.md
59
changelog.md
|
@ -1,59 +0,0 @@
|
|||
## Changelog
|
||||
|
||||
Public releases are all root nodes.
|
||||
Incremental version bumps that were not released publicly are nested where appropriate.
|
||||
|
||||
P.S. If there is a standard (popular) changelog format, please let me know.
|
||||
|
||||
- **0.2.13 : 2012.03.24**
|
||||
- **Features**
|
||||
- 0.2.13 : @mjpieters Updates pages_list helper to only show pages having a title.
|
||||
- 0.2.12 : @sway recommends showing page tagline only if tagline is set.
|
||||
- 0.2.11 : @LukasKnuth adds 'description' meta-data field to post/page scaffold.
|
||||
|
||||
- **Bug Fixes**
|
||||
- 0.2.10 : @koriroys fixes typo in atom feed
|
||||
|
||||
- **0.2.9 : 2012.03.01**
|
||||
- **Bug Fixes**
|
||||
- 0.2.9 : @alishutc Fixes the error on post creation if date was not specified.
|
||||
|
||||
- **0.2.8 : 2012.03.01**
|
||||
- **Features**
|
||||
- 0.2.8 : @metalelf0 Added option to specify a custom date when creating post.
|
||||
- 0.2.7 : @daz Updates twitter theme framework to use 2.x while still maintaining core layout. #50
|
||||
@philips and @treggats add support for page.tagline metadata. #31 & #48
|
||||
- 0.2.6 : @koomar Adds Mixpanel analytics provider. #49
|
||||
- 0.2.5 : @nolith Adds ability to load custom rake scripts. #33
|
||||
- 0.2.4 : @tommyblue Updated disqus comments provider to be compatible with posts imported from Wordpress. #47
|
||||
|
||||
- **Bug Fixes**
|
||||
- 0.2.3 : @3martini Adds Windows MSYS Support and error checks for git system calls. #40
|
||||
- 0.2.2 : @sstar Resolved an issue preventing disabling comments for individual pages #44
|
||||
- 0.2.1 : Resolve incorrect HOME\_PATH/BASE\_PATH settings
|
||||
|
||||
- **0.2.0 : 2012.02.01**
|
||||
Features
|
||||
- Add Theme Packages v 0.1.0
|
||||
All themes should be tracked and maintained outside of JB core.
|
||||
Themes get "installed" via the Theme Installer.
|
||||
Theme Packages versioning is done separately from JB core with
|
||||
the main intent being to make sure theme versions are compatible with the given installer.
|
||||
|
||||
- 0.1.2 : @jamesFleeting adds facebook comments support
|
||||
- 0.1.1 : @SegFaultAX adds tagline as site-wide configuration
|
||||
|
||||
- **0.1.0 : 2012.01.24**
|
||||
First major versioned release.
|
||||
Features
|
||||
- Standardize Public API
|
||||
- Use name-spacing and modulation where possible.
|
||||
- Ability to override public methods with custom code.
|
||||
- Publish the theme API.
|
||||
- Ship with comments, analytics integration.
|
||||
|
||||
- **0.0.1 : 2011.12.30**
|
||||
First public release, lots of updates =p
|
||||
Thank you everybody for dealing with the fast changes and helping
|
||||
me work out the API to a manageable state.
|
||||
|
77
changelog/index.md
Normal file
77
changelog/index.md
Normal file
|
@ -0,0 +1,77 @@
|
|||
---
|
||||
layout: page
|
||||
title: Spectrum 2
|
||||
---
|
||||
|
||||
### Version 2.0.0-beta2 (2012-03-28):
|
||||
|
||||
**General:**
|
||||
|
||||
* Fixed bug when Roster Item Exchange and subscribe stanzas were sent
|
||||
repeatedly.
|
||||
* Backends related logs now contain the backend PID.
|
||||
* Fixed username_mask setting.
|
||||
* Added new fields into statistics (backends_crashed, messages related
|
||||
stats).
|
||||
* Chatstates are now not counted as incoming messages in stats.
|
||||
* Log4cxx is now optional dependency. Without Log4cxx, Spectrum 2 logs
|
||||
to standard output.
|
||||
* Fixed crash when Log4cxx configuration file didn't exist.
|
||||
* Admin can now see "Admin" contact in server-mode.
|
||||
|
||||
**libpurple:**
|
||||
|
||||
* Added initial support for MUC for prpl-jabber protocol. "website":http://www.agora-yachtcharter.com/yacht-charter-thailand/
|
||||
|
||||
**LibCommuni IRC backend:**
|
||||
|
||||
* Fixed sending/receiving UTF8 messages.
|
||||
* Using the [registration] auto_register=1 config option, users don't
|
||||
have to register manually when connecting IRC network.
|
||||
|
||||
**Skype:**
|
||||
|
||||
* Memory usage statistic now includes the Skype client.
|
||||
* Fixed logging issue when the logs were not stored in the proper instance
|
||||
directory.
|
||||
* Skype backend includes also Skype client memory usage into the account.
|
||||
* Working buddies adding/removing.
|
||||
* Information about missed call is now forwarded to XMPP user.
|
||||
* Fixed bug when Skype client instance wasn't killed by backend.
|
||||
|
||||
### Version 2.0.0-beta (2012-02-28):
|
||||
|
||||
**General:**
|
||||
|
||||
* Added PostreSQL support (thanks to Jadestorm).
|
||||
* Added XEP-0100 (Gateway interaction) support.
|
||||
* Send presences only "from" bare JID (fixed bug with buddies appearing
|
||||
twice in the roster and potential unregistering issues).
|
||||
* Fixed potential MySQL/SQLite3 deadlocks.
|
||||
* Fixed disconnecting in server-mode when client does not send unavailable
|
||||
presence before disconnection.
|
||||
* Fixed crash in server-mode when client send its custom jabber:iq:storage
|
||||
payload.
|
||||
* Fixed registration from Pidgin.
|
||||
* Unsubscribe presence sent to some buddy doesn't disconnect the account.
|
||||
* Remote Roster requests are not sent to resources, but to bare JID.
|
||||
* Added automatic reconnection in case of non-fatal error.
|
||||
* Added more error messages.
|
||||
|
||||
**Skype:**
|
||||
|
||||
* Initial support for Skype added, read more on
|
||||
http://spectrum.im/projects/spectrum/wiki/Spectrum_2_Admin_-_Skype_backend
|
||||
|
||||
**SMSTools3:**
|
||||
|
||||
* Initial support for SMSTools3, read more on
|
||||
http://spectrum.im/projects/spectrum/wiki/Spectrum_2_Admin_-_SMSTools3_backend
|
||||
|
||||
### version 2.0.0-alpha (2011-12-06):
|
||||
|
||||
**General:**
|
||||
|
||||
* First Spectrum 2.0.0 alpha release, check more on
|
||||
http://spectrum.im/projects/spectrum/wiki/Spectrum_200_alpha
|
||||
* Rewrite using Swiften library.
|
|
@ -14,7 +14,7 @@ Directory| Description
|
|||
./src|Libtransport source codes
|
||||
./include/transport|Libtransport headers
|
||||
./plugin/cpp|Libtransport-plugin source codes
|
||||
./backends/*|Various Spectrum 2 backends source codes
|
||||
./backends/|Various Spectrum 2 backends source codes
|
||||
|
||||
## Libtransport
|
||||
|
||||
|
|
|
@ -3,4 +3,16 @@ layout: page
|
|||
title: Spectrum 2
|
||||
---
|
||||
|
||||
#### Download
|
||||
### Download
|
||||
|
||||
Don't forget to check [Documentation](http://hanzz.github.com/libtransport/documentation) and [Changelog](http://hanzz.github.com/libtransport/changelog) after downloading.
|
||||
|
||||
#### Spectrum 2
|
||||
|
||||
* [Debian/Ubuntu packages](http://hanzz.github.com/libtransport/documentation/installation/debian_ubuntu.html)
|
||||
* [Fedora/RHEL/CentOS packages](http://hanzz.github.com/libtransport/documentation/installation/fedora_rhel.html)
|
||||
* [Spectrum 2.0-beta2 source code](http://www.spectrum.im/attachments/download/59/spectrum-2.0.0-beta2.tar.gz)
|
||||
|
||||
#### Spectrum 1 - not maintained version
|
||||
|
||||
* [Spectrum 1.4.8 source code](http://www.spectrum.im/attachments/download/43/spectrum-1.4.8.tar.gz)
|
Loading…
Add table
Reference in a new issue