File: changelog

package info (click to toggle)
luasocket 2.0-alpha-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 452 kB
  • ctags: 437
  • sloc: ansic: 2,015; makefile: 107
file content (18 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
luasocket (2.0-alpha-2) unstable; urgency=low

  * Oops, build-depend missing an entry. Fool that I am

 -- Daniel Silverstone <dsilvers@debian.org>  Wed, 15 Oct 2003 18:07:33 +0100
  
luasocket (2.0-alpha-1) unstable; urgency=low

  * Initial package release
  * Fixed make system to build shared objects properly
  * Included an implementation of bin2c to build Luasocket with
  * Included a nicer loadlib() interface for require.
    All you have to do is invoke lua50 -lluasocket or
    alternatively put: require "luasocket"; in your code.
  * Closes: #176992 which is the request to package luasocket

 -- Daniel Silverstone <dsilvers@debian.org>  Tue, 14 Oct 2003 21:02:26 +0100